multi_severity_search
Search across multiple severity levels in a single query to identify Cisco bugs or issues within a specified range. Combines results automatically, bypassing API limitations for individual severity searches. Use for terms like "high severity bugs" or "severity 3 or higher."
Instructions
RECOMMENDED for multi-severity searches: Automatically searches multiple severity levels and combines results. Use this when you need "severity 3 or higher", "high severity bugs", or any range of severities. Handles the API limitation that requires separate calls for each severity level.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additional_params | No | Additional parameters specific to search type (e.g., affected_releases for product_series). Required for product_series searches unless version parameter is provided. | |
max_severity | No | Maximum severity level to include (1=highest, 6=lowest) | |
search_term | Yes | Search term (keyword or product identifier). For keyword searches, limited to 50 characters. Long product series names will be automatically shortened. | |
search_type | Yes | Type of search to perform. Use "product_series" for full product names like "Cisco 4000 Series Integrated Services Routers" | |
version | No | Software version to search for (e.g., "15.0", "14.0", "17.9.6"). Will be automatically included in search terms and used for product_series searches as affected_releases. |