network security-group list
List security groups available in your account.
Usage
redu network security-group listDescription
Fetches security groups and prints them as a human-readable list.
The command handles multiple response shapes and will try to extract security groups from:
- a list response
- an object containing
security_groups - a single security group object
If no security groups are found, it prints No security groups found..
Arguments
This command does not accept positional arguments.
Flags
This command does not support flags.
Examples
redu network security-group listOutput
Available security groups:- <name> (<id>) - <description>
Exit codes
| Code | Meaning |
|---|---|
0 | Success |
1 | Error |
Related commands
redu network list