NSX-T Data Center REST API
Create or update multicast configuration
Create or update a Tier-0 multicast configuration defining the multicast replication range,the IGMP or a PIM profile. It will update the configuration if there is already one in place.
This API is only available when using VMware NSX-T.
Request:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-services-id>/multicast
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    PolicyMulticastConfig+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/tier-0s/tier0/locale-services/tier0localeservices/multicast { "enabled" : true, "replication_multicast_range": "225.0.0.0/24", "igmp_profile_path": "/infra/igmp-profiles/igmp3", "pim_profile_path": "/infra/pim-profiles/pim1" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  