Huddle01 Cloud
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

FlagDescription
--region <code>Override the active region for this call only.
--workspace <slug>Override the active workspace for this call only.
-o, --outputOutput format: table (default), json, yaml, wide, name.

Examples

List all security groups:

hudl sg list

List security groups in a specific region:

hudl sg list --region eu2

Output as JSON:

hudl sg list -o json

API reference

This command calls GET /security-groups under the hood. See the full request and response schema in the API reference.