send Command To Device
post
/subscriptions/{subscriptionid}/registries/{registryId}/devices/{deviceId}/sendCommandToDevice
Send A Command To A Device
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
x-api-keystringRequired
Path parameters
subscriptionidstringRequired
Subscription ID
registryIdstringRequired
Registry ID
deviceIdstringRequired
Device ID
Body
binaryDatastringRequired
Base64 Encoded Command String
subfolderstringOptional
Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
post
/subscriptions/{subscriptionid}/registries/{registryId}/devices/{deviceId}/sendCommandToDeviceAuthorization: apiKey
name: x-api-key
in: header
type: apiKeyLast updated