NSX-T Data Center REST API
Update pim profile
Create or update pim profile.This API is only available when using VMware NSX.
Request:
Method:
PUT
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:
PUT https://<policy-mgr>/policy/api/v1/infra/pim-profiles/pim1 { "rp_address": "1.1.1.3" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
PolicyPimProfile+