π List
The /list endpoint of the Dashium API provides a list of available routes to retrieve specific information about a Docker cluster. Here are the details of the accessible routes:
-
Retrieve cluster information:
- Path:
/list/:cluster - Methods:
GET - Params:
cluster(Docker cluster name)
- Path:
-
Retrieve the list of containers in the cluster:
- Path:
/list/:cluster/containers - Methods:
GET - Params:
cluster(Docker cluster name)
- Path:
-
Retrieve the list of volumes in the cluster:
- Path:
/list/:cluster/volumes - Methods:
GET - Params:
cluster(Docker cluster name)
- Path:
-
Retrieve the list of stacks in the cluster:
- Path:
/list/:cluster/stacks - Methods:
GET - Params:
cluster(Docker cluster name)
- Path:
-
Retrieve the list of images in the cluster:
- Path:
/list/:cluster/images - Methods:
GET - Params:
cluster(Docker cluster name)
- Path:
-
Retrieve the list of networks in the cluster:
- Path:
/list/:cluster/networks - Methods:
GET - Params:
cluster(Docker cluster name)
- Path:
To use these routes, make GET requests, replacing :cluster with the desired Docker cluster name.