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.
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.
Responses
200
OK
Returns EdgeLoadBalancerAnalyticMetrics of type(s) application/json;version=38.0
{
"metrics": [
{
"key": "string",
"description": "string"
}
]
}
Availability
Added in 35.0
Edge Gateway Load Balancer Analytics Operations
GET
Get Load Balancer Analytic Reports
GET
Get Load Balancer Supported Analytic Metrics