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

Changed in 2 of the 8 revisions of this API.212

  • c756c361d33d211See the full diff
    • for the path request parameter machine_id, the minLength was increased from 0 to 4

      request-parameter-min-length-increased

    • added the pattern ^dm-[a-z0-9]([a-z0-9-]*[a-z0-9])?$ to the path request parameter machine_id

      request-parameter-pattern-added

    • for the path request parameter machine_id, the maxLength was set to 253

      request-parameter-max-length-set

    • added the required property autosleep_seconds to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog