Authorization: Bearer ********************
curl --location --request GET 'https://api.vpsbg.eu/v1/network-protection//' \
--header 'Accept;'
{
"under_attack": false,
"ip_address": {
"id": 2816,
"ip_address": "10.10.10.10",
"prefix": 32,
"version": 4,
"type": "public",
"main": false,
"ddos_protected": true,
"floating_ip": true,
"ptr": null,
"assigned_on": "2024-09-07T14:18:19.000000Z"
},
"floating_ip_id": 25963458,
"expiry_at": "2024-11-06T22:00:00.000000Z",
"protected_service": {
"id": 55667788,
"type": "server",
"label": "my.server.com"
}
}