NSX-T Data Center REST API
Create or update a StaticRouteBfdPeer
If a StaticRouteBfdPeer with the bfd-peer-id is not already present,create a new StaticRouteBfdPeer. If it already exists, update the
StaticRouteBfdPeer. This is a full replace.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/bfd-peers/<bfd-peer-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
StaticRouteBfdPeer+
Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/tier-0s/t0/static-routes/bfd-peers/peer2 { "bfd_profile_path" : "/infra/bfd-profiles/config2", "peer_address" : "10.1.1.2" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a