Setup Firewall
Create
Create a new Setup Firewall record.
post/api/cp/setup/firewall
Request body
Example request
{
"id": 12345,
"account_id": 1,
"dt": "2025-01-17T10:30:00Z",
"ip": "192.168.1.1",
"action": "block",
"notes": "example_notes"
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}