curl --location --request GET 'https://barrack.ai/api/instances//attached-firewalls/'{
"success": true,
"attached_firewalls": [
{
"id": "12345",
"name": "production-firewall",
"description": "Production environment firewall",
"region": "CANADA-1",
"rules_count": 5,
"created_at": "2024-01-15T10:30:00Z"
},
{
"id": "67890",
"name": "backup-firewall",
"description": "Backup firewall",
"region": "CANADA-1",
"rules_count": 3,
"created_at": "2024-02-20T14:45:00Z"
}
],
"instance_id": "BRK-123456D",
"tier": "legacy",
"total_count": 2,
"request_id": "i9j0k1l2"
}