[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Post Telemetries

Description

Refresh telemetries collected in telemetry plugin if reset_data in spec is true. Return currently collected telemetries.

Request

Request

URL

URL


post
https://api_host/napp/api/v1/platform/telemetry/telemetries
Copy

Request Body

Request Body

TelemetrySpec of type(s) application/json Optional

Specifications on the refresh telemetry API

{
	"reset_data": false
}
boolean
reset_data Optional

Whether or not to reset current data after getting the telemetries

Authentication

Authentication

This operation uses the following authentication methods.


Response

Response

Response Body

Response Body

200 OK

Returns TelemetryList of type(s) application/json
{
	"telemetries": [
		{
			"aggregation_method": "MIN",
			"count": 0,
			"name": "string",
			"value": "string",
			"value_type": "STRING"
		}
	]
}
array of Telemetry
telemetries Required

Array of telemetries

Errors

Errors

400

Invalid Input

Code Samples

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
Feedback

Was this page helpful?