Lists all security group rules in a security group of a project
Lists all security group rules in a security group of a project.
stackit security-group rule list [flags]
Lists all security group rules in security group with ID "xxx"
$ stackit security-group rule list --security-group-id xxx
Lists all security group rules in security group with ID "xxx" in JSON format
$ stackit security-group rule list --security-group-id xxx --output-format json
Lists up to 10 security group rules in security group with ID "xxx"
$ stackit security-group rule list --security-group-id xxx --limit 10
-h, --help Help for "stackit security-group rule list"
--limit int Maximum number of entries to list
--security-group-id string The security group ID
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
- stackit security-group rule - Provides functionality for security group rules