action meraki_get_network_security_malware_settings { label: "Returns all supported malware settings for an MX network" description: "Returns all supported malware settings for an MX network" provider: meraki method: GET path: "/networks/{networkId}/security/malwareSettings" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }