Invoke Command
Request
URI
POST
https://{api_host}/api/devices/{device_id}/commands
COPY
Responses
200
Returns
devicemgmtInvokeCommandResponse
of type(s)
*/*
{
"commandId": "string"
}
string
commandId
Optional
commandId
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' https://{api_host}/api/devices/{device_id}/commands
Device Command Service Operations
GET
List Commands
PUT
Update Commands Status
POST
Invoke Command
GET
Get Pending Commands