Policy > Networking > Connectivity > Segments > Segment Profiles > Discovery Profile Binding

Get Group discovery profile binding map

API will get Group discovery profile binding map

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/domains/<domain-id>/groups/<group-id>/discovery-profile-binding-maps
/policy/api/v1/global-infra/domains/<domain-id>/groups/<group-id>/discovery-profile-binding-maps
Request Headers:
n/a
Query Parameters:
GroupDiscoveryProfileBindingMapListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/domains/default/groups/group1/discovery-profile-binding-maps

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
GroupDiscoveryProfileBindingMapListResult+

Example Response:

{ "results": [ { "sequence_number": 22, "resource_type": "GroupDiscoveryProfileBindingMap", "id": "bm1", "display_name": "bm1", "path": "/infra/domains/default/groups/group1/discovery-profile-binding-maps/bm1", "relative_path": "bm1", "parent_path": "/infra/domains/default/groups/group1", "unique_id": "35230872-f823-4c53-ab1a-5f8e06558bdc", "marked_for_delete": false, "profile_path": "/infra/ip-discovery-profiles/p2", "_last_modified_time": 1570048887730, "_system_owned": false, "_create_user": "admin", "_create_time": 1570048887730, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0 } ], "result_count": 1, "sort_by": "display_name", "sort_ascending": true }

Required Permissions:

read

Feature:

policy_grouping

Additional Errors: