NSX-T Data Center REST API
Creates or updates the telemetry configuration
Updates or creates the telemetry configuration, and returns the new configuration.Request:
Method:
PUT
URI Path(s):
/api/v1/telemetry/config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
TelemetryConfig+
Example Request:
PUT https://<nsx-mgr>/api/v1/telemetry/config { "ceip_acceptance" : true, "schedule_enabled": true, "proxy_enabled": true, "telemetry_schedule": { "frequency_type": "DailyTelemetrySchedule", "hour_of_day": 10 }, "telemetry_proxy": { "scheme": "HTTP", "hostname": "proxy.eng.vmware.com", "port": 8080, "username": "nsx_user", "password": "password123" } }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
TelemetryConfig+