BGP announces
List BGP announces
List BGP announces with optional filtering by site, origin, announcement status, and client.
get/security/sifter/v2/protected_addresses/announces
Query parameters
sitestring nullable
originOrigin[] nullable
announcedboolean nullable
limitinteger nullable
offsetinteger nullable
client_idinteger nullable
A positive integer ID
A positive integer ID
Response
Successful Response
Example response
[
{
"announced": [
"192.9.9.1/32",
"203.0.113.1/32"
],
"client_id": 128120,
"not_announced": [
"122.2.2.1/32",
"120.0.113.2/32"
]
}
]