NSX-T Data Center REST API
Create a Proxy Server Profile
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/csm/proxy-server-profiles
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    ProxyServerProfileInfo+
  Example Request:
POST https://<nsx-csm>/api/v1/csm/proxy-server-profiles { "profilename":"test", "username": "admin", "password": "test123", "host": "1.0.0.0", "port": "3382", "is_default":"true" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ProxyServerProfileInfo+
  