Skip to main content
POST
Create a new Custom Access List associated with a Shield Zone

Path Parameters

shieldZoneId
integer<int32>
required

The ID of the Shield Zone to which the Custom Access List will be associated.

Body

Request model for creating a new custom access list.

name
string | null
required

The display name for the new access list.

type
enum<integer>
required

0 = IP 1 = CIDR 2 = ASN 3 = Country 4 = Organization 5 = JA4

Available options:
0,
1,
2,
3,
4,
5
content
string | null
required

The initial content for the access list with entries separated by newlines.

description
string | null

Optional description of the access list's purpose or contents.

checksum
string | null

SHA-256 checksum of the content for integrity verification. If null, it will be automatically calculated.

Response

OK

Response containing custom access list data or error information.

data
object

Represents a custom access list associated with a shield zone.

error
object

Generic response object containing status information for API operations.

Last modified on July 20, 2026