v1
latestOpenAPI 3.0.32026-07-17502149.6 KBMetrics
Get deployment metrics
Returns installation and usage metrics for a deployment
get/apps/{appName}/deployments/{deploymentName}/metrics
Path parameters
appNamestring required
Application name (or 'owner:appName' for disambiguation)
deploymentNamestring required
Deployment environment name
Headers
tenantstring
Organization/tenant ID filter
Response
Deployment metrics
Example response
{
"metrics": {
"v23": {
"active": 1234,
"downloaded": 1500,
"failed": 10,
"installed": 1450
}
}
}