From a75553b3ca1a8c1d94a49f328f96ef9a1b634c70 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Thu, 11 Aug 2016 17:16:41 -0700 Subject: Add `nodes` and `inspect_node` methods Signed-off-by: Joffrey F --- docs/api.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/api.md') diff --git a/docs/api.md b/docs/api.md index 7748254..ddfaffe 100644 --- a/docs/api.md +++ b/docs/api.md @@ -646,6 +646,11 @@ Retrieve network info by id. **Returns** (dict): Network information dictionary +## inspect_node + +Retrieve low-level information about a Swarm node. +See the [Swarm documentation](swarm.md#clientinspect_node). + ## inspect_swarm Retrieve information about the current Swarm. @@ -742,6 +747,10 @@ The above are combined to create a filters dict. **Returns** (dict): List of network objects. +## nodes + +List Swarm nodes. See the [Swarm documentation](swarm.md#clientnodes). + ## pause Pauses all processes within a container. -- cgit v1.2.1