Skip to main content

Retrieve Azure VMware Solution cluster hosts for a subscription

GET /azure/ha/working-environments/{workingEnvironmentId}/resourceGroups/{resourceGroupName}/avs-private-clouds/{privateCloudName}/clusters/{clusterName}/hosts

Retrieves Azure VMware Solution cluster hosts for the existing subscription.

Parameters

Name Type In Required Description

workingEnvironmentId

string

path

True

resourceGroupName

string

path

True

privateCloudName

string

path

True

clusterName

string

path

True

Error

Status: Default, Default response
Name Type Required Description

id

string

True

name

string

False

Example error response
{
  "id": "string",
  "name": "string"
}