POST
/
filter
curl --request POST \
  --url https://api.ck-itsolutions.nl/v1/filter \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "dst": "<string>",
  "src": {
    "start": "<string>",
    "end": "<string>"
  },
  "port": {
    "src": {
      "start": 123,
      "end": 123
    },
    "dst": {
      "start": 123,
      "end": 123
    }
  },
  "priority": 123,
  "filter": 123,
  "ratelimit": 123
}'
{}

Authorizations

x-api-key
string
header
required

Body

application/json
Plant to add to the store
dst
string
required

Destination IP the filter needs to be created for (subnets supported).

port
object
required
priority
integer
required

Rule priority with 1 being highest priority.

filter
integer
required

Filter ID, see DDoS Protection documentation for supported filters

src
object

Source IP the filter needs to match.

ratelimit
integer

Ratelimit 1 - 25000

Response

200
application/json
Returns newly created filters with uuid as json.

The response is of type object.