Python
Firewall Rules
Retrieve a specific firewall rule
Extracts a specific firewall rule assigned to a domain
GET
Python
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-1046.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Response
Successful Response
The name assigned to the rule
Required string length:
1 - 100Pattern:
^[A-Za-z0-9\s.:'";<>?&|\\]+$Example:
"Block foobar bot"
Whether or not the rule is enabled
The action that the rule takes when triggered
The condition required for the WAAP engine to trigger the rule.
Required array length:
1 elementThe unique identifier of the rule
The description assigned to the rule
Maximum string length:
100