1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DeploymentCounts

DeploymentCounts

    DeploymentCounts contains the count of deployments in each status category.

    Properties

    • notStarted integer required
      The number of deployments that have not started.
    • accepted integer required
      The number of deployments that have been accepted.
    • running integer required
      The number of deployments currently running.
    • failed integer required
      The number of deployments that have failed.
    • succeeded integer required
      The number of deployments that have succeeded.
    • skipped integer required
      The number of deployments that have been skipped.
    • total integer required
      The total number of deployments.