cURL
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 }'
{}
Creates a new filter
Plant to add to the store
The body is of type object.
object
Returns newly created filters with uuid as json.
The response is of type object.