types.DeploymentStatus
canary_nodesstring[]
Canary tracking (runtime state)
canary_promotedboolean
completed_atstring
created_atstring
Timestamps
current_waveinteger
failed_nodesinteger
health_check_deadlinestring
healthy_deadlinestring
last_progress_timestring
Health tracking
messagestring
revisioninteger
Change tracking Revision is incremented on any change to the deployment (progress updates, state changes, etc.)
statetypes.DeploymentStateType (string)
Current state
Possible values: [pending, in_progress, paused, completed, failed, canceled]
total_nodesinteger
Progress tracking
updated_atstring
updated_nodesinteger
types.DeploymentStatus
{
"canary_nodes": [
"string"
],
"canary_promoted": true,
"completed_at": "string",
"created_at": "string",
"current_wave": 0,
"failed_nodes": 0,
"health_check_deadline": "string",
"healthy_deadline": "string",
"last_progress_time": "string",
"message": "string",
"revision": 0,
"state": "pending",
"total_nodes": 0,
"updated_at": "string",
"updated_nodes": 0
}