action meraki_get_network_switch_stack { label: "Show a switch stack" description: "Show a switch stack" provider: meraki method: GET path: "/networks/{networkId}/switchStacks/{switchStackId}" encoding: json input: { type: "object" properties: { networkId: { type: "string" } switchStackId: { type: "string" } } required: ["networkId", "switchStackId"] additionalProperties: false } output: { type: "object" } }