Get Load Balancer Supported Analytic Metrics

Get Load Balancer Supported Analytic Metrics

Retrieves all the supported metrics for load balancer analytic reports. These metrics can be used to create runtime reports of load balancer virtual services and pools. Supported filters are:

  • componentId. The URN of the load balancer virtual service or pool for which we want supported metrics. Only one should be specified. This is required.
This requires an Edge Gateway Load Balancer with PREMIUM feature set.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/loadBalancer/analyticReports/supportedMetrics
COPY
Query Parameters
string
filter
Optional

Filter for a query. FIQL format.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns EdgeLoadBalancerAnalyticMetrics of type(s) application/json;version=37.0
{
    "metrics": [
        {
            "key": "string",
            "description": "string"
        }
    ]
}
metrics
Optional

metrics