Add Properties Using Push Adapter Kind Using POST

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"
            ]
        }
    ]
}
property-content
Required

Collection of property contents

Authentication
This operation uses the following authentication methods.
Responses
200

The properties are added successfully

Operation doesn't return any data structure