Execute BatchDeployWorkflow

View as Markdown
Deploy configurations to a batch of devices with shared diff content

Authentication

AuthorizationBearer

Bearer JWT used by CLI and machine clients on svc-* endpoints. Authentication is required by default, but deployments may disable it with [auth] required = false. Browser OIDC sessions, mTLS, SPIFFE identities, and trusted gateway identity headers may also satisfy authentication outside this generated client flow.

Request

This endpoint expects an object.
batch_deviceslist of objectsRequired
Devices whose configurations will be deployed in this batch.
diff_groupobjectRequired
Shared configuration diff for the device batch.
parent_workflow_idstringRequired

Identifier of the parent multi-deploy workflow.

batch_numberinteger or nullOptional
Sequence number of this batch within the parent workflow.
commit_confirmbooleanOptionalDefaults to true

Whether to use commit-confirmed mode when the platform supports it.

Response

Successful Response
hrefstringRead-only
Calculate URL to Temporal UI Workflow View.
idstring

Errors

422
Unprocessable Entity Error