Skip to main content
GET
List BGP Threat Intelligence Policies

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

A list of BGP policies.

id
string<uuid>
read-only
Example:

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

name
string
Example:

"Block Known Threats"

enabled
boolean
Example:

true

default
boolean
read-only

True if this is the default policy for the account.

Example:

false

lists
string<uuid>[]

A list of BGP IP reputation list IDs included in this policy.

Example:
site_count
integer
read-only

The number of sites currently using this policy.

Example:

3

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