Skip to main content
GET
Get Firewall Rule
Get detailed information about a specific firewall rule, including its configuration and current state.

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string<uuid>
required

Project id

id
string<uuid>
required

Firewall rule id

Response

200 - application/json
id
string
required
name
string
required
direction
string
required
action
string
required
vpc_network_id
string
required
state
string
required
sources
object[]
required
source_ports
string[]
required
destinations
object[]
required
destination_ports
string[]
required
protocols
string[]
required