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

Update Telemetries

Description

Post telemetries collected to telemetry plugin.

Request

Request

URL

URL


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

Request Body

Request Body

TelemetryList of type(s) application/json Optional

List of telemetries to be deleted. If not set, all telemetries will be removed.

{
	"telemetries": [
		{
			"name": "string",
			"value": "string"
		}
	]
}
array of Telemetry
telemetries Required

Array of 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 PUT -H "Content-Type: application/json" -d '{"telemetries":[{"aggregation_method":"MIN","count":0,"name":"string","value":"string","value_type":"STRING"}]}' 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?