- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all instances in the given project.
HTTP request
GET https://spanner.googleapis.com/v1/{parent=projects/*}/instances
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the project for which a list of instances is requested. Values are of the form Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
page |
Number of instances to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size. |
page |
If non-empty, |
filter |
An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are:
Some examples of using filters are:
|
instance |
Deadline used while retrieving metadata for instances. Instances whose metadata cannot be retrieved within this deadline will be added to A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Request body
The request body must be empty.
Response body
The response for instances.list
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"instances": [
{
object ( |
Fields | |
---|---|
instances[] |
The list of requested instances. |
next |
|
unreachable[] |
The list of unreachable instances. It includes the names of instances whose metadata could not be retrieved within |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/spanner.admin
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.