[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Post Telemetries
DescriptionRefresh telemetries collected in telemetry plugin if reset_data in spec is true. Return currently collected telemetries.
Request
URLURL
https://api_host/napp/api/v1/platform/telemetry/telemetries
Request Body
Request Body
{
"reset_data": false
}
boolean
reset_data
Optional
Whether or not to reset current data after getting the telemetries
Authentication
This operation uses the following authentication methods.
METHOD
enterprise_admin
METHOD
network_engineer
Response
Response
Response BodyResponse Body
200 OK
Returns
TelemetryList
of type(s) application/json
{
"telemetries": [
{
"aggregation_method": "MIN",
"count": 0,
"name": "string",
"value": "string",
"value_type": "STRING"
}
]
}
Errors
400
Invalid Input
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"reset_data":false}' https://api_host/napp/api/v1/platform/telemetry/telemetries
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
On This Page
Telemetry Operations
delete
delete
post