Skip to main content

devices_metric_definitions

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

Overview

Namedevices_metric_definitions
TypeResource
Idazure_extras.storsimple_8000_series.devices_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, subscriptionIdGets the metric definitions for the specified device.

SELECT examples

Gets the metric definitions for the specified device.

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