Last updated 10 months ago
Was this helpful?
Invoke the VDI Session to send the LogOff command to the VDI Host with specified VM ID.
The ID of the provider.
VM ID.
No Content
const response = await fetch('/api/Provider/{providerId}/VM/{vmId}/VDIHost/LogOff', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "status": 1, "detail": "text", "instance": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }