Vai al contenuto principale
GET
/
bgp
/
policy
Elenca le policy di Threat Intelligence BGP
curl --request GET \
  --url https://api.altostrat.io/bgp/policy \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "9b1d3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8b",
    "name": "Blocca Minacce Note",
    "enabled": true,
    "default": false,
    "lists": [
      "9b1e3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8c"
    ],
    "site_count": 3,
    "updated_at": "2023-11-07T05:31:56Z",
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Un elenco di policy BGP.

id
string<uuid>
Example:

"9b1d3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8b"

name
string
Example:

"Blocca Minacce Note"

enabled
boolean
Example:

true

default
boolean

True se questa è la policy predefinita per l'account.

Example:

false

lists
string<uuid>[]

Un elenco di ID di liste di reputazione IP BGP incluse in questa policy.

Example:
["9b1e3e6a-5c3a-4f1e-9a0a-2b2a1e1d8e8c"]
site_count
integer

Il numero di siti che attualmente utilizzano questa policy.

Example:

3

updated_at
string<date-time>
created_at
string<date-time>