resource-stat

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
{
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "resourceId": "string",
    "stat": {
        "data": [
            "number"
        ],
        "dtTimestamps": [
            0
        ],
        "intervalUnit": {
            "intervalType": "string",
            "quantifier": 0
        },
        "links": [
            {
                "description": "string",
                "href": "string",
                "name": "string",
                "rel": "string"
            }
        ],
        "maxThresholdData": [
            "number"
        ],
        "minThresholdData": [
            "number"
        ],
        "rollUpType": "string",
        "smoothValues": [
            "number"
        ],
        "statKey": {
            "key": "string"
        },
        "timestamps": [
            0
        ],
        "values": [
            "string"
        ]
    }
}
array of link
links
Optional

links

string As uuid As uuid
resourceId
Optional

The resource identifier

stat
Optional

Stats Data Response Object