NSX-T Data Center REST API

Create or update Flood Protection Profile

API will create/update Flood Protection Profile

Request:

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/orgs/{org-id}/projects/{project-id}/infra/flood-protection-profiles/{flood-protection-profile-id}
Request Headers:
n/a
Query Parameters:
OverrideRequestParameters+
Request Body:
DistributedFloodProtectionProfile+
GatewayFloodProtectionProfile+

Example Request:

{ "resource_type": "DistributedFloodProtectionProfile", "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

Required Permissions:

crud

Feature:

policy_security_profiles

Additional Errors: