Protection Profiles
List all protection profiles
List all protection profiles (filtered, sorted). Sorting by default is by 'created_at' field desc.
get/security/sifter/v3/profiles/all
Query parameters
namestring nullable
Filter by name
Filter by name
client_idinteger nullable
A positive integer ID
A positive integer ID
order_bystring nullable
Ordering, e.g. 'created_at,name'
Ordering, e.g. 'created_at,name'
Response
Successful Response
Example response
[
{
"client_id": 3,
"created_at": "2025-06-15T10:30:00Z",
"id": 10,
"modified_at": "2025-07-20T14:45:00Z",
"name": "Web Server Protection",
"networks": [
"192.168.1.0/24",
"10.0.0.0/16"
],
"template": {
"id": 1,
"name": "DDoS Protection Standard"
}
}
]