action meraki_get_network_static_route { label: "Return a static route for an MX or teleworker network" description: "Return a static route for an MX or teleworker network" provider: meraki method: GET path: "/networks/{networkId}/staticRoutes/{staticRouteId}" encoding: json input: { type: "object" properties: { networkId: { type: "string" } staticRouteId: { type: "string" } } required: ["networkId", "staticRouteId"] additionalProperties: false } output: { type: "object" } }