post https://api.edgeiq.io/api/v1/platform/devices//gateway_command
Execute Gateway Command on a device
Log in to see full request history
Response
200OK
Execute Gateway Command on a device
200OK
xxxxxxxxxx
19curl --request POST \
--url https://api.edgeiq.io/api/v1/platform/devices/id/gateway_command \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"retry_options": {
"timeout": 180,
"max_retries": 5,
"retry_strategy": {
"type": "none",
"fixed_interval": 180,
"exponential_base_interval": 180,
"exponential_multiplier": 2,
"exponential_max_interval": 3600
}
}
}
'
Try It!
to start a request and see the response here!