Add Stats 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.
The ID of the adapter kind that will push the stats
The Identifier of the resource object
Whether the current data set goes through Analytics processing (Threshold checking, Alert generation) or not. Defaults to false. But when set to true will result in no evaluation of Alerts but the data gets stored.
Show optional properties
{
"stat-content": [
{
"statKey": "string",
"timestamps": [
{}
]
}
]
}
{
"stat-content": [
{
"data": [
"number"
],
"statKey": "string",
"timestamps": [
0
],
"values": [
"string"
]
}
]
}
The stats are added successfully