Does anyone have an example vManage Webhook Alert for the 'CPU Usage' and 'Memory Usage'? Specifically, I need to know key/value for 'eventname', 'type' and 'component'.
-
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
Hello, everyone. I am studying for my ENCOR exam which includes Cisco DNA APIs. I have a question about the Intent API. This is a type of northbound API that allows us to interact with Cisco DNA, make some configurations, retrieve information from it...
Background of Cisco Spaces Runbooks At Cisco Spaces, we aim to simplify the deployment process for IT administrators, partners, and end customers by providing comprehensive and easy-to-follow documentation. These deployment guides — known as run...
I've been reading about IOT devices sending telemetry to spaces. Im wondering what it takes to connect a micro-controller to a Cisco access point and send telemetry data over BLE. We have been starting some IOT pilots using BLE connections to edge de...
We are interested on using Catalyst Center "clients" API (/dna/data/api/v1/clients) for getting information about clients associated to a connected Wireless Controller. The API may take between 30 seconds and 4 minutes to show changes. Could you give...
Hello, everyone. I am early into automation for my ENCOR 350-401 exam and I have a question. When we work with HTTP/HTTPs when making REST API calls, the Authorization header is used to provide authentication parameters such as username/password. Whe...
Hi, im running CCC Version 2.3.7.9 with Version 1.19.87 for the API (AI Endpoint Analytics API Enabled), no update Availible. for https://<ccc-ip>/dna/data/api/v1/energy/trendAnalytics Im getting... { "error": "BAPI not found with technicalName...
When issueing the /dna/intent/api/v1/images API. You will get the correct golden tagged Images. When doing the same for a specific productNameOrdinal there are multiple golden Tagged Images for a Product using same Roles. Here the Example with /dna...
Hi Guys,I am currently trying to run up a DNAC virtual appliance in our testlab. I have been trying for a few weeks but keep running into the same issue. When I finish the setup and trying to get to the GUI, it takes about 5-10 minutes and then shows...
Hello everyone, is there a possibility to use the genie parser on output saved in text files?The issue is that that it is not possible to install pyATS or genie on the machine where I can access the devices. What I can do is get the output of "show i...
Hi all;I posted my question on a community I found for automation, But now I came across this dedicated DevNet automation. I Don't know maybe here is the right place to ask my question, but I'm not going to copy/paste the same stuff here. So I apprec...
Hi community , I hope you are doing great.After spending a good time reading and doing some troubleshooting I have decided to ask for some same.I setup guestshell in order to run python using eem. I am getting the following error : router-lab#more b...
I want to use the catalyst/DNA center API to pull the power usage of our wireless access points but having gone through it several times I cant seem to find it. there is a large number of them so Ideally looking for one where I can get default 100 or...
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...
I have a Flask server that I need to be notified of any events related to SWIM. There are no webhooks for this so I am polling Catalyst Center every few minutes to collect all the task IDs, then looking up the task details and trying to identify the ...