docker.status

Returns the status of the docker service.

Type: object

Type: array
No Additional Items

StatusResult

Type: object

Current Docker service status information.

No Additional Properties

Description

Type: string

Human-readable description of the current Docker service status.

Status

Type: enum (of string)

Current state of the Docker service.

Must be one of:
  • "PENDING"
  • "RUNNING"
  • "STOPPED"
  • "INITIALIZING"
  • "STOPPING"
  • "UNCONFIGURED"
  • "FAILED"


Required roles: DOCKER_READ