list_groups
Retrieve NSX security groups with their IDs, names, descriptions, and expression counts. Filter by name and paginate through large inventories.
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 |
|---|---|---|---|
| target | No | ||
| name_filter | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |