Fleet

Update all outdated nodes

Triggers self-update on all remote nodes running an older version than the gateway. Forwards the hub compare target as targetVersion so semver-pinned remotes can repin before recreate. Local nodes are excluded from bulk updates.

post/api/fleet/update-all

Response

Bulk update initiated.

updatingstring[]

Names of nodes where update was triggered.

skippedstring[]

Names of nodes that were skipped.

Changes

Changed in 3 of the 36 revisions of this API.15

    • 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