- 👋 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
Get an attack
GET
https://api.vpsbg.eu/v1/network-protection/{id}/attacks/{attack_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
attack_id
stringÂ
required
Example:
Ws8PeaCFn4bZ4Rf
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//attacks/Ws8PeaCFn4bZ4Rf' \
--header 'Accept;'
Responses
🟢200Attack information
application/json
Body
id
stringÂ
required
ongoing
booleanÂ
required
started_at
stringÂ
required
ended_at
stringÂ
required
detector
stringÂ
required
severity
stringÂ
required
reason
stringÂ
required
description
stringÂ
required
peak_bandwidth
numberÂ
required
peak_pps
integerÂ
required
initial_bandwidth
numberÂ
required
initial_pps
integerÂ
required
top_protocols
array [object {6}]Â
required
name
stringÂ
required
number
integerÂ
required
peak_bandwidth
numberÂ
required
peak_pps
integerÂ
required
total_bandwidth
numberÂ
required
total_pps
integerÂ
required
top_source_asns
array [object {7}]Â
required
asn
integerÂ
required
name
stringÂ
required
country
stringÂ
required
peak_bandwidth
numberÂ
required
peak_pps
integerÂ
required
total_bandwidth
numberÂ
required
total_pps
integerÂ
required
top_source_ips
array [object {6}]Â
required
ip
stringÂ
required
country
stringÂ
required
peak_bandwidth
numberÂ
required
peak_pps
integerÂ
required
total_bandwidth
numberÂ
required
total_pps
integerÂ
required
top_ports
objectÂ
required
tcp
objectÂ
required
udp
objectÂ
required
Example
{
"id": "string",
"ongoing": true,
"started_at": "string",
"ended_at": "string",
"detector": "string",
"severity": "string",
"reason": "string",
"description": "string",
"peak_bandwidth": 0,
"peak_pps": 0,
"initial_bandwidth": 0,
"initial_pps": 0,
"top_protocols": [
{
"name": "string",
"number": 0,
"peak_bandwidth": 0,
"peak_pps": 0,
"total_bandwidth": 0,
"total_pps": 0
}
],
"top_source_asns": [
{
"asn": 0,
"name": "string",
"country": "string",
"peak_bandwidth": 0,
"peak_pps": 0,
"total_bandwidth": 0,
"total_pps": 0
}
],
"top_source_ips": [
{
"ip": "string",
"country": "string",
"peak_bandwidth": 0,
"peak_pps": 0,
"total_bandwidth": 0,
"total_pps": 0
}
],
"top_ports": {
"tcp": {
"source": [
{
"port": 0,
"name": "string",
"peak_bandwidth": 0,
"peak_pps": 0,
"total_bandwidth": 0,
"total_pps": 0
}
],
"destination": [
{
"port": 0,
"name": "string",
"peak_bandwidth": 0,
"peak_pps": 0,
"total_bandwidth": 0,
"total_pps": 0
}
]
},
"udp": {
"source": [
{
"port": 0,
"name": "string",
"peak_bandwidth": 0,
"peak_pps": 0,
"total_bandwidth": 0,
"total_pps": 0
}
],
"destination": [
{
"port": 0,
"name": "string",
"peak_bandwidth": 0,
"peak_pps": 0,
"total_bandwidth": 0,
"total_pps": 0
}
]
}
}
}
🔴500Server Error
Modified at 2024-10-15 11:06:41