Assignment

List

get

Retrieve a list of assigned hosts.

Query parameters
siteIdinteger · int32Optional

Site ID.

Responses
get
/api/Provider/VM/VDIHost/Assignment

No content

Update

put

Modify a host assignment.

Path parameters
providerIdinteger · int32Required

The ID of the Provider server on which the target Host resides.

vmIdstringRequired

The ID of the host VM.

Query parameters
siteIdinteger · int32Optional

Site ID.

Body

Update persistence configuration of the VDI Host

userstring | nullableOptional

The name of the user account to which to assign the Host.

devicestring | nullableOptional

The name of the device to which to assign the Host.

sidstring | nullableOptional

The SID of the user account to which to assign the Host.

Responses
put
/api/Provider/{providerId}/VM/{vmId}/VDIHost/Assignment

No content

Delete

delete

Remove a host assignment.

Path parameters
providerIdinteger · int32Required

The ID of the Provider server on which the target Host resides.

vmIdstringRequired

The ID of the host VM.

Query parameters
siteIdinteger · int32Optional

Site ID.

Responses
delete
/api/Provider/{providerId}/VM/{vmId}/VDIHost/Assignment

No content

Last updated

Was this helpful?