Skip to main content

volume_containers_metric_definitions

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

Overview

Namevolume_containers_metric_definitions
TypeResource
Idazure_extras.storsimple_8000_series.volume_containers_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
listSELECTdeviceName, managerName, resourceGroupName, subscriptionId, volumeContainerNameGets 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 }}';