Skip to content

Get update control map

GET
/api/devices/v2/deployments/device/deployments/{deployment_id}/update_control_map

Return the active update control map for a deployment, or null.

Delegates to :func:app.services.control_map.build_control_map which reads the latest non-expired row from control_map_actions. Returns {"update_control_map": null} when no active action exists so the device agent continues the update unimpeded.

Authorizations

Parameters

Path Parameters

deployment_id
required
string format: uuid

Responses

200

Successful Response

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string