Update Common DHCP Settings Of M Gs

PUT {{baseUrl}}/networks/:networkId/cellularGateway/dhcp

Update common DHCP settings of MGs #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: dhcpLeaseTime| string| DHCP Lease time for all MG of the network. It can be '30 minutes', '1 hour', '4 hours', '12 hours', '1 day' or '1 week'. dnsNameservers| string| DNS name servers mode for all MG of the network. It can take 4 different values: 'upstreamdns', 'googledns', 'opendns', 'custom'. dnsCustomNameservers| array| list of fixed IP representing the the DNS Name servers when the mode is 'custom'

Supports Action Batches

ResourceOperation
/networks/{networkId}/cellularGateway/dhcpupdate

Request Body

{"dhcpLeaseTime"=>"<string>", "dnsNameservers"=>"<string>", "dnsCustomNameservers"=>["<string>", "<string>"]}

HEADERS

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

RESPONSES

status: OK

{&quot;dhcpLeaseTime&quot;:&quot;1 hour&quot;,&quot;dnsNameservers&quot;:&quot;custom&quot;,&quot;dnsCustomNameservers&quot;:[&quot;172.16.2.111&quot;,&quot;172.16.2.30&quot;]}