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

Get Telemetry Definitions

Description

Get telemetry definitions collected in NSX intelligence telemetry plugin

Request

Request

URL

URL


post
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 names to get definitions. If list is empty, all telemetry definitions will be returned.

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

Array of telemetry names

Authentication

Authentication

This operation uses the following authentication methods.


METHOD

auditor



METHOD

network_op


METHOD

security_op


Response

Response

Response Body

Response Body

200 OK

Returns TelemetryDefinitionList of type(s) application/json
definitions Required

Array of telemetry definitions

Errors

Errors

400

Invalid Input

Code Samples

Code Samples

cURL Command

curl -X POST -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?