Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

GET /staged_config/deploy_status

SUMMARY Retrieves the status of a deploy in progress.

Retrieves the status of a deploy in progress.

Table 1: GET /staged_config/deploy_status resource details:

GET /staged_config/deploy_status resource details

MIME Type

application/json

There are no parameters for this endpoint.

Table 2: GET /staged_config/deploy_status response codes:

GET /staged_config/deploy_status response codes

HTTP Response Code Unique Code Description

200

The deploy status was successfully retrieved.

500

1020

An error occurred during the attempt to retrieve the status of the running deploy,

Response Description

The deploy status object. A deploy status object contains the following fields:
  • initiated_by - String - The name of the user who initiated the deploy.
  • initiated_from - String - The hostname from where the deploy was initiated.
  • type - String - The type of deploy: FULL or INCREMENTAL.
  • status - String - The status of the deploy: UNKNOWN, START, DONE.
  • hosts - Map of < String, List of String > - A map of status states and a list of hosts.
  • error_message - String - The deployment error message.
  • has_errors - Boolean - True if the deploy has encountered an error.
  • percent_complete - Integer - The percentage of completion of the deploy. ( 0 - 100 )

Response Sample