Session

List

get

Retrieve a list of Host Sessions 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
200

Success

application/json; api-version=1.0
get
/api/Provider/VM/VDIHost/Session

List by Provider Id

get

Retrieve a list of Host Sessions 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
200

Success

application/json; api-version=1.0
get
/api/Provider/{providerId}/VM/VDIHost/Session

Get

get

Retrieve the Host Sessions.

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
200

OK

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

Last updated

Was this helpful?