Services Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel


Please note that this community is not as active as the Smart Net Total Care community
You might get an faster answer about Services, Support, and PSIRT APIs and the API Console there.

Forum Posts

Resolved! Cisco Support API

Hello All, I've got a question regarding the Cisco Support APIs. We are currently developing an internal software which should do some API requests in order to get the EoL Dates for our devices. However it is not so clear to me how to do these API re...

Hi,I created a python script as below using openVulnQuery library: from openVulnQuery import query_client query_client = query_client.OpenVulnQueryClient(client_id="xxxx", client_secret="yyyy") version = "16.9.4" advisories = query_client.get_by_ios_...

HenryTran by Level 1
  • 917 Views
  • 1 replies
  • 0 Helpful votes

I would very grateful if anyone could suggest a valid Product ID for the Cisco IOS XRv 9000 Router.When we call the Automated Software Distribution API with PID & Current release it tells us that the Product ID is invalid.  We have tried:-  S-XRV9000...

sbas0013C by Level 1
  • 2154 Views
  • 6 replies
  • 0 Helpful votes

About 3 months ago, this query returned valid responses: https://api.cisco.com/bug/v2.0/bugs/product_name/Cisco Nexus 9000 Series Switches/affected_releases/7.0(3)I7(3)?modified_date=5&page_index=1 Now no matter series name or release I put in, it te...

cbilling by Level 1
  • 505 Views
  • 1 replies
  • 0 Helpful votes

Hello, I have access to the dev portal and I was able to create an app and I can get tokens successfully. I was granted access to csapi-customer. However when I send a get with postman, using 'Bearer {token}' I get a 403 forbidden message. I am using...

NetDevOp by Level 1
  • 1125 Views
  • 1 replies
  • 0 Helpful votes

I have a project that I have been working on using PSIRT API. Lately, my get requests are failing when querying by IOS version and Platform. https://api.cisco.com/security/advisories/iosxe/?version=03.06.04.E&platform=WS-C3850-24T I am getting and a ...

error.PNG
vinross by Level 1
  • 648 Views
  • 0 replies
  • 0 Helpful votes

Hi All, We have a requirement to extract the Voicemail WAV files and store in either on-Prem or in Google Storage. But we do not want to use the emails as the source of truth. So is there a way to use CUMI APIs to have directly go the Unity server an...