action meraki_get_network_warm_spare_settings { label: "Return MX warm spare settings" description: "Return MX warm spare settings" provider: meraki method: GET path: "/networks/{networkId}/warmSpareSettings" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }