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.
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:
{ "rp_address_multicast_ranges" : [ { "rp_address" : "10.10.10.15", "multicast_ranges" : [ "225.0.0.0/16" ] }, { "rp_address" : "10.10.10.14", "multicast_ranges" : [ "225.0.0.0/14" ] } ] }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a