Authorization: Bearer ********************
curl --location --request GET 'https://api.vpsbg.eu/v1/network-protection//attacks/qAEbdFBBluE9bYI/bandwidth?type=as' \
--header 'Accept;' \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"timestamp": 1727134990,
"lanes": [
{
"name": "112233",
"bandwidth": 0,
"pps": 0
},
{
"name": "112234",
"bandwidth": 0,
"pps": 0
},
{
"name": "112235",
"bandwidth": 0,
"pps": 0
},
{
"name": "total",
"bandwidth": 0,
"pps": 0
}
]
},
{
"timestamp": 1727135000,
"lanes": [
{
"name": "112233",
"bandwidth": 0,
"pps": 0
},
{
"name": "112234",
"bandwidth": 0,
"pps": 0
},
{
"name": "112235",
"bandwidth": 0,
"pps": 0
},
{
"name": "total",
"bandwidth": 0,
"pps": 0
}
]
}
]
}