[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Update Telemetries
DescriptionPost telemetries collected to telemetry plugin.
Request
URLURL
https://api_host/napp/api/v1/platform/telemetry/telemetries
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"
}
]
}
Authentication
This operation uses the following authentication methods.
METHOD
enterprise_admin
METHOD
network_engineer
Response
Response
Response BodyResponse Body
200 OK
Returns
TelemetryList
of type(s) application/json
{
"telemetries": [
{
"aggregation_method": "MIN",
"count": 0,
"name": "string",
"value": "string",
"value_type": "STRING"
}
]
}
Errors
400
Invalid Input
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
On This Page
Telemetry Operations
delete
delete
post