v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
BGP announces

Change BGP announces

Enable or disable BGP announces for a client.

post/security/sifter/v2/protected_addresses/announces

Query parameters

client_idinteger nullable

A positive integer ID

A positive integer ID

Request body

announcestring ipvanynetwork required

IP network to announce

enabledboolean required

Whether the announcement is enabled

Example request

{
  "announce": "192.9.9.1/32",
  "enabled": true
}

Response

Successful Response

{"stackTrail":"paths:/security/sifter/v2/protected_addresses/announces:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","title":"Response Change Announces Api V2 Protected Addresses Announces Post"}