Retrieve a list of systems for a Google Cloud zone
GET /gcp/vsa/discover
Retrieves a list of discovered systems visible to the current user in the specified Google Cloud zone.
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 |
|
subnetName |
string |
False |
|
vnetId |
string |
False |
|
vnetName |
string |
False |
|
zone |
string |
False |
Example error response
{
"clusterAddress": "string",
"id": "string",
"name": "string",
"projectName": "string",
"publicId": "string",
"recoverable": false,
"subnetName": "string",
"vnetId": "string",
"vnetName": "string",
"zone": "string"
}