Get Metrics Aggregated Values By User Using GET

Get Metrics Aggregated Values By User Using GET

Returns aggregated metrics values of the given user

Request
URI
GET
https://{api_host}//api.mgmt.cloud.vmware.com/aggregator/api/metrics/deployment/aggregate/users/{userId}
COPY
Path Parameters
string
userId
Required

userId


Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns AggregatedMetrics of type(s) application/json
{
    "metrics": [
        {
            "displayName": "string",
            "id": 0,
            "name": "string",
            "unit": "string",
            "unitShort": "string",
            "value": 0
        }
    ]
}
metrics
Optional

metrics


401

Unauthorized

Operation doesn't return any data structure

403

Access Denied

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure