Browse the Community
DevNet Cloud Native
Learn from peers and Cisco experts how to connect, secure, and automate your cloud with Cisco APIs.
67 PostsDevNet Collaboration
Check out the latest APIs, SDKs and resources for Cisco Collaboration technologies and engage with p...
15673 PostsDevNet Data Center
Share ideas about how to use data center developer tools to help manage virtual servers, deployments...
929 PostsDevNet Site
Share information about coding, testing apps and DevNet sandbox environments.
3166 PostsDevNet Internet of Things
Discuss different developer tools, sandboxes and resources for IoT applications.
316 PostsDevNet Networking
Engage with peers and Cisco experts about networking developer tools and resources.
5249 PostsDevNet Security
286 PostsDevNet Services
Connect with the Cisco services developer community for help, learning, and inspiration
409 PostsDevNet Knowledge Base
Welcome to the DevNet Knowledge Base! Discover solutions, guides, and tutorials for many of Cisco's ...
9 PostsActivity in DevNet
service logic calling another service logic - refcount issue at delete
Hello the community, I am facing some strange behaviour in the following scenario : I have a service logic (l3vpn) defined to build L3 links (sub-interface and BGP) on my MPLS network and another service logic (vpnconfig) to build the vpn level confi...
Getting Last Endpoint Connection From DNAC API?
I currently have a Python function that will grab an endpoint's last wireless connection using Prime's API. The issue I'm running into is the client-detail API call will only give inactive connection info for about 24 hours before. Does anybody know ...
Software Suggestion API V2 Rejecting Valid PIDs
Hello Cisco DevNet Team,I am encountering an issue with the Cisco Software Suggestion API V2 when retrieving recommended software versions for certain devices.I obtain the Product ID (PID) by entering a device’s serial number into the Cisco SNCheck T...
sn2info AND Software suggestion not working for few models
I COLLECTED ALL DEVICES PID USING SERIAL NUMBERS USING BELOW API CALLsn2info_url = 'https://apix.cisco.com/sn2info/v2/coverage/summary/serial_numbers/'But For few devices, PID that were taken using sn2info api cannot obtain the suggested version or ...
AppD Lab not able to login
i can't login on the lab?
ACI Simulator Always-On - PWD change required
Hi,it seems that the APIC for the simulator is asking for an admin password change, or it won't let you in. If anyone changes the pwd, all the others will be cut off, I suppose.Kind regards,Maurizio
Which External API gives me Access to the EoX API?
Like several posts I've read in the Community, I have this problem: raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.cisco.com/supporttools/eox/rest/5/EOXByProductID/1/WS-...
Firepower Management Center lab - no devices
Hello!I'm using the Firepower Management Center to test APIs for device management / status. The sandbox is up and running, but no devices are registered, as seen in the "Devices" tab of the web interface. Also, there are no devices when I try to use...
APK (Android Package Kit) signing
My customer (SR 695760353) had vmware create a custom APK for their Cisco model 860 IP phones, and vmware is saying that they need Cisco to sign the APK file. Is this something the Cisco IP phone developer team helps customers with?
Running a container in iox inbound connections drop return packets
We make software that provides encryption keys to IPsec implementations that use the Postquantum Preshared Keys (ppk) capability RFC 8784 defines. We are moving it to run in a docker container on a Cisco 8000v VM in AWS. I've attached the relevant ...
Enable WebGL for webex board 70s
We are experimenting with the web apps and macros, is it possible to enable WebGL on the board for apps such as google earth or to view CAD designs? The message "Hmm. While your browser seems to support WebGL, it is disabled or unavailable" appears ...
NCS drop config false deviate replace
Hi,I'm trying to build a ned using NSO 6.4, but compilation is failing due to my deviation file.From devel.log, I have this error: ncs progress usid=35 tid=1084 datastore=running context=cli trace-id=d5aafe3da82cf16c52206216ecfb575b output: augmente...
Resolved! can't remove sub interfaces - remove the whole interface
Hi, I wrote a yang model to configure a sub interface on a Juniper srx like this: <interfaces xmlns="http://yang.juniper.net/junos-es/conf/interfaces"> <interface> <name>st0</na...
Using operational data in NSO in YANG module
I'm trying to select between IOS and IOS-XR using operational data in NSO in YANG. Here are my xpath eval results:admin@ncs(config)# xpath eval ncs:devices/ncs:device[ncs:name='ASR1006-X']/ncs:module/name='tailf-ned-cisco-ios-xr'falseadmin@ncs(config...
Resolved! how to re-deploy with commit params from python
Hi all, Could you help me on the following .. in short, how can i do re-deploy with commit params from python .. i can commit a service with commit params from cli and python with success. for example : from cli : dd-rfs d1 commit commit-queue bypass...