list_groups
Retrieve NSX security groups with filtering and pagination. Provide group IDs, display names, descriptions, and expression counts for management and auditing.
Instructions
[READ] List NSX security groups in the default domain.
Returns each group's id, display_name, description, and expression count. Defaults to the first 50 matches — use name_filter to narrow and offset to page on large estates.
Args: target: Optional NSX Manager target name from config. name_filter: Optional substring/glob match on group display_name. limit: Max groups to return (default 50). offset: Number of matched groups to skip (pagination).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| target | No | ||
| name_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |