{
"success": true,
"firewall": {
"id": "12345",
"name": "production-firewall",
"description": "Production environment firewall",
"region": "CANADA-1",
"rules": [
{
"id": "rule-1",
"direction": "ingress",
"protocol": "tcp",
"ethertype": "IPv4",
"remote_ip_prefix": "0.0.0.0/0",
"port_range_min": 443,
"port_range_max": 443
},
{
"id": "rule-2",
"direction": "ingress",
"protocol": "tcp",
"ethertype": "IPv4",
"remote_ip_prefix": "10.0.0.0/8",
"port_range_min": 22,
"port_range_max": 22
}
],
"attachments": [
{
"vm": {
"id": "vm-123",
"name": "web-server-01",
"status": "RUNNING"
}
}
]
},
"tier": "legacy",
"request_id": "u1v2w3x4"
}