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

Delete Telemetry Definitions

Description

Delete telemetry definitions in telemetry plugin.

Request

Request

URL

URL


delete
https://api_host/napp/api/v1/platform/telemetry/telemetry-definitions
Copy

Request Body

Request Body

TelemetryNameList of type(s) application/json Optional

List of telemetry definitions to be registered in telemetry plugin

{
	"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/telemetry-definitions


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

Was this page helpful?