Status

List

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/VDIHost/Status

List 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/VDIHost/Status

Get

get

Retrieve the Host status.

Path parameters
providerIdinteger · int32Required

The Provider Id from which to retrieve the Hosts.

idstringRequired

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

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/{id}/VDIHost/Status

Last updated

Was this helpful?