Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi allI am currently working on to setup Organization alerts on all our 300 customers, but i am struggling a little bit to understand the api. I am using the below endpoint to get the current alert profiles into excel so i can get an overview on how ...
We recently onboarded a customer with over 900 locations nationwide. They previously used Meraki solutions but sought a new partnership along with a complete hardware refresh.We delivered a comprehensive, fully managed end-to-end solution, covering e...
i am using the CDO (SCC) API to onboard a FTD with serial number with ZTP, but when i send my post request with the data below
{
"fmcAccessPolicyUid": "<access_policy_uid>",
"licenses": "[BASE]",
"name": "<device_name>",
"serialNumber": "<de...
Hi
I am deploying over 900 FTD 1120 to Cisco CDO and cdFMC, doing the configuration of the device inside the cdFMC i am applying a health policy, platform settings and add the device to a device group.
To my understanding of the API, you need to sp...
Hi
Background story: I have a customer that are deploying over 900 FTD in CDO and i have a python program that configure and deploy the configuration to each device
I have a program that make a bunch of configuration changes using the Cloud delivered...
I would try the below uri, notice i have just removed the "[]" from your url paramshttps://api.meraki.com/api/v1/organizations/{organizationId}/wireless/devices/signalQuality/byDevice?networkIds=L_80560273736677283&networkIds=L_805802737366976746&ban...
You can use this site for testing webhooks, and see what the raw json would look like, but you still need to trigger the alert somehowWebhook.site - Test, transform and automate Web requests and emailsif you go into "organization" > "API & Webhooks" ...
I already have network alerts set up, but i would like to move to organization wide alerts to get more granular alerts, but i guess i would just need to wait on the api endpoint for those alerts.Thank you, i forgot to remove it.
i have a website, that automates the creation of new customers(new organizations), including default config for networks, ssids, fw rules and so on.Another thing i am not totally sure about with OAuth, will the authentication to an org for a specific...
Will OAuth also be the way to go for automating the creation of organizations and networks, that is hosted on as a web app, or will the service account with api key be the way to go?