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

Delete Telemetries

Description

Delete telemetries collected in telemetry plugin.

Request

Request

URL

URL


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

Request Body

Request Body

TelemetryNameList of type(s) application/json Optional

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

{
	"names": [
		"string"
	]
}
array of string
names Required

Array of telemetry names

Authentication

Authentication

This operation uses the following authentication methods.


Response

Response

Response Body

Response Body

200 OK

Returns TelemetryNameList of type(s) application/json
array of string
names Required

Array of telemetry names

Errors

Errors

400

Invalid Input

Code Samples

Code Samples

cURL Command

curl -X DELETE -H "Content-Type: application/json" -d '{"names":["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?