Policy > Networking > Connectivity > Segment > Segment Profiles > IP Discovery Profiles

Create IP Discovery Profile

API will create IP Discovery profile.
This API is available when using VMware Cloud on AWS or VMware NSX-T.

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/infra/ip-discovery-profiles/<ip-discovery-profile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
IPDiscoveryProfile+

Example Request:

PATCH https://<nsx-mgr>/policy/api/v1/infra/ip-discovery-profiles/ipdp1 { "resource_type": "IPDiscoveryProfile", "display_name": "IPDiscoveryProfile", "description": "", "ip_v4_discovery_options": { "arp_snooping_config": { "arp_snooping_enabled": false, "arp_binding_limit": 1 }, "dhcp_snooping_enabled": false, "vmtools_enabled": true }, "ip_v6_discovery_options": { "nd_snooping_config": { "nd_snooping_enabled": true, "nd_snooping_limit": 2 }, "dhcp_snooping_v6_enabled": true, "vmtools_v6_enabled": true }, "tofu_enabled": true, "arp_nd_binding_timeout": 10, "duplicate_ip_detection": { "duplicate_ip_detection_enabled": false } }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

policy_segment

Additional Errors: