Update The Settings For A Network
PUT {{baseUrl}}/networks/:networkId/settings
Update the settings for a network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: localStatusPageEnabled| boolean| Enables / disables the local device status pages (my.meraki.com, ap.meraki.com, switch.meraki.com, wired.meraki.com). Optional (defaults to false) remoteStatusPageEnabled| boolean| Enables / disables access to the device status page (http://[device's LAN IP]). Optional. Can only be set if localStatusPageEnabled is set to true secureConnect| object| A hash of SecureConnect options applied to the Network.
Supports Action Batches
Resource | Operation |
---|---|
/networks/{networkId}/settings | update |
Request Body
{"localStatusPageEnabled"=>"<boolean>", "remoteStatusPageEnabled"=>"<boolean>", "secureConnect"=>{"enabled"=>"<boolean>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"localStatusPageEnabled":true,"remoteStatusPageEnabled":true,"secureConnect":{"enabled":false}}