- 👋 Hello
- API Introduction
- API Reference
- User
- Balance
- Affiliate
- Invoices
- Support
- SSH Keys
- Servers
- Scale
- Addons
- Rescue
- List plans
- List servers
- Server status
- Get a server
- Server metrics
- Bandwidth
- Deploy new server
- Start a server
- Restart a server
- Stop a server
- Power off
- Cancel server
- Undo cancel request
- Change password
- Update hostname
- Update SSH Keys
- Modify ISOs
- Restore
- Renew server
- Reinstall Server
- Change Primary IP
- Calculate renew amount
- Plans
- Snapshots
- Backups
- Server Images
- Floating IPs
- IP Addresses
- Network Protection
- Geo filter
- Whitelist
- Blacklist
- General informationGET
- BandwidthGET
- List blocked IPsGET
- List attacksGET
- Get an attackGET
- Attack bandwidthGET
- Orders
- ISOs
General information
GET
https://api.vpsbg.eu/v1/network-protection/{id}/
Network Protection
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
integerÂ
required
Header Params
Accept
stringÂ
required
Default:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vpsbg.eu/v1/network-protection//' \
--header 'Accept;'
Responses
🟢200General information
application/json
Body
under_attack
booleanÂ
required
ip_address
object (IP address)Â
required
id
integerÂ
required
Example:
417
ip_address
stringÂ
required
Example:
87.120.37.46
prefix
integerÂ
required
Examples:
3264
version
integerÂ
required
Example:
4
type
stringÂ
required
Example:
public
main
booleanÂ
required
ddos_protected
booleanÂ
required
floating_ip
optional
ptr
object  | nullÂ
optional
assigned_on
stringÂ
required
floating_ip_id
integer  | nullÂ
optional
expiry_at
stringÂ
required
protected_service
object  | nullÂ
optional
id
integer  | nullÂ
optional
type
string  | nullÂ
optional
label
string  | nullÂ
optional
Example
{
"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"
}
}
🔴500Server Error
Modified at 2024-10-17 08:30:06