Update The Subnet Pool And Mask Configuration For M Gs In The Network

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

Update the subnet pool and mask configuration for MGs in the network. #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: mask| integer| Mask used for the subnet of all MGs in this network. cidr| string| CIDR of the pool of subnets. Each MG in this network will automatically pick a subnet from this pool.

Supports Action Batches

ResourceOperation
/networks/{networkId}/cellularGateway/subnetPoolupdate

Request Body

{"mask"=>"<integer>", "cidr"=>"<string>"}

HEADERS

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

RESPONSES

status: OK

{&quot;cidr&quot;:&quot;192.168.0.0/16&quot;,&quot;mask&quot;:&quot;24&quot;,&quot;subnets&quot;:[{&quot;serial&quot;:&quot;AAAA-AAAA-AAAA&quot;,&quot;name&quot;:&quot;my first MG&quot;,&quot;applianceIp&quot;:&quot;192.168.0.1&quot;,&quot;subnet&quot;:&quot;192.168.0.0/24&quot;},{&quot;serial&quot;:&quot;BBBB-BBBB-BBBB&quot;,&quot;name&quot;:&quot;my second MG&quot;,&quot;applianceIp&quot;:&quot;192.168.0.33&quot;,&quot;subnet&quot;:&quot;192.168.0.32/24&quot;}]}