Hi, Team I've had a cx ask me about using DNA Center APIs for retrieving device data. For the usage of these APIs, is there any extra cost? Would they have to get their partner or Advances Services team involved? Regards, Julio Monterrosa Cis...
-
Catalyst SD-WAN
(18) -
Cisco Bugs
(1) -
Cisco DNA
(176) -
Cisco Instant Connect
(8) -
Cisco Spaces
(8) -
Cisco Spaces Location Cloud API
(3) -
CMX API
(11) -
CMX Mobility Services API
(8) -
Code Exchange Platform
(1) -
Crosswork
(4) -
Data Learning Platform
(9) -
Meraki
(74) -
Network Plug-and-Play
(14) -
Open Source and Open Standards
(53) -
OpenDaylight
(22) -
Other Analytics and Automation Topics
(24) -
Other Automation Analytics Topics
(203) -
Other Controller Topics
(14) -
Prime Infrastructure
(209) -
SD-WAN Automation
(1) -
SD-WAN vManage
(1) -
Software defined access
(22) -
SONiC
(3) -
WAN Automation Engine
(14)
- « Previous « Previous
- Next » Next »
Forum Posts
Hi, I would like to know if there is a roadmap for DNAC API? So far I spent time on reading API documentation and also dnacentersdk for Python.Comparing to DNAC web gui I saw, that not all opions available via web gui are available using API.
I'm trying to make an HTTP GET request with Cisco Prime: #!/opt/local/bin/perl -w use strict; use JSON-support_by_pp; use LWP 5.64; use LWP::UserAgent; $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; my $ua = LWP::UserAgent->new; my $BASE_URL = 'https:/...
Hello Experts,on my device running DNAC 2.2.3.4 and Cisco DNA Center Platform1.6.1.145 , i am trying to use the API "/dna/intent/api/v1/wireless/floormap/all" or anything related to floormap , however it is not listed under the "Developer Toolkit" , ...
I have several 4300 and 4400 routers that were purchased before we decided to purchase DNA. Can I add the routers and update IOS without the license?
I'm working on a template in DNAC 2.2.2.8, which allows me to work through all switches in a stack and all interfaces per stackmember and configure each interface. A stack contains between 1 and 4 switches. Now, I want to add additional logic, so I...
Hi, Today I would like to get some information about system health. In LAB I have got ISE integrated.When using WEB interface I see status integration for PxGrix and also for ISE. Moving mouse cursor above server iconI can see date and time of last c...
I am trying to run pyATS on a few CSRv routers and retrieve their routing tables. When I execute learn, pyATS looks for a vrf identified as 'default' as noted in the console file. I do not have a vrf labeled 'default', it's just the global routing ta...
Resolved! Loop over access interfaces in template?
Hi,in a template I want to interate over all access interfaces (Gi...) but not over the uplink unterfaces (Te...). In the samples I found the following: {% for interface in __interface %} {% if interface.portType == 'Ethernet Port' %}(...) Is the a...
Hi all, I am new to the Meraki API, was wondering Meraki API using POSTMAN does it able to pull out the IOT devices like MV12 (camera) or MT11 (sensor) statistic data? I can only pull out something like this. Camera Analysis Data Is there any other...
REST API Call with limited(100) response:URL: https://ip_address/api/objects/predefinednetworkservicesResponse:{"range_Info":{"offset":"0","limits":"100","total":"148",}"items":["100 indexed data"]} REST API call Response While using Paginating The R...
hello guys, somehow I couldn't figure out the way to remove existing configuration with netconf. I created xml template based on yang file static for xr 6.5.3 as follows: sr_config = ''' <config> <router-static xmlns="http://cisco.com/ns/yang/Cisc...
Hi All, I am trying to setup Ansible with Cisco IOS but receive error listed below. I have provided details below. (attached screen shot for reference)TASK [run multiple commands on remote nodes] ***********************************fatal: [CSR1]: FAIL...
Hi there, I'm having problems with the genie parser library in robot framework. I'm basically copying the approach from the example in https://pubhub.devnetcloud.com/media/genie-docs/docs/userguide/robot/index.html If I try this .robot file to parse...
Is there any way to get the NVE peer-IP for a MAC-address via NX-API Rest query? I can get the MAC-address specifics via:/api/mo/sys/mac/table.json?query-target=subtree&query-target-filter=eq(l2MacAddressEntry.macAddress,"MAC_ADDR") "l2MacAddressEntr...