Machine Lifecycle

Watch machine lifecycle status

Streams machine lifecycle updates over Server-Sent Events. Each status event contains a full LifecycleResponse payload. The stream closes after the machine reaches its current desired state.

get/v1/machines/{machine_id}/status/stream

Path parameters

machine_idstring required

Machine identifier.

Headers

X-Dedalus-Org-Idstring uuid

Organization ID header applied to all DCS requests.

Last-Event-IDstring

Optional resourceVersion bookmark used to resume a previous stream.

Response

Server-Sent Event stream (text/event-stream) of machine lifecycle updates.

Changes

No recorded changes to this endpoint across all 1 revision of this API.