Reference Guide

Table Of Contents
Name Description Schema
repeat_count
optional
Number of consecutive sampling periods during which
there were no changes in the metrics values. If the value is
omitted from the response, it is 1 (no additional repeats).
Minimum value : 0
Maximum value : 2147483647
integer (int32)
response_defi
nition
required
Response definition for the entity. string
timestamp
optional
End of sample period. string (date-time)
total_iops
optional
Total read and write iops in microseconds. number (float)
write_iops
optional
Total write iops in microseconds. number (float)
sdnas_nfs3_metrics_rollup
Summary of nfs level performance metric data for the period beginning with timestamp, including
the average and maximum values for that period.
Polymorphism : Inheritance
Discriminator : response_definition
Name Description Schema
avg_failed_md
_ops
optional
Average failed operations per second. number (float)
avg_md_laten
cy
optional
Average md latency per second. number (float)
avg_md_ops
optional
Average md operations per second. number (float)
avg_read_iops
optional
Average read operations per second. number (float)
802