list_idps_profiles
List IDPS profiles in NSX with details on severity, criteria, and overridden signatures. Filter by name and paginate results.
Instructions
[READ] List IDPS profiles configured in NSX.
Returns each profile's id, display_name, profile_severity (comma-joined list), criteria (filter_name/filter_value pairs such as ATTACK_TYPE or CVSS filters), and overridden signature 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 profile display_name. limit: Max profiles to return (default 50). offset: Number of matched profiles 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 |