cURL
curl --request POST \ --url https://api.example.com/service/looking_glass/route_lookup \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "vrf_name": "<string>", "gate_vi_name": "<string>", "system_name": "<string>", "ip_address": "127.0.0.1" } '
{ "message": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.zayo.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.zayo.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response