Skip to main content
POST
/
security
/
sifter
/
v2
/
protected_addresses
/
announces
Change BGP announces
curl --request POST \
  --url https://api.gcore.com/security/sifter/v2/protected_addresses/announces \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "announce": "192.9.9.1/32",
  "enabled": true
}
'
"<any>"

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Query Parameters

client_id
integer | null

Body

application/json
announce
string<ipv4network>
required
Examples:

"192.9.9.1/32"

enabled
boolean
required
Examples:

true

Response

Successful Response

The response is of type any.