Lists instances in a given project and location.
HTTP request
GET https://notebooks.googleapis.com/v2/{parent}/instances
Path parameters
Parameters | |
---|---|
parent |
Required. Format: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
page |
Optional. Maximum return size of the list call. |
page |
Optional. A previous returned page token that can be used to continue listing from the last result. |
order |
Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted). |
filter |
Optional. List filter. |
Request body
The request body must be empty.
Response body
Response for listing notebook instances.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"instances": [
{
object ( |
Fields | |
---|---|
instances[] |
A list of returned instances. |
next |
Page token that can be used to continue listing from the last result in the next list call. |
unreachable[] |
Locations that could not be reached. For example, ['us-west1-a', 'us-central1-b']. A ListInstancesResponse will only contain either instances or unreachables, |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.