v1
latestSwagger 2.02026-07-17107109407.9 KBSwarm
Initialize a new swarm
post/swarm/init
Request body
Example request
{
"ListenAddr": "0.0.0.0:2377",
"AdvertiseAddr": "192.168.1.1:2377",
"DataPathPort": 4789,
"DefaultAddrPool": [
"10.10.0.0/8",
"20.20.0.0/8"
],
"SubnetSize": 24,
"ForceNewCluster": false,
"Spec": {
"Orchestration": {},
"Raft": {},
"Dispatcher": {},
"CAConfig": {},
"EncryptionConfig": {
"AutoLockManagers": false
}
}
}Response
no error
string required
The node ID
Example response
"7v2t30z9blmxuhnyo6s4cpenp"