cURL
curl --request GET \ --url https://api.cloud.onidel.com/network/firewalls \ --header 'Authorization: <api-key>'
{ "firewall_groups": [ { "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 } ] }
Retrieve all firewall groups for a team
Provide the value as: Token <your-api-token>
Token <your-api-token>
Team ID to filter firewall groups. Default team will be used if not provided.
Successful operation
Show child attributes
"e4d3c2b1-5678-9abc-def0-fedcba098765"
"Production Firewall"
"2024-01-15T10:30:00Z"
"2024-01-20T14:45:00Z"
Number of VMs using this firewall group
3
Number of firewall rules in this group
5