The file storage statistics object model contains the following objects.
genericStatistics
Attribute
|
JSON Type
|
Data Type
|
Description
|
errorMessage
|
string
|
string
|
Error message from
HNAS.
|
resetTime
|
number
|
int64
|
Unix time of last reset time for measurement.
|
statistics
|
array
|
array
|
Array of statistics objects.
|
statistic
Attribute
|
JSON Type
|
Data Type
|
Description
|
label
|
string
|
string
|
Name of the statistics group.
|
resetTime
|
number
|
int64
|
Unix time of last reset time for measurement.
|
elements
|
array
|
array
|
Array of element objects.
|
statsType
|
string
|
string
|
Type of statistics data to retrieve.
|
element
Attribute
|
JSON Type
|
Data Type
|
Description
|
text
|
string
|
string
|
Name of the statistics element.
|
value
|
string
|
string
|
Value of the statistics element.
|
storageStatistics
Attribute
|
JSON Type
|
Data Type
|
Description
|
nodeUUID
|
string
|
string
|
UUID of the cluster node.
|
name
|
string
|
string
|
The name of the statistical data.
|
value
|
number
|
uint
|
The value of the statistics. Depending on the type of statistics, this number can be in any units.
|