v1

latestOpenAPI 3.0.42026-07-26263457588.1 KB
Access Lists

Create a new Custom Access List associated with a Shield Zone

post/shield/shield-zone/{shieldZoneId}/access-lists

Path parameters

shieldZoneIdinteger required

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

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

Request body

namestring nullable required

The display name for the new access list.

descriptionstring nullable

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

type0 | 1 | 2 | 3 | 4 | 5 required

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

contentstring nullable required

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

checksumstring nullable

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

Response

OK