Dashium API
Welcome to the Dashium API, a powerful interface for advanced management of your Docker clusters.
Discover the main features of the API and the routes that allow you to interact with your containers, images, volumes, and more.
Main Featuresβ
The Dashium API offers several essential features to simplify the management of your Docker environments.
Here's an overview of the main features:
Feature | Description |
---|---|
/list | Retrieve detailed information about a Docker cluster. |
/detail | Get specific details about a container, image, etc. |
/actions | Execute specific actions, such as starting or stopping a container. |
/create | Create new items such as containers, volumes, etc. |
Main Routesβ
Explore the main routes of the Dashium API to access specific functionalities:
-
/list Retrieve detailed information about a Docker cluster.
-
/detail Get specific details about an item like a container, image, volume, etc.
-
/actions Execute specific actions on items, such as starting or stopping a container.
-
/create Create new items such as containers, volumes, etc.
Use these routes according to your specific needs to make the most out of the Dashium API.
For more details on each route, refer to the specific documentation pages.