mirror of https://github.com/docker/docs.git
remove deprecated section from api docs
Signed-off-by: LRubin <lrubin@docker.com>
This commit is contained in:
parent
7caec61ef4
commit
1d89236eff
|
@ -364,15 +364,6 @@ bridge | Creates a new network stack for the container on the docker bridge.
|
||||||
host | Uses the host network stack inside the container.
|
host | Uses the host network stack inside the container.
|
||||||
|
|
||||||
|
|
||||||
### Container Last Metric attributes
|
|
||||||
|
|
||||||
Attribute | Description
|
|
||||||
--------- | -----------
|
|
||||||
cpu | CPU percentage usage
|
|
||||||
memory | Memory usage in bytes
|
|
||||||
disk | Disk storage usage in bytes
|
|
||||||
|
|
||||||
|
|
||||||
### Container Link attributes
|
### Container Link attributes
|
||||||
|
|
||||||
Attribute | Description
|
Attribute | Description
|
||||||
|
|
|
@ -77,14 +77,6 @@ Upgrading | The node docker daemon is being upgraded. No actions allowed in this
|
||||||
Terminating | The node is being terminated in the cloud provider. No actions allowed in this state.
|
Terminating | The node is being terminated in the cloud provider. No actions allowed in this state.
|
||||||
Terminated | The node has been terminated and is no longer present in the cloud provider. No actions allowed in this state.
|
Terminated | The node has been terminated and is no longer present in the cloud provider. No actions allowed in this state.
|
||||||
|
|
||||||
### Node Last Metric attributes
|
|
||||||
|
|
||||||
Attribute | Description
|
|
||||||
--------- | -----------
|
|
||||||
cpu | CPU percentage usage
|
|
||||||
memory | Memory usage in bytes
|
|
||||||
disk | Disk storage usage in bytes
|
|
||||||
|
|
||||||
|
|
||||||
## List all nodes
|
## List all nodes
|
||||||
|
|
||||||
|
|
|
@ -630,28 +630,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
|
|
||||||
<h3 id="container-last-metric-attributes">Container Last Metric attributes</h3>
|
|
||||||
|
|
||||||
<table><thead>
|
|
||||||
<tr>
|
|
||||||
<th>Attribute</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead><tbody>
|
|
||||||
<tr>
|
|
||||||
<td>cpu</td>
|
|
||||||
<td>CPU percentage usage</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>memory</td>
|
|
||||||
<td>Memory usage in bytes</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>disk</td>
|
|
||||||
<td>Disk storage usage in bytes</td>
|
|
||||||
</tr>
|
|
||||||
</tbody></table>
|
|
||||||
|
|
||||||
<h3 id="container-link-attributes">Container Link attributes</h3>
|
<h3 id="container-link-attributes">Container Link attributes</h3>
|
||||||
|
|
||||||
<table><thead>
|
<table><thead>
|
||||||
|
|
|
@ -200,28 +200,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
|
|
||||||
<h3 id="node-last-metric-attributes">Node Last Metric attributes</h3>
|
|
||||||
|
|
||||||
<table><thead>
|
|
||||||
<tr>
|
|
||||||
<th>Attribute</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead><tbody>
|
|
||||||
<tr>
|
|
||||||
<td>cpu</td>
|
|
||||||
<td>CPU percentage usage</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>memory</td>
|
|
||||||
<td>Memory usage in bytes</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>disk</td>
|
|
||||||
<td>Disk storage usage in bytes</td>
|
|
||||||
</tr>
|
|
||||||
</tbody></table>
|
|
||||||
|
|
||||||
<h2 id="list-all-nodes">List all nodes</h2>
|
<h2 id="list-all-nodes">List all nodes</h2>
|
||||||
<pre class="highlight python"><code><span class="kn">import</span> <span class="nn">dockercloud</span>
|
<pre class="highlight python"><code><span class="kn">import</span> <span class="nn">dockercloud</span>
|
||||||
|
|
||||||
|
|
|
@ -1983,28 +1983,6 @@ docker-cloud tag <span class="nb">set</span> -t tag-2 7eaf7fff
|
||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
|
|
||||||
<h3 id="node-last-metric-attributes">Node Last Metric attributes</h3>
|
|
||||||
|
|
||||||
<table><thead>
|
|
||||||
<tr>
|
|
||||||
<th>Attribute</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead><tbody>
|
|
||||||
<tr>
|
|
||||||
<td>cpu</td>
|
|
||||||
<td>CPU percentage usage</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>memory</td>
|
|
||||||
<td>Memory usage in bytes</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>disk</td>
|
|
||||||
<td>Disk storage usage in bytes</td>
|
|
||||||
</tr>
|
|
||||||
</tbody></table>
|
|
||||||
|
|
||||||
<h2 id="list-all-nodes">List all nodes</h2>
|
<h2 id="list-all-nodes">List all nodes</h2>
|
||||||
<pre class="highlight python"><code><span class="kn">import</span> <span class="nn">dockercloud</span>
|
<pre class="highlight python"><code><span class="kn">import</span> <span class="nn">dockercloud</span>
|
||||||
|
|
||||||
|
@ -5438,28 +5416,6 @@ docker-cloud tag <span class="nb">set</span> -t tag-2 7eaf7fff
|
||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
|
|
||||||
<h3 id="container-last-metric-attributes">Container Last Metric attributes</h3>
|
|
||||||
|
|
||||||
<table><thead>
|
|
||||||
<tr>
|
|
||||||
<th>Attribute</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead><tbody>
|
|
||||||
<tr>
|
|
||||||
<td>cpu</td>
|
|
||||||
<td>CPU percentage usage</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>memory</td>
|
|
||||||
<td>Memory usage in bytes</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>disk</td>
|
|
||||||
<td>Disk storage usage in bytes</td>
|
|
||||||
</tr>
|
|
||||||
</tbody></table>
|
|
||||||
|
|
||||||
<h3 id="container-link-attributes">Container Link attributes</h3>
|
<h3 id="container-link-attributes">Container Link attributes</h3>
|
||||||
|
|
||||||
<table><thead>
|
<table><thead>
|
||||||
|
|
|
@ -1983,28 +1983,6 @@ docker-cloud tag <span class="nb">set</span> -t tag-2 7eaf7fff
|
||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
|
|
||||||
<h3 id="node-last-metric-attributes">Node Last Metric attributes</h3>
|
|
||||||
|
|
||||||
<table><thead>
|
|
||||||
<tr>
|
|
||||||
<th>Attribute</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead><tbody>
|
|
||||||
<tr>
|
|
||||||
<td>cpu</td>
|
|
||||||
<td>CPU percentage usage</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>memory</td>
|
|
||||||
<td>Memory usage in bytes</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>disk</td>
|
|
||||||
<td>Disk storage usage in bytes</td>
|
|
||||||
</tr>
|
|
||||||
</tbody></table>
|
|
||||||
|
|
||||||
<h2 id="list-all-nodes">List all nodes</h2>
|
<h2 id="list-all-nodes">List all nodes</h2>
|
||||||
<pre class="highlight python"><code><span class="kn">import</span> <span class="nn">dockercloud</span>
|
<pre class="highlight python"><code><span class="kn">import</span> <span class="nn">dockercloud</span>
|
||||||
|
|
||||||
|
@ -5438,28 +5416,6 @@ docker-cloud tag <span class="nb">set</span> -t tag-2 7eaf7fff
|
||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
|
|
||||||
<h3 id="container-last-metric-attributes">Container Last Metric attributes</h3>
|
|
||||||
|
|
||||||
<table><thead>
|
|
||||||
<tr>
|
|
||||||
<th>Attribute</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead><tbody>
|
|
||||||
<tr>
|
|
||||||
<td>cpu</td>
|
|
||||||
<td>CPU percentage usage</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>memory</td>
|
|
||||||
<td>Memory usage in bytes</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>disk</td>
|
|
||||||
<td>Disk storage usage in bytes</td>
|
|
||||||
</tr>
|
|
||||||
</tbody></table>
|
|
||||||
|
|
||||||
<h3 id="container-link-attributes">Container Link attributes</h3>
|
<h3 id="container-link-attributes">Container Link attributes</h3>
|
||||||
|
|
||||||
<table><thead>
|
<table><thead>
|
||||||
|
|
Loading…
Reference in New Issue