Get Deployment Performance Metrics

Get Deployment Performance Metrics

Get Deployment performance metrics, giving details on health and its alert.

Request
URI
GET
https://{api_host}/management-service/api/management/metrics/deployments/{deploymentId}/health
COPY
Path Parameters
string
Required

Deployment Id.


Responses
200

Success. Returns a DeploymentOpsResource

Returns deploymentopsresource of type(s) */*
{
    "vcopsResourceUuid": "string",
    "strings": [
        {
            "propertyName": "string",
            "value": "string"
        }
    ],
    "stats": [
        {
            "statName": "string",
            "value": "number"
        }
    ],
    "deploymentCafeUuid": "string",
    "health": {
        "opsAlertDetails": [
            {
                "name": "string",
                "criticality": "string",
                "updatedOn": "string",
                "createdOn": "string",
                "status": "string"
            }
        ],
        "alertsDetails": [
            "string"
        ],
        "status": "string"
    },
    "deploymentName": "string",
    "deploymentUuid": "string"
}
string
vcopsResourceUuid
Optional

vcopsResourceUuid

strings
Optional

strings

array of StatMetric
stats
Optional

stats

string
deploymentCafeUuid
Optional

deploymentCafeUuid

health
Optional

health

string
deploymentName
Optional

deploymentName

string
deploymentUuid
Optional

deploymentUuid