Meraki Firewall Info

OuijaSan
New here

Meraki Firewall Info

Hello all,

We are automating network policies for firewall rules, we are looking to include objects for the Meraki Firewall info (the menu Dashboard > Help > Firewall info).

 

From our tests it seems that there is no API endpoint to get these details, we do not see any endpoint in the documentation for this and from our different tests we always get the response {"mode":"login"}.

 

Is there any way to get these endpoints via API calls?

2 Replies 2
RaphaelL
Kind of a big deal
Kind of a big deal

Looking at /api/v1/openapiSpec I don't see any clear endpoint regarding your needs. 

 

That would be a great addition for automation !

OuijaSan
New here

@RaphaelL yes exactly, when doing an inspect on that specific page we see there is a call on the dashboard link using the endpoint https://nxxx.meraki.com/o/xxxxxx/manage/support/firewall_configuration_json

 

We tried the same endpoint transforming it to https://api.meraki.com/organisations/:organisationId/manage/support/firewall_configuration_json and that is where we get the response {"mode":"login"} with status code 200.

 

Indeed it would be a great addition, in environments with very strict configurations (deny all by default inbound and outbound), we need to make constant manual checks and updates when required.

Get notified when there are additional replies to this discussion.