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

Associated URIs:

API Description API Path

List IP Discovery Profiles


API will list all IP Discovery Profiles active in current discovery profile id.
GET /policy/api/v1/infra/ip-discovery-profiles
GET /policy/api/v1/global-infra/ip-discovery-profiles

Delete IP Discovery Profile


API will delete IP Discovery profile.
DELETE /policy/api/v1/infra/ip-discovery-profiles/<ip-discovery-profile-id>
DELETE /policy/api/v1/global-infra/ip-discovery-profiles/<ip-discovery-profile-id>

Get IP Discovery Profile


API will get IP Discovery profile.
GET /policy/api/v1/infra/ip-discovery-profiles/<ip-discovery-profile-id>
GET /policy/api/v1/global-infra/ip-discovery-profiles/<ip-discovery-profile-id>

Create IP Discovery Profile


API will create IP Discovery profile.
PATCH /policy/api/v1/infra/ip-discovery-profiles/<ip-discovery-profile-id>
PATCH /policy/api/v1/global-infra/ip-discovery-profiles/<ip-discovery-profile-id>

Update IP Discovery Profile


API will update IP Discovery profile.
PUT /policy/api/v1/infra/ip-discovery-profiles/<ip-discovery-profile-id>
PUT /policy/api/v1/global-infra/ip-discovery-profiles/<ip-discovery-profile-id>