Retrieve Azure VMware Solution private cloud clusters for a subscription
GET /azure/ha/working-environments/{workingEnvironmentId}/resourceGroups/{resourceGroupName}/avs-private-clouds/{privateCloudName}/clusters
Retrieves Azure VMware Solution private cloud clusters for the existing subscription.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
|
resourceGroupName |
string |
path |
True |
|
privateCloudName |
string |
path |
True |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
id |
string |
True |
|
name |
string |
False |
|
properties |
True |
||
tags |
True |
Example error response
{
"id": "string",
"name": "string",
"properties": {
"clusterId": "string",
"clusterSize": "string",
"hosts": [
"string"
],
"provisioningState": "string",
"vsanDatastoreName": "string"
},
"tags": {
"traversableAgain": false
}
}
Definitions
See Definitions
AvsPrivateCloudClusterProperties
| Name | Type | Required | Description |
|---|---|---|---|
clusterId |
string |
False |
|
clusterSize |
string |
False |
|
hosts |
array[string] |
True |
|
provisioningState |
string |
False |
|
vsanDatastoreName |
string |
False |
| Name | Type | Required | Description |
|---|---|---|---|
empty |
boolean |
False |
|
traversableAgain |
boolean |
True |