action meraki_get_device_cellular_gateway_settings { label: "Show the LAN Settings of a MG" description: "Show the LAN Settings of a MG" provider: meraki method: GET path: "/devices/{serial}/cellularGateway/settings" encoding: json input: { type: "object" properties: { serial: { type: "string" } } required: ["serial"] additionalProperties: false } output: { type: "object" } }