ApplicationStatusService

Retrieves information about DeployedApplications A User must have READ permission on the environment and application to obtain the requested info.

GET /application-status/deployed-applications Finds all DeployedApplications and DeploymentTasks whilst reducing them to show current status of any deployed or deploying application.
GET /application-status/filterable-folders Finds all available Application folders path list
GET /application-status/webhook-server/{webhookRef} Checks if a Webhook Server with the given reference exists
DELETE /application-status/webhook-server/{webhookRef} Deletes a Webhook Server and Deployment Regexes associated with the given reference

GET /application-status/deployed-applications

Finds all DeployedApplications and DeploymentTasks whilst reducing them to show current status of any deployed or deploying application.
Parameters
Query deployedAppName String (Optional) (part of the) deployed application name to query
Query path String (Optional) (start of) the application path or id to query(Optional) use full application path in queries (defaults to false)
Query exactPath boolean (Optional) use full application path in queries (defaults to false)
Query order Ordering (Optional) which ordering to use when listing results
Query folders String (Optional) filter by list of folders
Query webhookRef String (Optional) filter deployed applications by matching external Webhook reference
Response body
ApplicationDeploymentPackageState - a list of {@see com.xebialabs.deployit.engine.api.dto.ApplicationDeploymentPackageState} objects corresponding application deployment package states
Content type:

GET /application-status/filterable-folders

Finds all available Application folders path list
Response body
String - a list of Strings containing all available folder names
Content type:

GET /application-status/webhook-server/{webhookRef}

Checks if a Webhook Server with the given reference exists
Parameters
Path webhookRef String matching external Webhook reference
Response body
boolean - true if a Webhook Server with the given reference exists, false otherwise
Content type:

DELETE /application-status/webhook-server/{webhookRef}

Deletes a Webhook Server and Deployment Regexes associated with the given reference
Parameters
Path webhookRef String matching external Webhook reference
Response body
Empty