cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/static_route \ --header 'Authorization: Bearer <token>'
{ "items": [ { "destination": "<string>", "enable": true, "distance": 128, "gateway_ip_address": "<string>", "gateway_interface": "<string>", "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