To get the list of instances for GCP
Select
SaaS
Customer Managed
To get the list of instances for GCP
Query Parameters
- cloudAccountId int32 required
the google cloud hypervisor account id
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
error object
errorMessage stringerrorCode int32instances object[]
projectName stringgoogle cloud project the instance belongs to
instanceName stringthe google spanner instance name
displayName stringReturns the name to be displayed on UI in the format: instanceName [projectName]
{
"error": {
"errorMessage": "string",
"errorCode": 0
},
"instances": [
{
"projectName": "string",
"instanceName": "string",
"displayName": "string"
}
]
}
Loading...