cURL
curl --request GET \ --url http://127.0.0.1:22100/v1/xdp/whitelist \ --header 'Authorization: Bearer <token>'
{ "count": 123, "items": [ { "ip": "<string>", "prefix_len": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 65536
Whitelist entries
Show child attributes