v1

latestOpenAPI 3.0.12026-07-227292131.4 KB
firewalls

List firewalls

get/v1/firewalls

Query parameters

idcstring

Response

successful

descriptionstring
namestring required
idcstring required
assoInstancesstring[]
assoContainersstring[]
idstring uuid
isPresetboolean

Whether this is a preset firewall (cannot be deleted or have rules modified)

orgIdstring uuid
status'active' | 'building' | 'error'

Example response

[
  {
    "inboundRules": [
      {
        "remoteIpPrefix": "237.84.2.178/24"
      }
    ]
  }
]