Langsung ke konten utama
GET
/
v1
/
monitoring
/
bgp-report
/
{siteId}
Dapatkan Laporan Keamanan BGP
curl --request GET \
  --url https://api.altostrat.io/v1/monitoring/bgp-report/{siteId} \
  --header 'Authorization: Bearer <token>'
{
  "top10Ports": [
    {
      "port": 443,
      "list_name": "Spamhaus",
      "count": 876
    }
  ],
  "top10Lists": [
    {
      "port": 443,
      "list_name": "Spamhaus",
      "count": 876
    }
  ],
  "top10SourceIps": [
    {
      "source_ip": "198.51.100.10",
      "count": 120
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

siteId
string<uuid>
required

Pengidentifikasi unik untuk situs.

Example:

"d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8"

Response

Laporan keamanan BGP. Jika laporan sedang dibuat untuk pertama kalinya, respons mungkin menunjukkan status sedang memuat.

top10Ports
object[]
top10Lists
object[]
top10SourceIps
object[]