resource-stat
resource-stat
Class associates a single Stat with a ResourceId. The class is backed by the Stat argument
passed, so changes to this class will effect the Stat object data.
JSON Example
{
"resourceId": "string",
"stat": {
"timestamps": [
0
],
"statKey": {
"key": "string"
},
"rollUpType": "string",
"intervalUnit": {
"quantifier": 0,
"intervalType": "string"
},
"data": [
"number"
],
"values": [
"string"
],
"statValues": [
"string"
],
"dtTimestamps": [
0
],
"minThresholdData": [
"number"
],
"maxThresholdData": [
"number"
],
"smoothValues": [
"number"
],
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
},
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
}