Update Commands Status
Request
URI
PUT
https://{api_host}/api/devices/{device_id}/commands
COPY
Responses
200
Returns
devicemgmtUpdateCommandsResponse
of type(s)
*/*
{
"commandIds": [
"string"
]
}
array of
string
commandIds
Optional
commandIds
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -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