[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Add Properties Using Push 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/{id}/properties/adapterkinds/{adapterKind}
Path Parameters
Path Parameters
string
adapterKind
Required
The Adapter Kind key of the adapter instance that will push the properties
string
id
Required
The ID of the resource
Request Body
Request Body
property-contents
of type(s) application/json, application/xml
Required
The properties for the Resource
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 '{"property-content":[{"data":[0],"statKey":"string","timestamps":[0],"values":["string"]}]}' https://localhost/suite-api/api/resources/{id}/properties/adapterkinds/{adapterKind}
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Resource Operations
post
post
post
delete
delete
get
get
get
get
put