Retrieve a list of systems for the Azure region
GET /azure/ha/discovery/discover
Retrieves a list of discovered systems visible to the current user in the specified Azure region.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
region |
string |
query |
False |
|
subscriptionId |
string |
query |
False |
|
cloudProviderAccountId |
string |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
byol |
boolean |
False |
|
clusterAddress |
string |
False |
|
isDirectMarketplace |
boolean |
False |
|
name |
string |
True |
|
publicId |
string |
False |
|
recoverable |
boolean |
True |
|
region |
string |
False |
|
registered |
boolean |
False |
|
resourceGroup |
string |
False |
|
subnetId |
string |
False |
|
subnetName |
string |
False |
|
vnetId |
string |
False |
|
vnetName |
string |
False |
Example error response
{
"clusterAddress": "string",
"name": "string",
"publicId": "string",
"recoverable": false,
"region": "string",
"resourceGroup": "string",
"subnetId": "string",
"subnetName": "string",
"vnetId": "string",
"vnetName": "string"
}