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