CLISecurity Groups
hudl sg list
List all security groups in the current region.
List all security groups in the current region. Returns each group's ID, name, description, and rule count.
Usage
hudl sg list [flags]Common flags
| Flag | Description |
|---|---|
--region <code> | Override the active region for this call only. |
--workspace <slug> | Override the active workspace for this call only. |
-o, --output | Output format: table (default), json, yaml, wide, name. |
Examples
List all security groups:
hudl sg listList security groups in a specific region:
hudl sg list --region eu2Output as JSON:
hudl sg list -o jsonAPI reference
This command calls GET /security-groups under the hood. See the full request and response schema in the API reference.