v14

latestSwagger 2.0raw.githubusercontent.com2022-12-097793207.8 KB
Adds

Gets the service related metric information.

get/providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}/metricmetadata/{metricName}

Path parameters

serviceNamestring required

The name of the service.

metricNamestring required

The metric name

Query parameters

api-versionstring required

The version of the API to be used with the client request.

Response

The metric metadata for the service.

metricsProcessorClassNamestring

The name of the class which retrieve and process the metric.

metricNamestring

The metric name

displayNamestring

The display name for the metric.

valueKindstring

Indicates if the metrics is a rate,value, percent or duration type.

minValueinteger

The minimum value.

maxValueinteger

The maximum value.

kindstring

Indicates whether the dashboard to represent the metric is a line, bar,pie, area or donut chart.

isDefaultboolean

Indicates if the metric is a default metric or not.

isPerfCounterboolean

Indicates if the metric is a performance counter metric or not.

isDevOpsboolean

Indicates if the metric is visible to DevOps or not.