Loading...
Invoke the VDI Session to send a message to the RD Session Host Session with specified Session ID.
The ID of the provider.
VM ID.
VDI Session
The message title for the session message.
The session message to be sent.
No Content
const response = await fetch('/api/Provider/{providerId}/VM/{vmId}/VDIHost/SendMsg', { method: 'POST', headers: { "Content-Type": "application/json; api-version=1.0" }, body: JSON.stringify({}), }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }