list_firewall_rules
List all firewall rules configured on a network interface. Provide datacenter, server, and NIC IDs to retrieve rules for auditing or management.
Instructions
List all firewall rules on a network interface
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | nesting depth of returned objects (0-5, default 1) | |
| nic_id | Yes | the ID of the network interface | |
| filters | No | server-side filters as property→value pairs (contains match); e.g. {"name":"prod","type":"INGRESS","direction":"INBOUND"} If the result is empty, retry without filters — a filter typo or mismatch silently returns nothing. | |
| server_id | Yes | the ID of the server | |
| datacenter_id | Yes | the ID of the data center |