Skip to main content

iscsi_disks_metrics

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

Overview

Nameiscsi_disks_metrics
TypeResource
Idazure_extras.storsimple_1200_series.iscsi_disks_metrics

Fields

NameDatatypeDescription
nameobjectThe name of the metric
dimensionsarrayThe Metric dimension which indicates the source of the metric
endTimestringThe metric end time
primaryAggregationstringThe metric aggregation type
resourceIdstringThe id of metric source
startTimestringThe metric start time
timeGrainstringThe time grain, time grain indicates frequency of the metric data
typestringThe Type of the metric data
unitstringThe unit of the metric data
valuesarrayThe metric data

Methods

NameAccessible byRequired ParamsDescription
listSELECTdeviceName, diskName, iscsiServerName, managerName, resourceGroupName, subscriptionIdGets the iSCSI disk metrics

SELECT examples

Gets the iSCSI disk metrics

SELECT
name,
dimensions,
endTime,
primaryAggregation,
resourceId,
startTime,
timeGrain,
type,
unit,
values
FROM azure_extras.storsimple_1200_series.iscsi_disks_metrics
WHERE deviceName = '{{ deviceName }}'
AND diskName = '{{ diskName }}'
AND iscsiServerName = '{{ iscsiServerName }}'
AND managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';