Cisco Support APIs

Cisco Support APIs

sieteunoseis

Connects to Cisco's official Support APIs to search bug databases, retrieve case information, and access product lifecycle data. Provides multiple search strategies and OAuth2 authentication for technical support workflows.

15446 views10Local (stdio)

What it does

  • Search bugs by product ID, series, or keywords
  • Get detailed bug information for specific IDs
  • Query bugs by software release versions
  • Run progressive searches with automatic strategy optimization
  • Retrieve Cisco product lifecycle data
  • Access support case information

Best for

Network engineers troubleshooting Cisco equipment issuesIT support teams investigating known bugsSystem administrators planning software upgradesTechnical consultants researching product compatibility
Official Cisco Support API integrationOAuth2 authentication with rate limiting46 total tools across 8 APIs

Tools (14)

get_bug_details

Get details for up to 5 specific bug IDs

search_bugs_by_keyword

Search for bugs using keywords in descriptions and headlines. Use this when searching by general terms, symptoms, or when product-specific tools are not applicable. IMPORTANT: severity parameter returns ONLY that specific level. For "severity 3 or higher" searches, use multi_severity_search tool instead. NOTE: Do NOT use product IDs (like ISR4431/K9) as keywords - use search_bugs_by_product_id instead.

search_bugs_by_product_id

Search bugs by specific base product ID (e.g., C9200-24P). Use when you have an exact Cisco product ID. For general product searches by name, consider using keyword search instead.

search_bugs_by_product_and_release

Search bugs by specific product ID and software releases. CRITICAL: Use "software_releases" parameter with comma-separated values like "17.9.1,17.12.3" to search up to 75 versions in ONE API call. NEVER make multiple separate calls for different versions - the API supports multiple versions in a single request. Use this when you have an exact product ID and want to filter by specific software versions. For product series searches, use search_bugs_by_product_series_affected instead.

search_bugs_by_product_series_affected

Search bugs by product series and affected releases. This endpoint accepts full product series names like "Cisco 4000 Series Integrated Services Routers". IMPORTANT: Use Cisco API version format without leading zeros (17.9.6 not 17.09.06).

Alternatives