Skip to main content
GET
/
v1
/
xdp
/
status
Get XDP runtime status
curl --request GET \
  --url http://127.0.0.1:22100/v1/xdp/status \
  --header 'Authorization: Bearer <token>'
{
  "mode": "<string>",
  "interface": "<string>",
  "pin_base": "<string>",
  "kernel_release": "<string>",
  "program_version": "<string>",
  "blacklist_capacity": 123,
  "whitelist_capacity": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

XDP status

mode
string
required
interface
string
required
pin_base
string
required
kernel_release
string
required
program_version
string
required
blacklist_capacity
integer<int32>
required
whitelist_capacity
integer<int32>
required