REST Resource: projects.locations.instances.notebooks

Resource: Notebook

Notebook is a SecOps resource representing a container of investigative data.

JSON representation
{
  "name": string,
  "displayName": string,
  "author": string,
  "lastEditor": string,
  "createTime": string,
  "updateTime": string,
  "investigations": [
    string
  ]
}
Fields
name

string

Output only. Identifier. Full resource name for the notebook. Format: projects/{project}/locations/{location}/instances/{instance}/notebooks/{notebook}

displayName

string

Required. A short user-facing label for the Notebook.

author

string

Output only. The email of the author who created the notebook.

lastEditor

string

Output only. The email of the last editor of the notebook.

createTime

string (Timestamp format)

Output only. The timestamp of when the notebook was created.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. The timestamp of when the notebook was last updated.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

investigations[]

string

Output only. The investigations associated with the notebook. Format: projects/{project}/locations/{location}/instances/{instance}/investigations/{investigation}

Methods

get

GetNotebook is used to retrieve an notebook.

list

ListNotebooks is used to retrieve existing notebooks for a given instance.