Application Deployments Summary

Summary of the status of all application deployments.

This summary contains an aggregation of the status for all application deployments. It is intended to provide an overview of the state of the application deployments.

If the oper-status of an application is error, or all-sites-connected is false, more info can be found in Application Sites Summary.

If the deploying field is true, more info about the deployment can be found in Application Deployments.

Retrieve the application deployment summary

SecurityaccessToken
Request
query Parameters
fields
string

Retrieve only requested fields from the resource

See section fields

Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

503

Service Unavailable (strongbox sealed)

get/v1/state/application-deployment-status/summary
Response samples
application-deployments:
  - name: popcorn-controller-deployment
    application: popcorn-controller
    application-version: 2.4.2
    oper-status: deploying
    deploying-status: waiting-for-sites
    deployment-stage: canary
    selected-sites: 16
    deployed-to-sites: 1
    deploy-failed-to-sites: 0
  - name: ticket-manager-deployment
    application: ticket-manager
    application-version: "1.12"
    oper-status: deploy-failure
    deployment-stage: rolling
    selected-sites: 8
    deployed-to-sites: 3
    deploy-failed-to-sites: 2