APIs to list and create converge actions for devices. Learn more about converge.
API to get and filter converge action
Converge action list for the Tenant
Authorization information is missing or invalid.
Internal server error
{- "content": {
- "count": 0,
- "previous": "string",
- "next": "string",
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
- "converge_with_provision_option": true,
- "blueprint_info": {
- "blueprint_id": "7450c4b3-0ae1-4677-a67d-1fce45e3608e",
- "blueprint_version_id": "5866b818-c21a-4511-8f62-67bc3bf61b81"
}, - "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"
}
]
}
}
API to create a converge action for a device.
Converge action successfully created.
Bad request
Authorization information is missing or invalid.
Internal server error
{- "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
- "converge_with_provision_option": true,
- "schedule_type": "IMMEDIATE",
- "schedule_args": { }
}
{- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
- "converge_with_provision_option": true,
- "blueprint_info": {
- "blueprint_id": "7450c4b3-0ae1-4677-a67d-1fce45e3608e",
- "blueprint_version_id": "5866b818-c21a-4511-8f62-67bc3bf61b81"
}, - "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"
}
}
API to get a converge action
Converge information
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
- "converge_with_provision_option": true,
- "blueprint_info": {
- "blueprint_id": "7450c4b3-0ae1-4677-a67d-1fce45e3608e",
- "blueprint_version_id": "5866b818-c21a-4511-8f62-67bc3bf61b81"
}, - "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"
}
}