Skip to main content
GET
/
network
/
firewalls
/
{firewall_id}
Get Firewall Group by ID
curl --request GET \
  --url https://api.cloud.onidel.com/network/firewalls/{firewall_id} \
  --header 'Authorization: <api-key>'
{
  "firewall_group": {
    "id": "e4d3c2b1-5678-9abc-def0-fedcba098765",
    "description": "Production Firewall",
    "created": "2024-01-15T10:30:00Z",
    "updated": "2024-01-20T14:45:00Z",
    "instance_count": 3,
    "rule_count": 5
  }
}

Authorizations

Authorization
string
header
required

Provide the value as: Token <your-api-token>

Path Parameters

firewall_id
string<uuid>
required

Firewall Group UUID

Response

Successful operation

firewall_group
object