[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Delete Telemetry Definitions
DescriptionDelete telemetry definitions in telemetry plugin.
Request
URLURL
https://api_host/napp/api/v1/platform/telemetry/telemetry-definitions
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
This operation uses the following authentication methods.
METHOD
enterprise_admin
METHOD
network_engineer
Response
Response
Response BodyResponse Body
200 OK
Returns
TelemetryNameList
of type(s) application/json
array of
string
names
Required
Array of telemetry names
Errors
400
Invalid Input
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
On This Page
Telemetry Operations
delete
delete
post