Skip to main content

managers_metric_definitions

Creates, updates, deletes, gets or lists a managers_metric_definitions resource.

Overview

Namemanagers_metric_definitions
TypeResource
Idazure_extras.storsimple_8000_series.managers_metric_definitions

Fields

NameDatatypeDescription
nameobjectThe metric name.
categorystringThe category of the metric.
dimensionsarrayThe available metric dimensions.
metricAvailabilitiesarrayThe available metric granularities.
primaryAggregationTypestringThe metric aggregation type.
resourceIdstringThe metric source ID.
typestringThe metric definition type.
unitstringThe metric unit.

Methods

NameAccessible byRequired ParamsDescription
listSELECTmanagerName, resourceGroupName, subscriptionIdGets the metric definitions for the specified manager.

SELECT examples

Gets the metric definitions for the specified manager.

SELECT
name,
category,
dimensions,
metricAvailabilities,
primaryAggregationType,
resourceId,
type,
unit
FROM azure_extras.storsimple_8000_series.managers_metric_definitions
WHERE managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';