Return A Layer 3 Static Route For A Switch Stack

GET {{baseUrl}}/networks/:networkId/switch/stacks/:switchStackId/routing/staticRoutes/:staticRouteId

Return a layer 3 static route for a switch stack

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

{"staticRouteId":"1234","name":"My route","subnet":"192.168.1.0/24","nextHopIp":"1.2.3.4","advertiseViaOspfEnabled":false,"preferOverOspfRoutesEnabled":false}