Retrieve a list of HA systems for a Google Cloud region
GET /gcp/ha/discovery/discover
Retrieves a list of discovered systems visible to the current user in the specified Google Cloud region.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
region |
string |
query |
False |
|
project |
string |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
clusterAddress |
string |
False |
|
id |
string |
False |
|
name |
string |
True |
|
projectName |
string |
False |
|
publicId |
string |
False |
|
recoverable |
boolean |
True |
|
subnetIds |
array[string] |
False |
|
vpcs |
array[string] |
False |
|
zones |
array[string] |
True |
Example error response
{
"clusterAddress": "string",
"id": "string",
"name": "string",
"projectName": "string",
"publicId": "string",
"recoverable": false,
"subnetIds": [
"string"
],
"vpcs": [
"string"
],
"zones": [
"string"
]
}