Skip to main content

file_shares_metrics

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

Overview

Namefile_shares_metrics
TypeResource
Idazure_extras.storsimple_1200_series.file_shares_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, fileServerName, managerName, resourceGroupName, shareName, subscriptionIdGets the file share metrics

SELECT examples

Gets the file share metrics

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