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.
To invoke the VDI session
The message title for the session message.
The session message to be sent.
No Content
Unauthorized
No content
POST /api/Provider/{providerId}/VM/{vmId}/VDIHost/SendMsg HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 36
{
"msgTitle": "text",
"message": "text"
}