[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
ResourceStat
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.
Properties
array of
Link
links
Optional
Represents a HTTP ’link’ element. It is implicit that all the link tags support http ‘GET’ method.
string as uuid
resourceId
Optional
The resource identifier
JSON Example
{
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "NEXT"
}
],
"resourceId": "string",
"stat": {
"data": [
0
],
"dtTimestamps": [
0
],
"intervalUnit": {
"intervalType": "HOURS",
"quantifier": 0
},
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "NEXT"
}
],
"maxThresholdData": [
0
],
"minThresholdData": [
0
],
"rollUpType": "SUM",
"smoothValues": [
0
],
"statKey": {
"key": "string"
},
"statValues": [
"string"
],
"timestamps": [
0
],
"values": [
"string"
]
}
}
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Property Of
ResourceStatGroup