The Meraki Community
Register or Sign in
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • About NiftyMaker
NiftyMaker

NiftyMaker

Here to help

Member since Mar 9, 2022

‎07-07-2022
Kudos from
User Count
PhilipDAth
Kind of a big deal PhilipDAth
2
View All
Kudos given to
User Count
HavenHospice
HavenHospice
1
Lhaeo
Lhaeo
1
GreenMan
Meraki Employee GreenMan
1
RaphaelL
Head in the Cloud RaphaelL
1
KarstenI
Kind of a big deal KarstenI
1
View All

Community Record

7
Posts
2
Kudos
0
Solutions

Badges

First 5 Posts
Lift-Off View All
Latest Contributions by NiftyMaker
  • Topics NiftyMaker has Participated In
  • Latest Contributions by NiftyMaker

Re: Non-Meraki VPN Peers - API Configuration

by NiftyMaker in Developers & APIs
‎06-08-2022 01:10 PM
2 Kudos
‎06-08-2022 01:10 PM
2 Kudos
Thank you for your response. I had tried that previously and had no luck. Just wasn't sure if I was just missing something. Thank you very much! ... View more

Non-Meraki VPN Peers - API Configuration

by NiftyMaker in Developers & APIs
‎06-08-2022 11:18 AM
‎06-08-2022 11:18 AM
I have a few questions concerning the Non-Meraki VPN Peers API call and I was hoping that someone would be able to assist:   Is it possible to use the Zscaler preset IPsec policy for a Non-Meraki VPN peer that gets created via the API? Every time I attempt to use it I get a message saying: Invalid IPsec policy preset. Must be one of the following: default, aws, or azure   The message is pretty self explanatory, but I wasn't sure if there was a workaround for this.   Can someone confirm if there is a way to keep the existing Non-Meraki VPN peer configured in the dashboard when adding a new VPN peer via the API? I'm looking to add a large grouping of peers to an already large grouping of peers - so I'd prefer to not have to add them all back in again (also would prefer to not add them all into the API call). Just looking to add a new one and not touch the existing ones.   Is it possible to set the Local ID via the API with this call? I see that you can set the Remote ID, but I didn't see anything about the local. ... View more

Re: Changing Site-to-Site VPN Hubs for Config Templates

by NiftyMaker in Developers & APIs
‎05-18-2022 08:41 AM
‎05-18-2022 08:41 AM
That's unfortunate. We have around 20 templates that needed to be modified, so I was really hoping that I wouldn't have to do that manually.   Thank you very much for the response! ... View more

Changing Site-to-Site VPN Hubs for Config Templates

by NiftyMaker in Developers & APIs
‎05-18-2022 04:48 AM
‎05-18-2022 04:48 AM
I'm looking to change the hubs that we have set for a grouping of config templates. Is there an API call that would be able to do this for the config templates? I'm able to do it for a single network - but if I enter the template ID into that same script, I get "The remote server returned an error: (400) Bad Request."   Below I've pasted a script that should just list the hubs for a network - this will work for a single network, but not a config template:   [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 $networkId = 'L_xxxxxxxxxxxx' $baseURL = 'https://api.meraki.com/api/v1' $headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]" $headers.Add("X-Cisco-Meraki-API-Key", "dxxxxxxxxxxxxxxx") $headers.Add("Content-Type", "application/json") $response = Invoke-RestMethod -Headers $headers -Uri $baseURL/networks/$networkId/appliance/vpn/siteToSiteVpn   Does anyone happen to have any suggestions on how to modify the hubs for a config template?   ... View more

Local Internet Breakout - VPN Exclusion Rules

by NiftyMaker in Developers & APIs
‎05-05-2022 04:56 AM
‎05-05-2022 04:56 AM
Is there an API call to get/set a networks VPN exclusion rules? I've been searching everywhere I can find, but I cannot seem to locate anything. I was planning on deploying a longer list of subnets to many locations and it would be much easier if it could be automated.   ... View more

Re: Rest API - Grab Public IP Address for WAN1, WAN2, and cellular for spec...

by NiftyMaker in Developers & APIs
‎03-31-2022 08:57 AM
‎03-31-2022 08:57 AM
As of right now I just have one network ID listed in there   Example: $endpoint = 'https://api.meraki.com/api/v1/organizations/123456/appliance/uplink/statuses?networkIds=L_1234567890' ... View more

Rest API - Grab Public IP Address for WAN1, WAN2, and cellular for specific...

by NiftyMaker in Developers & APIs
‎03-31-2022 08:51 AM
‎03-31-2022 08:51 AM
I'm attempting to grab the public IP address off of a few interfaces for a specific networks in our organization but I'm struggling to get this completed.   I'm using the /appliance/uplink/statuses call and trying to filter by network using ?networkIds= but I'm clearly not doing something correct with my call.   $endpoint = "https://api.meraki.com/api/v1/organizations/$orgID/appliance/uplink/statuses?networkIds=**NetworkID**" Invoke-RestMethod -Method GET -Uri $endpoint -Headers $header   This is just returning Invoke-RestMethod : The remote server returned an error: (400) Bad Request.   Would anyone be able to assist with this issue? ... View more
Kudos from
User Count
PhilipDAth
Kind of a big deal PhilipDAth
2
View All
Kudos given to
User Count
HavenHospice
HavenHospice
1
Lhaeo
Lhaeo
1
GreenMan
Meraki Employee GreenMan
1
RaphaelL
Head in the Cloud RaphaelL
1
KarstenI
Kind of a big deal KarstenI
1
View All
My Top Kudoed Posts
Subject Kudos Views

Re: Non-Meraki VPN Peers - API Configuration

Developers & APIs
2 126
View All
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Privacy Settings
  • Terms of Use
© 2022 Meraki