v1

latestOpenAPI 3.1.22026-08-0611530152.3 KB
Firewall

Get firewall settings

Retrieves current firewall rules

get/security/firewall

Response

Successful response

descriptionstring

Rule description

ipstring

CIDR IP range

portsinteger[]

Ports to open

servicesstring[]

Services to allow

Example response

[
  {
    "description": "My rule",
    "ip": "0.0.0.0/0",
    "ports": [
      80
    ],
    "services": [
      "AMQP",
      "AMQPS",
      "MQTT"
    ]
  }
]