SendMsg
Invoke the VDI Session to send a message to the RD Session Host Session with specified Session ID.
Path parameters
providerIdinteger · int32Required
The ID of the provider.
vmIdstringRequired
VM ID.
Body
To invoke the VDI session
msgTitlestring | nullableOptional
The message title for the session message.
messagestring | nullableOptional
The session message to be sent.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
post
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"
}
No content
Was this helpful?