Updates The Accessibility Settings For The Given Service ICMP Web Or SNMP

PUT {{baseUrl}}/networks/:networkId/appliance/firewall/firewalledServices/:service

Updates the accessibility settings for the given service ('ICMP', 'web', or 'SNMP') #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: access| string| A string indicating the rule for which IPs are allowed to use the specified service. Acceptable values are blocked (no remote IPs can access the service), restricted (only allowed IPs can access the service), and unrestriced (any remote IP can access the service). This field is required allowedIps| array| An array of allowed IPs that can access the service. This field is required if access is set to restricted. Otherwise this field is ignored

Request Body

{"access"=>"<string>", "allowedIps"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;service&quot;:&quot;web&quot;,&quot;access&quot;:&quot;restricted&quot;,&quot;allowedIps&quot;:[&quot;123.123.123.1&quot;]}