Fleet

Fleet update status

Returns version comparison and active update status for all nodes. Compares each node's version against the gateway's version. Local rows include compose pin details; remote rows expose only the safe pin kind and blocked flag from each node's public meta.

get/api/fleet/update-status

Response

Update status for all nodes.

Changes

Changed in 5 of the 36 revisions of this API.112

    • added the optional property nodes/items/composeImageRef to the response with the 200 status

      response-optional-property-added

    • added the optional property nodes/items/imagePinKind to the response with the 200 status

      response-optional-property-added

    • added the optional property nodes/items/targetImageRef to the response with the 200 status

      response-optional-property-added

    • added the optional property nodes/items/updateBlocked to the response with the 200 status

      response-optional-property-added

    • added the optional property nodes/items/updateBlockedReason to the response with the 200 status

      response-optional-property-added

    • added the optional property nodes/items/skipActive to the response with the 200 status

      response-optional-property-added

    • added the optional property nodes/items/skippedVersion to the response with the 200 status

      response-optional-property-added

    • removed the ADMIRAL_REQUIRED enum value from the code response property for the response status 401

      response-property-enum-value-removed

    • removed the ADMIRAL_REQUIRED enum value from the code response property for the response status 403

      response-property-enum-value-removed

    • added the new PAID_REQUIRED enum value to the code response property for the response status 401

      response-property-enum-value-added

    • added the media type application/json for the response with the status 403

      response-media-type-added

    • removed the PRO_REQUIRED enum value from the code response property for the response status 401

      response-property-enum-value-removed

    • endpoint added

      endpoint-added