Policy > Networking > Networking Profiles > BFD Profiles

Create or update a BfdProfile

If a BfdProfile with the bfd-profile-id is not already present,
create a new BfdProfile. If it already exists, update the
BfdProfile. This operation will fully replace the object.

Request:

Method:
PATCH
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:
OverrideRequestParameters+
Request Body:
BfdProfile+

Example Request:

PATCH https://<policy-mgr>/policy/api/v1/infra/bfd-profiles/config1 { "interval": 500, "multiple": 3 }

Successful Response:

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

Example Response:

{}

Required Permissions:

crud

Feature:

policy_profiles

Additional Errors: