Status

List AVD Host Statuses

get

Retrieve a list of Host status by Site Id.

Query parameters
SiteIdinteger · int32Optional

Site Id from which to retrieve the Host VM list (optional).

UserstringOptional

The username assigned to Host (optional). If empty square brackets ([]) are passed, the Host list will be filtered with those with an assigned user.

Responses
chevron-right
200

Success

application/json; api-version=1.0
get
/api/Provider/VM/AVDHost/Status

List AVD Host Statuses by Provider Id

get

Retrieve a list of Host status by Provider Id.

Path parameters
providerIdinteger · int32Required

The Provider Id from which to retrieve the Hosts.

Query parameters
UserstringOptional

The username assigned to Host (optional). If empty square brackets ([]) are passed, the Host list will be filtered with those with an assigned user.

Responses
chevron-right
200

Success

application/json; api-version=1.0
get
/api/Provider/{providerId}/VM/AVDHost/Status

Get AVD Host Status

get

Retrieve the Host status.

Path parameters
providerIdinteger · int32Required

The Provider Id from which to retrieve the Hosts.

idstringRequired
Query parameters
idstringOptional

The ID of the Host for which to retrieve the status.

UserstringOptional

The username assigned to Host (optional). If empty square brackets ([]) are passed, the Host list will be filtered with those with an assigned user.

Responses
chevron-right
200

OK

application/json; api-version=1.0
get
/api/Provider/{providerId}/VM/{id}/AVDHost/Status

Last updated

Was this helpful?