managers_metric_definitions
Creates, updates, deletes, gets or lists a managers_metric_definitions
resource.
Overview
Name | managers_metric_definitions |
Type | Resource |
Id | azure_extras.storsimple_8000_series.managers_metric_definitions |
Fields
Name | Datatype | Description |
---|---|---|
name | object | The metric name. |
category | string | The category of the metric. |
dimensions | array | The available metric dimensions. |
metricAvailabilities | array | The available metric granularities. |
primaryAggregationType | string | The metric aggregation type. |
resourceId | string | The metric source ID. |
type | string | The metric definition type. |
unit | string | The metric unit. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | managerName, resourceGroupName, subscriptionId | Gets 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 }}';