NSX-T Data Center REST API
Update pim profile
Create a pim profile with the pim-profile-id is not already present,otherwise update the pim profile.
This API is only available when using VMware NSX-T.
Request:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/pim-profiles/<pim-profile-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    PolicyPimProfile+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/pim-profiles/pim1 { "rp_address": "1.1.1.1" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  