RecentDeployments returns aggregate statistics of recent deployments.
A successful response.
An unexpected error response.
{- "accountIdentifier": "string",
- "projectIdentifier": "string",
- "orgIdentifier": "string",
- "operationPhase": [
- "OPERATION_PHASE_UNSET"
], - "applicationName": "string",
- "startTime": 0,
- "endTime": 0,
- "searchTerm": "string",
- "agentIdentifier": "string"
}
{- "content": [
- {
- "startedAt": "string",
- "rollback": 0,
- "deploy": 0,
- "redeploy": 0,
- "succeeded": 0,
- "error": 0,
- "terminating": 0,
- "failed": 0,
- "running": 0,
- "totalDeployments": 0,
- "failureRate": 0
}
], - "pageItemCount": 0,
- "empty": true
}
TopApplicationPhaseStats lists phase status counts for the top 5 most deployed applications.
A successful response.
An unexpected error response.
{- "content": [
- {
- "applicationName": "string",
- "totalDeployments": 0,
- "deploymentRate": 0,
- "succeeded": 0,
- "failed": 0,
- "agentIdentifier": "string"
}
], - "empty": true
}