Add Properties Using Push Adapter Kind Using POST
If 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
URI
POST
https://{api_host}/api/resources/{id}/properties/adapterkinds/{adapterKind}
COPY
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 adapter kind that will push the stats
Request Body
property-contents of type(s) application/json
Optional
Show optional properties
{
"property-content": [
{
"statKey": "string",
"timestamps": [
{}
]
}
]
}
{
"property-content": [
{
"data": [
"number"
],
"statKey": "string",
"timestamps": [
0
],
"values": [
"string"
]
}
]
}
Responses
200
The properties are added successfully
Operation doesn't return any data structure
On This Page
Resource Operations
POST
Add Properties Using POST
POST
Add Properties Using Push Adapter Kind Using POST
POST
Add Relationship Using POST
POST
Add Stats Using POST
POST
Add Stats Using Push Adapter Kind Using POST
DELETE
Delete Relationship Using DELETE
DELETE
Delete Resource Using DELETE
GET
Get DT Stats Of Resource Using GET
GET
Get Latest Stats Using GET
GET
Get Relationships Using GET
GET
Get Relationship Using GET
GET
Get Resource Properties Using GET
GET
Get Resource Using GET
GET
Get Stat Keys Using GET
POST
Get Stats For Resource Using POST
GET
Get Stats Of Resource Using GET
GET
Get Top N Stats Of Resource Using GET
PUT
Mark Resource As Being Maintained Using PUT
PUT
Set Relationship Using PUT
PUT
Start Monitoring Resource Using PUT
PUT
Stop Monitoring Resource Using PUT
DELETE
Unmark Resource As Being Maintained Using DELETE
PUT
Update Geo Location Of Resource Using PUT