Security Policies
Get all Security Policies in a configuration
Security Policies retrieved successfully
Validation Error
GET /api/v4.0/conf/{config}/security-policies HTTP/1.1
Host:
Accept: */*
{
"total": 1,
"items": [
{
"description": "text",
"id": "text",
"map": [
{
"acl_profile_active": true,
"acl_profile": "text",
"backend_service": "text",
"edge_functions": [
"text"
],
"content_filter_profile_active": true,
"content_filter_profile": "text",
"description": "text",
"id": "text",
"rate_limit_rules": [
"text"
],
"match": "text",
"name": "text"
}
],
"name": "text",
"session": 1,
"session_ids": 1,
"tags": [
"text"
]
}
]
}
Update an existing set of Security Policies for a configuration
Security Policies updated successfully
Validation Error
PUT /api/v4.0/conf/{config}/security-policies HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 361
[
{
"description": "text",
"id": "text",
"map": [
{
"acl_profile_active": true,
"acl_profile": "text",
"backend_service": "text",
"edge_functions": [
"text"
],
"content_filter_profile_active": true,
"content_filter_profile": "text",
"description": "text",
"id": "text",
"rate_limit_rules": [
"text"
],
"match": "text",
"name": "text"
}
],
"name": "text",
"session": 1,
"session_ids": 1,
"tags": [
"text"
]
}
]
{
"message": "Successfully updated entry"
}
Create a complete set of Security Policies for a configuration
Security Policies created successfully
Validation Error
POST /api/v4.0/conf/{config}/security-policies HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 361
[
{
"description": "text",
"id": "text",
"map": [
{
"acl_profile_active": true,
"acl_profile": "text",
"backend_service": "text",
"edge_functions": [
"text"
],
"content_filter_profile_active": true,
"content_filter_profile": "text",
"description": "text",
"id": "text",
"rate_limit_rules": [
"text"
],
"match": "text",
"name": "text"
}
],
"name": "text",
"session": 1,
"session_ids": 1,
"tags": [
"text"
]
}
]
{
"message": "Successfully created entry"
}
Delete all Security Policies in a configuration
Security Policies deleted successfully
Validation Error
DELETE /api/v4.0/conf/{config}/security-policies HTTP/1.1
Host:
Accept: */*
{
"message": "Successfully deleted entry"
}
Get a Security Policy from the specified configuration
Security Policy retrieved successfully
Validation Error
GET /api/v4.0/conf/{config}/security-policies/{entry_id} HTTP/1.1
Host:
Accept: */*
{
"description": "text",
"id": "text",
"map": [
{
"acl_profile_active": true,
"acl_profile": "text",
"backend_service": "text",
"edge_functions": [
"text"
],
"content_filter_profile_active": true,
"content_filter_profile": "text",
"description": "text",
"id": "text",
"rate_limit_rules": [
"text"
],
"match": "text",
"name": "text"
}
],
"name": "text",
"session": 1,
"session_ids": 1,
"tags": [
"text"
]
}
Update an individual Security Policy within a configuration
Security Policy updated successfully
Validation Error
PUT /api/v4.0/conf/{config}/security-policies/{entry_id} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 359
{
"description": "text",
"id": "text",
"map": [
{
"acl_profile_active": true,
"acl_profile": "text",
"backend_service": "text",
"edge_functions": [
"text"
],
"content_filter_profile_active": true,
"content_filter_profile": "text",
"description": "text",
"id": "text",
"rate_limit_rules": [
"text"
],
"match": "text",
"name": "text"
}
],
"name": "text",
"session": 1,
"session_ids": 1,
"tags": [
"text"
]
}
{
"message": "Successfully updated entry"
}
Create an individual Security Policy within a configuration
Security Policy created successfully
Validation Error
POST /api/v4.0/conf/{config}/security-policies/{entry_id} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 359
{
"description": "text",
"id": "text",
"map": [
{
"acl_profile_active": true,
"acl_profile": "text",
"backend_service": "text",
"edge_functions": [
"text"
],
"content_filter_profile_active": true,
"content_filter_profile": "text",
"description": "text",
"id": "text",
"rate_limit_rules": [
"text"
],
"match": "text",
"name": "text"
}
],
"name": "text",
"session": 1,
"session_ids": 1,
"tags": [
"text"
]
}
{
"message": "Successfully created entry"
}
Delete an individual Security Policy from the specified configuration
Security Policy deleted successfully
Validation Error
DELETE /api/v4.0/conf/{config}/security-policies/{entry_id} HTTP/1.1
Host:
Accept: */*
{
"message": "Successfully deleted entry"
}
Get list of versions of Security Policies in a configuration
Security Policies version list retrieved successfully
Validation Error
GET /api/v4.0/conf/{config}/security-policies/versions HTTP/1.1
Host:
Accept: */*
{
"total": 1,
"items": [
{
"author": "text",
"email": "[email protected]",
"message": "text",
"date": "2025-08-29T18:36:14.818Z",
"version": "42bcc1282349db1e5791484c3d69420b1d8a8bc1",
"parents": [
"f44073242093228b45bff7eb7a065559fa9b46aa"
]
}
]
}
Get a specific version of a Security Policy
Security Policy retrieved successfully
Validation Error
GET /api/v4.0/conf/{config}/security-policies/versions/{version} HTTP/1.1
Host:
Accept: */*
{
"total": 1,
"items": [
{
"description": "text",
"id": "text",
"map": [
{
"acl_profile_active": true,
"acl_profile": "text",
"backend_service": "text",
"edge_functions": [
"text"
],
"content_filter_profile_active": true,
"content_filter_profile": "text",
"description": "text",
"id": "text",
"rate_limit_rules": [
"text"
],
"match": "text",
"name": "text"
}
],
"name": "text",
"session": 1,
"session_ids": 1,
"tags": [
"text"
]
}
]
}
Set a previous Security Policy version to be the current one
Security Policy reversion was successful
Validation Error
PUT /api/v4.0/conf/{config}/security-policies/versions/{version}/revert HTTP/1.1
Host:
Accept: */*
{
"message": "Successfully updated entry"
}
Last updated
Was this helpful?