[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

Get Load Balancer Supported Analytic Metrics

Description

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

Request

URL

URL


get
https://{api_host}/cloudapi/1.0.0/loadBalancer/analyticReports/supportedMetrics
Copy

Query Parameters

Query Parameters

string
filter Optional

Filter for a query. FIQL format.


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

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

A supported metrics.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/cloudapi/1.0.0/loadBalancer/analyticReports/supportedMetrics


[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 35.0
Edge Gateway Load Balancer Analytics Operations
Feedback

Was this page helpful?