list_groups
List NSX security groups in the default domain, with optional name filtering and pagination to retrieve group IDs, display names, descriptions, and expression counts.
Instructions
[READ] List NSX security groups in the default domain.
Returns the list envelope: 'items' holds each group's id, display_name, description and expression count; 'returned'/'limit'/'total'/ 'truncated'/'hint' say whether the page is the whole answer — never read a full page as complete, narrow with name_filter or page with offset. Then get_group for one group's criteria and effective members.
Args: target: Optional NSX Manager target from config. name_filter: Substring/glob match on group display_name. limit: Max groups to return (default 50). offset: Matched groups to skip (pagination).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| target | No | ||
| name_filter | No |