Skip to main content

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:

FeatureDescription
/listRetrieve detailed information about a Docker cluster.
/detailGet specific details about a container, image, etc.
/actionsExecute specific actions, such as starting or stopping a container.
/createCreate new items such as containers, volumes, etc.

Main Routes​

Explore the main routes of the Dashium API to access specific functionalities:

  1. /list Retrieve detailed information about a Docker cluster.

  2. /detail Get specific details about an item like a container, image, volume, etc.

  3. /actions Execute specific actions on items, such as starting or stopping a container.

  4. /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.