List Layer 3 Static Routes For A Switch Stack
GET {{baseUrl}}/networks/:networkId/switch/stacks/:switchStackId/routing/staticRoutes
List layer 3 static routes for a switch stack
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
[{"staticRouteId":"1234","name":"My route","subnet":"192.168.1.0/24","nextHopIp":"1.2.3.4","advertiseViaOspfEnabled":false,"preferOverOspfRoutesEnabled":false}]