NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Returns a list of Proxy Server Profiles |
GET /api/v1/csm/proxy-server-profiles
|
Create a Proxy Server Profile |
POST /api/v1/csm/proxy-server-profiles
|
Delete a Proxy Server Profile |
DELETE /api/v1/csm/proxy-server-profiles/{profile-id}
|
Returns the particular Proxy Server Profile information |
GET /api/v1/csm/proxy-server-profiles/{profile-id}
|
Update a Proxy Server Profile |
PUT /api/v1/csm/proxy-server-profiles/{profile-id}
|