Skip to main content
GET
/
metrics
/
bgp-report
/
{siteId}
Get BGP Security Report
curl --request GET \
  --url https://v1.api.altostrat.io/metrics/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
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

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

The unique identifier for the site.

Example:

"d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8"

Response

The BGP security report. If the report is being generated for the first time, the response may indicate a loading state.

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