Policy > Networking > Networking Profiles > BFD Profiles

Read a BfdProfile

Read a BfdProfile.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/bfd-profiles/<bfd-profile-id>
/policy/api/v1/global-infra/bfd-profiles/<bfd-profile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/bfd-profiles/config1

Successful Response:

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

Example Response:

{ "interval": 500, "multiple": 3, "resource_type": "BfdProfile", "id": "config1", "display_name": "config1", "path": "/infra/bfd-profiles/config1", "relative_path": "config1", "parent_path": "/infra", "unique_id": "09b937cf-81e8-4684-be01-a8b0a6b78400", "marked_for_delete": false, "overridden": false, "_create_user": "admin", "_create_time": 1579244895250, "_last_modified_user": "admin", "_last_modified_time": 1579244895250, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

read

Feature:

policy_connectivity

Additional Errors: