{ "operationId": "get-malware-policies-actions", "method": "GET", "path": "/configs/{configId}/versions/{versionNumber}/security-policies/{policyId}/malware-policies", "summary": "List malware policy actions", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "malwarePolicyActions": [ { "action": "alert", "id": 109, "unscannedAction": "alert" }, { "action": "alert", "id": 110, "unscannedAction": "deny" } ] } }, { "status": "404", "contentType": "application/problem+json", "example": { "detail": "The requested resource is not found", "instance": "https://problems.luna.akamaiapis.net/appsec/error-instances/d54686b5-21cb-4ab7-a8d6-a92282cf1749", "status": 404, "title": "Not Found", "type": "https://problems.luna.akamaiapis.net/appsec/error-types/NOT-FOUND" } } ] }