Retrieve a list of discovered systems
GET /aws/ha/discovery/discover
Retrieves a list of discovered systems visible to the current user in the specified AWS region.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
region |
string |
query |
False |
|
roleArn |
string |
query |
False |
|
cloudProviderAccountId |
string |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
availabilityZones |
array[string] |
True |
|
byol |
boolean |
False |
|
clusterAddress |
string |
False |
|
name |
string |
True |
|
publicId |
string |
False |
|
recoverable |
boolean |
True |
|
region |
string |
False |
|
registered |
boolean |
False |
|
stackId |
string |
False |
|
stackName |
string |
False |
|
subnetIds |
array[string] |
False |
|
vpcId |
string |
False |
|
vpcName |
string |
False |
Example error response
{
"availabilityZones": [
"string"
],
"clusterAddress": "string",
"name": "string",
"publicId": "string",
"recoverable": false,
"region": "string",
"stackId": "string",
"stackName": "string",
"subnetIds": [
"string"
],
"vpcId": "string",
"vpcName": "string"
}