Connect with other Cisco technology experts on developing tools for collaboration, networking, security, Internet of Things and analytics and automation.
https://cloudsso2.cisco.com/as/token.oauth2?grant_type=client_credentials&client_id=<id>&client_secret=<secret> provisioned client id in following link: https://apiconsole.cisco.com/apps/myapps return: { "error": "unauthorized_client" } 400 ba...
I have a template generator built in PHP, VTL, and I have also tested Jinja. This setup works well for generating Cisco CLI templates offline with the exact configuration structure I need, doing this since years..Currently, I apply these configuratio...
Hi, Does anyone know if this is possible on Webex Contact Center IVR? Summary of IVR App Caller A makes a call into IVR. IVR Answers and asks Calling Party A to enters PIN, if PIN is correct, IVR attempts to make an outbound call to Called Party B. I...
We are hoping to on-board a large number of systems into DNAC. Currently we use unique SNMP credentials per device. Rather than manually enter all of those credentials, I had hoped to pre-populate the credential table using post into /dna/intent/ap...
Hi,In our organization we are using 5.2(8e) version APIC,s with multi pod environment. I need steps and prerequisites for any API tool wants management console and integration with our production ACI. What prerequisites and configuration can be done...
I am using Cisco Finesse 12.5. The scenario is as follows: I initiated a call from the customer to Agent A, and Agent A made a blind transfer to Agent B. The dialog events that I am receiving on Agent B are as follows: The first event shows the call ...
Using the "set value" element in CVP Call Studio - I am parsing a string. lets say you have a string "000.111.222"And you want to split this up into "000", "111" and "222" using the set value element - you split this up into an array (with "." as the...
Hi, We are retrieving data traffic volume for a certain wired client by referring to the Catalyst Center API documentation below.https://developer.cisco.com/docs/dna-center/2-3-7/get-client-detail/ A part of the retrieved results via API: (★ indicate...
Hello, I've been creating sites, buildings, global and sub IP pools with the Catalyst Center (DNAC) API without much issue. I've ran into an odd error trying to create a fabric site. I'm using the same python code to post as all the other API calls...
The API for 2.3.7.4 seems to be broken with anything related to SDA. I've ran into multiple issues with different API calls not working or even just stating they're not available even though they are documented under 2.3.7 API references. From anoth...
The certificate on the always on APIC https://sandboxapicdc.cisco.com/ expired 2/4/2025. Can someone take a look? Websites prove their identity via certificates, which are valid for a set time period. The certificate for sandboxapicdc.cisco.com ex...
Hello, I am working on a tool that is built on/in an Excel Workbook - and would like to pull data directly from vManage via API. I am able to get authenticated via Postman however when I attempt to pull from inside an Excel Workbook (using VBA) i am...
Hi, I'm trying to fetch client count statistics via Catalyst API : /dna/data/api/v1/clients/count I apply basic filtering to only give the count of a certain Building and floor. The number i get returned does not match the number I see in Catalyst G...
Hi all I am trying to build a finesse desktop gadget that allows an agent to drop a silent monitor call from a supervisor to said agent. After trying different ideas, I had a look at the Finesse API documentation and in the chapter "Dialog API - End ...