list_security_group_rules
Retrieve all rules of a security group by providing the datacenter and security group IDs. Optionally filter results by properties like name, type, or direction.
Instructions
List all rules in a specific security group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | nesting depth of returned objects (0-5, default 1) | |
| 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. | |
| datacenter_id | Yes | the ID of the data center | |
| security_group_id | Yes | the ID of the security group |