cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/bgp_route_map_rule/{name} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "route_map_id": 123, "name": "<string>", "action": "permit", "priority": 123, "tenant_name": "<string>", "filters": [], "description": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
permit
deny
Show child attributes