Skip to content

dsdk / v1.47 / SwarmInfo

Type Alias: SwarmInfo ​

SwarmInfo: object

Represents generic information about swarm.

Type declaration ​

NameTypeDescription
Cluster?ClusterInfo-
ControlAvailable?boolean-
Error?string-
LocalNodeState?LocalNodeState-
Managers?number | nullTotal number of managers in the swarm.
NodeAddr?stringIP address at which this node can be reached by other nodes in the swarm.
NodeID?stringUnique identifier of for this node in the swarm.
Nodes?number | nullTotal number of nodes in the swarm.
RemoteManagers?PeerNode[] | nullList of ID's and addresses of other managers in the swarm.