[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Add Stats For Resources
DescriptionIn this case, the adapter instance used for pushing data will default to vRealizeOpsMgrAPI.
It is recommended (though not required) to use this API when the resources were created using the API
POST /api/resources/{id}/adapters/{adapterInstanceId}
. Otherwise an additional
adapter instance might be created.
Request
URLURL
https://localhost/suite-api/api/resources/stats
Query Parameters
Query Parameters
boolean
disableAnalyticsProcessing
Optional
Whether the current data set goes through Analytics processing (Threshold checking, Alert generation) or not. Defaults to false. But when set to true will result in no evaluation of Alerts but the data gets stored
disableAnalyticsProcessing example
false
Request Body
Request Body
resources-stat-contents
of type(s) application/json, application/xml
Required
The Resources and their Stats
Authentication
This operation uses the following authentication methods.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"list":[{"id":"string","resourceKey":{"adapterKindKey":"string","extension":{"anyObjects":{}},"links":[{"description":"string","href":"string","name":"string","rel":"NEXT"}],"name":"string","resourceIdentifiers":[{"identifierType":{"dataType":"STRING","extension":{"anyObjects":{}},"isPartOfUniqueness":false,"links":[{"description":"string","href":"string","name":"string","rel":"NEXT"}],"name":"string"},"key":"string","links":[{"description":"string","href":"string","name":"string","rel":"NEXT"}],"name":"string","uniquelyIdentifying":false,"value":"string"}],"resourceKindKey":"string"},"stat-contents":[{"data":[0],"statKey":"string","timestamps":[0],"values":["string"]}]}]}' https://localhost/suite-api/api/resources/stats
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Resources Operations
post
post
delete
delete
delete
delete
get
get
get
put