Akamai · Example Payload

Akamai Get Malware Policies Actions Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Malware Policies Actions Example is an example object payload from Akamai, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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"
      }
    }
  ]
}