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

I have been trying to access the Customer Details CSAPI at this URL: https://apx.cisco.com/cs/api/v1/customer-info/customer-details I can get a bearer token and when I send a get to the above URL in postman, this is the error I get back:{    "status"...

NetDevOp by Level 1
  • 825 Views
  • 2 replies
  • 0 Helpful votes

Hi Everyone I have facing an issue about using the PSIRT OpenVuln API as a library call function in my script with "query_client.get_by_aci" function and it works for some time. However, it return the result with shown as follow"""raise HTTPError(htt...

espsc by Level 1
  • 772 Views
  • 1 replies
  • 0 Helpful votes

I have an Python script that needs to fetch the list of users on a given CUCM site. It was working fine for some time but has suddenly started failing with the following error: "Query request too large. Total rows matched: 393878 rows. Suggestive Row...

I'm trying to get the access_token as described in the document "Cisco OAuth v2.0 Token Developer Guide" with the Authorization Code Grant  I canfigured my app like this:    the problem is when I call the first get https://cloudsso.cisco.com/as/autho...

Screen Shot 2021-09-30 at 15.18.11.png Screen Shot 2021-09-30 at 15.29.16.png

Hi,I'm trying to make the Catalog POE API work. I followed the instructions, first created Hello Api, get the token and everything went smoothly. Now I have created in MyApi's application (I registered Catalog POE api) and according to instructions I...