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/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
- 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: