Add A Static Route For An MX Or Teleworker Network
POST {{baseUrl}}/networks/:networkId/appliance/staticRoutes
Add a static route for an MX or teleworker network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of the new static route subnet| string| The subnet of the static route gatewayIp| string| The gateway IP (next hop) of the static route
Request Body
{"name"=>"<string>", "subnet"=>"<string>", "gatewayIp"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"id":"d7fa4948-7921-4dfa-af6b-ae8b16c20c39","networkId":"N_24329156","enabled":true,"name":"My route","subnet":"192.168.1.0/24","gatewayIp":"1.2.3.5","fixedIpAssignments":{},"reservedIpRanges":[]}