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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"service":"web","access":"restricted","allowedIps":["123.123.123.1"]}