v1

latestOpenAPI 3.0.1Apache 2.02026-08-063494581.6 MB
drift_Converge

Create a converge action

POST converge (V2). Assigns a device to a specific blueprint (and blueprint version) and triggers the converge workflow. Converge brings the device into alignment with the selected blueprint configuration, including apps, files, restrictions, and platform settings. What this endpoint does Assigns the device to the provided blueprint_id. Targets a specific blueprint_version_id. Queues a converge action (status: QUEUED) for execution. Optionally applies provisioning-related behavior via converge_with_provision_option. Workflow Use Get all blueprints (V2) to retrieve the desired blueprint_id and blueprint_version_id. Use a device listing endpoint to retrieve the device_id or group_id. Send a POST request to /api/v2/converge with the required identifiers. Monitor the converge/command status to confirm successful application.

post/v2/converge

Request body

device_idstring uuid required

ID of the device

converge_with_provision_optionboolean required
schedule_type'IMMEDIATE' | 'WINDOW'

Following Schedule types are supported

* WINDOW: Schedule the command to execute within the given window ```
schedule_argsobject

Response

Converge action successfully created.