isilon 1.0.0

Isilon rest api bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# StatisticsCurrentStat

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**devid** | **i32** | Devid of node of statistic or 0 for cluster scoped statistics. | [default to null]
**error** | **String** | Key specific error string, if applicable. | [optional] [default to null]
**error_code** | **i32** | Key specific error number, if applicable. | [optional] [default to null]
**key** | **String** | Key name of statistic. | [default to null]
**time** | **i32** | Unix Epoch time in seconds that statistic was collected. | [default to null]
**value** | **String** | Key dependent value. | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)