NSX-T Data Center REST API
Create or update Flood Protection Profile
API will create/update Flood Protection ProfileRequest:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/flood-protection-profiles/<flood-protection-profile-id>
                  
/policy/api/v1/global-infra/flood-protection-profiles/<flood-protection-profile-id>
              
            /policy/api/v1/global-infra/flood-protection-profiles/<flood-protection-profile-id>
Request Headers:
                n/a
            Query Parameters:
    OverrideRequestParameters+
  Request Body:
    DistributedFloodProtectionProfile+
  GatewayFloodProtectionProfile+
  Example Request:
PATCH https://<nsx-mgr>/policy/api/v1/infra/flood-protection-profiles/profile-1 { "resource_type": "FloodProtectionProfile", "description": "", "display_name": "profile-1", "udp_active_flow_limit": 100, "icmp_active_flow_limit": 30, "tcp_half_open_conn_limit": 200, "other_active_conn_limit": 50 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  