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