الانتقال إلى المحتوى الرئيسي
GET
/
bgp
/
category
عرض قائمة بقوائم سمعة IP عبر BGP
curl --request GET \
  --url https://api.altostrat.io/bgp/category \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "9b1e3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8c",
    "name": "Spamhaus DROP List",
    "description": "قائمة مجمعة بمصادر البريد المزعج المعروفة.",
    "bgp_community": "65505:700",
    "bogon": true,
    "rfc1918": true,
    "default": true,
    "update_interval": "يومي",
    "last_updated": "2023-11-07T05:31:56Z",
    "prefix_count": 4500
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

قائمة بقوائم سمعة IP عبر BGP.

id
string<uuid>
Example:

"9b1e3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8c"

name
string
Example:

"Spamhaus DROP List"

description
string
Example:

"قائمة مجمعة بمصادر البريد المزعج المعروفة."

bgp_community
string
Example:

"65505:700"

bogon
boolean

القيمة 'true' إذا كانت هذه القائمة تحتوي على مساحة IP غير مخصصة (bogon).

rfc1918
boolean

القيمة 'true' إذا كانت هذه القائمة تحتوي على مساحة IP خاصة (RFC1918).

default
boolean

القيمة 'true' إذا كانت هذه القائمة مدرجة في سياسة BGP الافتراضية.

update_interval
string
Example:

"يومي"

last_updated
string<date-time>
prefix_count
integer

عدد بادئات IP النشطة في هذه القائمة.

Example:

4500