NSX-T Data Center REST API

Returns the proxy configuration

Returns the proxy configuration.

Request:

Method:
GET
URI Path(s):
/api/v1/proxy/config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/proxy/config

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
Proxy+

Example Response:

{ "enabled": true "scheme" : "HTTP", "host" : "proxy.eng.vmware.com", "port" : 8080, "username" : "nsx_user", "resource_type" : "Proxy", "id" : "TelemetryConfigIdentifier", "display_name" : "TelemetryConfigIdentifier", "description" : "", "tags" : [ ], "_create_user" : "system", "_create_time" : 1551323564312, "_last_modified_user" : "admin", "_last_modified_time" : 1551380144479, "_system_owned" : false, "_protection" : "NOT_PROTECTED", "_revision" : 3 }

Required Permissions:

read

Feature:

system_administration

Additional Errors: