cURL
curl --request PUT \ --url https://api.example.com/service/{tenant_name}/bgp/neighbor/{remote_router_ip}/reset \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "reset_type": "hard_reset" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
hard_reset
reset
soft_reset
soft_in
soft_out
Successful Response