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

array of object
strings
Optional

strings

array of object
stats
Optional

stats

string
deploymentCafeUuid
Optional

deploymentCafeUuid

object
health
Optional

health

string
deploymentName
Optional

deploymentName

string
deploymentUuid
Optional

deploymentUuid


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/management-service/api/management/metrics/deployments/{deploymentId}/health