[{"label":"Latest (8.6.3)","version":"latest"}]
vrealize-operations
LatestStatQuery
Object used to request latest stats (metrics) on a collection of resources. Defines search criteria as well as expected data set.
Properties
boolean
currentOnly
Optional
Indicates whether to report only “current” stat values, i.e. skip the stat-s that haven’t published any value during recent collection cycles.
integer as int32
maxSamples
Optional
The maximum number of samples to return when querying latest stats. Defaults to 1 so that when processing the query if it is omitted the response would contain a single sample
boolean
metrics
Optional
Indicates whether specified statKey-s of query should be forcibly treated as metrics (does not include instanced stats)
array of
string as uuid
resourceId
Optional
Array of Resource ids for which the latest stats should be fetched
array of
string
statKey
Optional
Array of stat keys for which the latest stats should be returned
JSON Example
{
"currentOnly": false,
"maxSamples": 0,
"metrics": false,
"resourceId": [
"string"
],
"statKey": [
"string"
]
}
[{"label":"Latest (8.6.3)","version":"latest"}]
vrealize-operations
Parameter To
Query Latest Stats Of Resources