Fleet

Fleet overview

Returns an aggregated overview of all nodes including status, container stats, and stack counts.

get/api/fleet/overview

Response

Array of fleet node overviews.

idinteger
namestring
type'local' | 'remote'
status'online' | 'offline'
statsobject nullable

Container statistics for the node.

systemStatsobject nullable

Host system resource statistics.

stacksinteger nullable

Number of stacks on this node.

Changes