NSX-T Data Center REST API
Add Solution Config for a given Service
Adds a solution config. Solution Config are service level objects,required for configuring the NXGI partner Service after deployment.
Request:
Method:
              POST
            URI Path(s):
              
                /api/v1/serviceinsertion/services/{service-id}/solution-configs
                
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    SolutionConfig+
  Example Request:
POST https://<nsx-mgr>/api/v1/serviceinsertion/services/03a31751-beaa-4a75-a3c9-04043479f0ec/solution-configs { "solution_id" : "7498352642083520512", "control_ip" : "192.168.1.10", "listen_port" : "48651" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    SolutionConfig+