Skip to main content
PUT
Update firewall

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json
inboundRules
object[]
required
name
string
required
Maximum string length: 255
description
string
Maximum string length: 255

Response

successful

inboundRules
object[]
required
name
string
required
Maximum string length: 255
idc
string
required
Maximum string length: 50
Pattern: ^[a-zA-Z0-9._-]+$
description
string
Maximum string length: 255
assoInstances
string<uuid>[]
assoContainers
string<uuid>[]

Associated container instance IDs

id
string<uuid>
isPreset
boolean

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

orgId
string<uuid>
status
enum<string>
Available options:
active,
building,
error