Changed2
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Add Resources Properties
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/properties
Request Body
Request Body
resources-property-contents
of type(s) application/json, application/xml
Required
The properties for the Resources
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 '{"values":[{"properties":{"property-content":[{"data":[0],"statKey":"string","timestamps":[0],"values":["string"]}]},"resourceId":"string"}]}' https://localhost/suite-api/api/resources/properties
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
What's changed in latest?
INTRODUCED
New in this version
On This Page
Resources Operations
post
post
Add Resources Properties
Introduced
post
Add Resources Properties Using Adapter Kind
Introduced
post
delete
delete
delete
delete
get
get
get
Get Latest Stats Of Resources
Changed
get
get
Get Stats Of Resources
Changed
get
Get Top N Stats Of Resources
Changed
put