API to create a converge action for a device.
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v2/converge
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/converge
curl -i -X POST \
https://develop-api.esper.io/_mock/openapi/v2/converge \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
"converge_with_provision_option": true,
"schedule_type": "IMMEDIATE",
"schedule_args": {}
}'Response
{ "content": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940", "converge_with_provision_option": true, "blueprint_info": { … }, "schedule_type": "IMMEDIATE", "schedule_args": {}, "status": "QUEUED", "reason": "string", "created_by": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } }