mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update /node/*
api reference documentation
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
cebdb89998
commit
63d65505b2
2 changed files with 90 additions and 234 deletions
|
@ -3351,8 +3351,12 @@ List nodes
|
||||||
"CreatedAt": "2016-06-07T20:31:11.853781916Z",
|
"CreatedAt": "2016-06-07T20:31:11.853781916Z",
|
||||||
"UpdatedAt": "2016-06-07T20:31:11.999868824Z",
|
"UpdatedAt": "2016-06-07T20:31:11.999868824Z",
|
||||||
"Spec": {
|
"Spec": {
|
||||||
|
"Name": "my-node",
|
||||||
"Role": "MANAGER",
|
"Role": "MANAGER",
|
||||||
"Availability": "ACTIVE"
|
"Availability": "ACTIVE"
|
||||||
|
"Labels": {
|
||||||
|
"foo": "bar"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Description": {
|
"Description": {
|
||||||
"Hostname": "bf3067039e47",
|
"Hostname": "bf3067039e47",
|
||||||
|
@ -3366,11 +3370,22 @@ List nodes
|
||||||
},
|
},
|
||||||
"Engine": {
|
"Engine": {
|
||||||
"EngineVersion": "1.12.0-dev",
|
"EngineVersion": "1.12.0-dev",
|
||||||
|
"Labels": {
|
||||||
|
"foo": "bar",
|
||||||
|
}
|
||||||
"Plugins": [
|
"Plugins": [
|
||||||
{
|
{
|
||||||
"Type": "Volume",
|
"Type": "Volume",
|
||||||
"Name": "local"
|
"Name": "local"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Type": "Network",
|
||||||
|
"Name": "bridge"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"Type": "Network",
|
||||||
|
"Name": "null"
|
||||||
|
}
|
||||||
{
|
{
|
||||||
"Type": "Network",
|
"Type": "Network",
|
||||||
"Name": "overlay"
|
"Name": "overlay"
|
||||||
|
@ -3379,63 +3394,12 @@ List nodes
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Status": {
|
"Status": {
|
||||||
"State": "READY"
|
"State": "ready"
|
||||||
},
|
},
|
||||||
"Manager": {
|
"ManagerStatus": {
|
||||||
"Raft": {
|
|
||||||
"RaftID": 10070664527094528000,
|
|
||||||
"Addr": "172.17.0.2:4500",
|
|
||||||
"Status": {
|
|
||||||
"Leader": true,
|
"Leader": true,
|
||||||
"Reachability": "REACHABLE"
|
"Reachability": "reachable",
|
||||||
}
|
"Addr": "172.17.0.2:2377""
|
||||||
}
|
|
||||||
},
|
|
||||||
"Attachment": {
|
|
||||||
"Network": {
|
|
||||||
"ID": "4qvuz4ko70xaltuqbt8956gd1",
|
|
||||||
"Version": {
|
|
||||||
"Index": 6
|
|
||||||
},
|
|
||||||
"CreatedAt": "2016-06-07T20:31:11.912919752Z",
|
|
||||||
"UpdatedAt": "2016-06-07T20:31:11.921784144Z",
|
|
||||||
"Spec": {
|
|
||||||
"Name": "ingress",
|
|
||||||
"Labels": {
|
|
||||||
"com.docker.swarm.internal": "true"
|
|
||||||
},
|
|
||||||
"DriverConfiguration": {},
|
|
||||||
"IPAM": {
|
|
||||||
"Driver": {},
|
|
||||||
"Configs": [
|
|
||||||
{
|
|
||||||
"Family": "UNKNOWN",
|
|
||||||
"Subnet": "10.255.0.0/16"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"DriverState": {
|
|
||||||
"Name": "overlay",
|
|
||||||
"Options": {
|
|
||||||
"com.docker.network.driver.overlay.vxlanid_list": "256"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"IPAM": {
|
|
||||||
"Driver": {
|
|
||||||
"Name": "default"
|
|
||||||
},
|
|
||||||
"Configs": [
|
|
||||||
{
|
|
||||||
"Family": "UNKNOWN",
|
|
||||||
"Subnet": "10.255.0.0/16"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Addresses": [
|
|
||||||
"10.255.0.2/16"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -3478,8 +3442,12 @@ Return low-level information on the node `id`
|
||||||
"CreatedAt": "2016-06-07T20:31:11.853781916Z",
|
"CreatedAt": "2016-06-07T20:31:11.853781916Z",
|
||||||
"UpdatedAt": "2016-06-07T20:31:11.999868824Z",
|
"UpdatedAt": "2016-06-07T20:31:11.999868824Z",
|
||||||
"Spec": {
|
"Spec": {
|
||||||
|
"Name": "my-node",
|
||||||
"Role": "MANAGER",
|
"Role": "MANAGER",
|
||||||
"Availability": "ACTIVE"
|
"Availability": "ACTIVE"
|
||||||
|
"Labels": {
|
||||||
|
"foo": "bar"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Description": {
|
"Description": {
|
||||||
"Hostname": "bf3067039e47",
|
"Hostname": "bf3067039e47",
|
||||||
|
@ -3493,11 +3461,22 @@ Return low-level information on the node `id`
|
||||||
},
|
},
|
||||||
"Engine": {
|
"Engine": {
|
||||||
"EngineVersion": "1.12.0-dev",
|
"EngineVersion": "1.12.0-dev",
|
||||||
|
"Labels": {
|
||||||
|
"foo": "bar",
|
||||||
|
}
|
||||||
"Plugins": [
|
"Plugins": [
|
||||||
{
|
{
|
||||||
"Type": "Volume",
|
"Type": "Volume",
|
||||||
"Name": "local"
|
"Name": "local"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Type": "Network",
|
||||||
|
"Name": "bridge"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"Type": "Network",
|
||||||
|
"Name": "null"
|
||||||
|
}
|
||||||
{
|
{
|
||||||
"Type": "Network",
|
"Type": "Network",
|
||||||
"Name": "overlay"
|
"Name": "overlay"
|
||||||
|
@ -3506,63 +3485,12 @@ Return low-level information on the node `id`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Status": {
|
"Status": {
|
||||||
"State": "READY"
|
"State": "ready"
|
||||||
},
|
},
|
||||||
"Manager": {
|
"ManagerStatus": {
|
||||||
"Raft": {
|
|
||||||
"RaftID": 10070664527094528000,
|
|
||||||
"Addr": "172.17.0.2:4500",
|
|
||||||
"Status": {
|
|
||||||
"Leader": true,
|
"Leader": true,
|
||||||
"Reachability": "REACHABLE"
|
"Reachability": "reachable",
|
||||||
}
|
"Addr": "172.17.0.2:2377""
|
||||||
}
|
|
||||||
},
|
|
||||||
"Attachment": {
|
|
||||||
"Network": {
|
|
||||||
"ID": "4qvuz4ko70xaltuqbt8956gd1",
|
|
||||||
"Version": {
|
|
||||||
"Index": 6
|
|
||||||
},
|
|
||||||
"CreatedAt": "2016-06-07T20:31:11.912919752Z",
|
|
||||||
"UpdatedAt": "2016-06-07T20:31:11.921784144Z",
|
|
||||||
"Spec": {
|
|
||||||
"Name": "ingress",
|
|
||||||
"Labels": {
|
|
||||||
"com.docker.swarm.internal": "true"
|
|
||||||
},
|
|
||||||
"DriverConfiguration": {},
|
|
||||||
"IPAM": {
|
|
||||||
"Driver": {},
|
|
||||||
"Configs": [
|
|
||||||
{
|
|
||||||
"Family": "UNKNOWN",
|
|
||||||
"Subnet": "10.255.0.0/16"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"DriverState": {
|
|
||||||
"Name": "overlay",
|
|
||||||
"Options": {
|
|
||||||
"com.docker.network.driver.overlay.vxlanid_list": "256"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"IPAM": {
|
|
||||||
"Driver": {
|
|
||||||
"Name": "default"
|
|
||||||
},
|
|
||||||
"Configs": [
|
|
||||||
{
|
|
||||||
"Family": "UNKNOWN",
|
|
||||||
"Subnet": "10.255.0.0/16"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Addresses": [
|
|
||||||
"10.255.0.2/16"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3587,8 +3515,8 @@ Initialize a new swarm
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
"ListenAddr": "0.0.0.0:4500",
|
"ListenAddr": "0.0.0.0:2377",
|
||||||
"AdvertiseAddr": "192.168.1.1:4500",
|
"AdvertiseAddr": "192.168.1.1:2377",
|
||||||
"ForceNewCluster": false,
|
"ForceNewCluster": false,
|
||||||
"Spec": {
|
"Spec": {
|
||||||
"Orchestration": {},
|
"Orchestration": {},
|
||||||
|
@ -3658,9 +3586,9 @@ Join an existing swarm
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
"ListenAddr": "0.0.0.0:4500",
|
"ListenAddr": "0.0.0.0:2377",
|
||||||
"AdvertiseAddr": "192.168.1.1:4500",
|
"AdvertiseAddr: "192.168.1.1:2377",
|
||||||
"RemoteAddrs": ["node1:4500"],
|
"RemoteAddrs": ["node1:2377"],
|
||||||
"JoinToken": "SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-7p73s1dx5in4tatdymyhg9hu2"
|
"JoinToken": "SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-7p73s1dx5in4tatdymyhg9hu2"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3351,8 +3351,12 @@ List nodes
|
||||||
"CreatedAt": "2016-06-07T20:31:11.853781916Z",
|
"CreatedAt": "2016-06-07T20:31:11.853781916Z",
|
||||||
"UpdatedAt": "2016-06-07T20:31:11.999868824Z",
|
"UpdatedAt": "2016-06-07T20:31:11.999868824Z",
|
||||||
"Spec": {
|
"Spec": {
|
||||||
|
"Name": "my-node",
|
||||||
"Role": "MANAGER",
|
"Role": "MANAGER",
|
||||||
"Availability": "ACTIVE"
|
"Availability": "ACTIVE"
|
||||||
|
"Labels": {
|
||||||
|
"foo": "bar"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Description": {
|
"Description": {
|
||||||
"Hostname": "bf3067039e47",
|
"Hostname": "bf3067039e47",
|
||||||
|
@ -3366,11 +3370,22 @@ List nodes
|
||||||
},
|
},
|
||||||
"Engine": {
|
"Engine": {
|
||||||
"EngineVersion": "1.12.0-dev",
|
"EngineVersion": "1.12.0-dev",
|
||||||
|
"Labels": {
|
||||||
|
"foo": "bar",
|
||||||
|
}
|
||||||
"Plugins": [
|
"Plugins": [
|
||||||
{
|
{
|
||||||
"Type": "Volume",
|
"Type": "Volume",
|
||||||
"Name": "local"
|
"Name": "local"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Type": "Network",
|
||||||
|
"Name": "bridge"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"Type": "Network",
|
||||||
|
"Name": "null"
|
||||||
|
}
|
||||||
{
|
{
|
||||||
"Type": "Network",
|
"Type": "Network",
|
||||||
"Name": "overlay"
|
"Name": "overlay"
|
||||||
|
@ -3379,63 +3394,12 @@ List nodes
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Status": {
|
"Status": {
|
||||||
"State": "READY"
|
"State": "ready"
|
||||||
},
|
},
|
||||||
"Manager": {
|
"ManagerStatus": {
|
||||||
"Raft": {
|
|
||||||
"RaftID": 10070664527094528000,
|
|
||||||
"Addr": "172.17.0.2:4500",
|
|
||||||
"Status": {
|
|
||||||
"Leader": true,
|
"Leader": true,
|
||||||
"Reachability": "REACHABLE"
|
"Reachability": "reachable",
|
||||||
}
|
"Addr": "172.17.0.2:2377""
|
||||||
}
|
|
||||||
},
|
|
||||||
"Attachment": {
|
|
||||||
"Network": {
|
|
||||||
"ID": "4qvuz4ko70xaltuqbt8956gd1",
|
|
||||||
"Version": {
|
|
||||||
"Index": 6
|
|
||||||
},
|
|
||||||
"CreatedAt": "2016-06-07T20:31:11.912919752Z",
|
|
||||||
"UpdatedAt": "2016-06-07T20:31:11.921784144Z",
|
|
||||||
"Spec": {
|
|
||||||
"Name": "ingress",
|
|
||||||
"Labels": {
|
|
||||||
"com.docker.swarm.internal": "true"
|
|
||||||
},
|
|
||||||
"DriverConfiguration": {},
|
|
||||||
"IPAM": {
|
|
||||||
"Driver": {},
|
|
||||||
"Configs": [
|
|
||||||
{
|
|
||||||
"Family": "UNKNOWN",
|
|
||||||
"Subnet": "10.255.0.0/16"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"DriverState": {
|
|
||||||
"Name": "overlay",
|
|
||||||
"Options": {
|
|
||||||
"com.docker.network.driver.overlay.vxlanid_list": "256"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"IPAM": {
|
|
||||||
"Driver": {
|
|
||||||
"Name": "default"
|
|
||||||
},
|
|
||||||
"Configs": [
|
|
||||||
{
|
|
||||||
"Family": "UNKNOWN",
|
|
||||||
"Subnet": "10.255.0.0/16"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Addresses": [
|
|
||||||
"10.255.0.2/16"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -3478,8 +3442,12 @@ Return low-level information on the node `id`
|
||||||
"CreatedAt": "2016-06-07T20:31:11.853781916Z",
|
"CreatedAt": "2016-06-07T20:31:11.853781916Z",
|
||||||
"UpdatedAt": "2016-06-07T20:31:11.999868824Z",
|
"UpdatedAt": "2016-06-07T20:31:11.999868824Z",
|
||||||
"Spec": {
|
"Spec": {
|
||||||
|
"Name": "my-node",
|
||||||
"Role": "MANAGER",
|
"Role": "MANAGER",
|
||||||
"Availability": "ACTIVE"
|
"Availability": "ACTIVE"
|
||||||
|
"Labels": {
|
||||||
|
"foo": "bar"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Description": {
|
"Description": {
|
||||||
"Hostname": "bf3067039e47",
|
"Hostname": "bf3067039e47",
|
||||||
|
@ -3493,11 +3461,22 @@ Return low-level information on the node `id`
|
||||||
},
|
},
|
||||||
"Engine": {
|
"Engine": {
|
||||||
"EngineVersion": "1.12.0-dev",
|
"EngineVersion": "1.12.0-dev",
|
||||||
|
"Labels": {
|
||||||
|
"foo": "bar",
|
||||||
|
}
|
||||||
"Plugins": [
|
"Plugins": [
|
||||||
{
|
{
|
||||||
"Type": "Volume",
|
"Type": "Volume",
|
||||||
"Name": "local"
|
"Name": "local"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Type": "Network",
|
||||||
|
"Name": "bridge"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"Type": "Network",
|
||||||
|
"Name": "null"
|
||||||
|
}
|
||||||
{
|
{
|
||||||
"Type": "Network",
|
"Type": "Network",
|
||||||
"Name": "overlay"
|
"Name": "overlay"
|
||||||
|
@ -3506,63 +3485,12 @@ Return low-level information on the node `id`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Status": {
|
"Status": {
|
||||||
"State": "READY"
|
"State": "ready"
|
||||||
},
|
},
|
||||||
"Manager": {
|
"ManagerStatus": {
|
||||||
"Raft": {
|
|
||||||
"RaftID": 10070664527094528000,
|
|
||||||
"Addr": "172.17.0.2:4500",
|
|
||||||
"Status": {
|
|
||||||
"Leader": true,
|
"Leader": true,
|
||||||
"Reachability": "REACHABLE"
|
"Reachability": "reachable",
|
||||||
}
|
"Addr": "172.17.0.2:2377""
|
||||||
}
|
|
||||||
},
|
|
||||||
"Attachment": {
|
|
||||||
"Network": {
|
|
||||||
"ID": "4qvuz4ko70xaltuqbt8956gd1",
|
|
||||||
"Version": {
|
|
||||||
"Index": 6
|
|
||||||
},
|
|
||||||
"CreatedAt": "2016-06-07T20:31:11.912919752Z",
|
|
||||||
"UpdatedAt": "2016-06-07T20:31:11.921784144Z",
|
|
||||||
"Spec": {
|
|
||||||
"Name": "ingress",
|
|
||||||
"Labels": {
|
|
||||||
"com.docker.swarm.internal": "true"
|
|
||||||
},
|
|
||||||
"DriverConfiguration": {},
|
|
||||||
"IPAM": {
|
|
||||||
"Driver": {},
|
|
||||||
"Configs": [
|
|
||||||
{
|
|
||||||
"Family": "UNKNOWN",
|
|
||||||
"Subnet": "10.255.0.0/16"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"DriverState": {
|
|
||||||
"Name": "overlay",
|
|
||||||
"Options": {
|
|
||||||
"com.docker.network.driver.overlay.vxlanid_list": "256"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"IPAM": {
|
|
||||||
"Driver": {
|
|
||||||
"Name": "default"
|
|
||||||
},
|
|
||||||
"Configs": [
|
|
||||||
{
|
|
||||||
"Family": "UNKNOWN",
|
|
||||||
"Subnet": "10.255.0.0/16"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Addresses": [
|
|
||||||
"10.255.0.2/16"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3587,8 +3515,8 @@ Initialize a new swarm
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
"ListenAddr": "0.0.0.0:4500",
|
"ListenAddr": "0.0.0.0:2377",
|
||||||
"AdvertiseAddr": "192.168.1.1:4500",
|
"AdvertiseAddr": "192.168.1.1:2377",
|
||||||
"ForceNewCluster": false,
|
"ForceNewCluster": false,
|
||||||
"Spec": {
|
"Spec": {
|
||||||
"Orchestration": {},
|
"Orchestration": {},
|
||||||
|
@ -3658,9 +3586,9 @@ Join an existing swarm
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
"ListenAddr": "0.0.0.0:4500",
|
"ListenAddr": "0.0.0.0:2377",
|
||||||
"AdvertiseAddr": "192.168.1.1:4500",
|
"AdvertiseAddr": "192.168.1.1:2377",
|
||||||
"RemoteAddrs": ["node1:4500"],
|
"RemoteAddrs": ["node1:2377"],
|
||||||
"JoinToken": "SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-7p73s1dx5in4tatdymyhg9hu2"
|
"JoinToken": "SWMTKN-1-3pu6hszjas19xyp7ghgosyx9k8atbfcr8p2is99znpy26u2lkl-7p73s1dx5in4tatdymyhg9hu2"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue