volume_containers_metric_definitions
Creates, updates, deletes, gets or lists a volume_containers_metric_definitions
resource.
Overview
Name | volume_containers_metric_definitions |
Type | Resource |
Id | azure_extras.storsimple_8000_series.volume_containers_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 | deviceName, managerName, resourceGroupName, subscriptionId, volumeContainerName | Gets the metric definitions for the specified volume container. |
SELECT
examples
Gets the metric definitions for the specified volume container.
SELECT
name,
category,
dimensions,
metricAvailabilities,
primaryAggregationType,
resourceId,
type,
unit
FROM azure_extras.storsimple_8000_series.volume_containers_metric_definitions
WHERE deviceName = '{{ deviceName }}'
AND managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND volumeContainerName = '{{ volumeContainerName }}';