Changed2
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Add Resources Properties Using Adapter Kind
DescriptionIf the adapter kind specified is not present in the system, it will be created dynamically. However if the adapter kind specified already exists, then it must be of OPENAPI adapter kind type.
Request
URLURL
https://localhost/suite-api/api/resources/properties/adapterkinds/{adapterKind}
Path Parameters
Path Parameters
string
adapterKind
Required
The Adapter Kind key of the adapter instance that will push the 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/adapterkinds/{adapterKind}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
What's changed in latest?
INTRODUCED
New in this version
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