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/deployed-applications
Finds all DeployedApplications and DeploymentTasks whilst reducing them to show current status of any deployed or deploying application.
Optionally, part of the application name or start of application path/id (full path/id if exactPath flag is enabled) can be specified
to narrow the search result. A list of ApplicationDeploymentPackageState objects will be returned containing information about current
state of any deployed or deploying application package.
- 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 Query exactPath boolean (Optional) use full application path in queries (defaults to false) Query order Ordering (Optional) which ordering to use when listing results
- Response body
- List of ApplicationDeploymentPackageState - a list of com.xebialabs.deployit.engine.api.dto.ApplicationDeploymentPackageState objects corresponding application deployment package states
- Content type: