Akamai · Example Payload

Akamai Get Challenge Actions Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Challenge 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-challenge-actions",
  "method": "GET",
  "path": "/configs/{configId}/versions/{versionNumber}/response-actions/challenge-actions",
  "summary": "List challenge actions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "challengeActions": [
          {
            "actionId": "challenge_12345",
            "actionName": "new challenge 1",
            "challengeIntervalInSeconds": 300,
            "challengeType": "AKAMAI_MOBILE_CRYPTO",
            "cryptoChallengeDurationInSeconds": 31
          },
          {
            "actionId": "challenge_67891",
            "actionName": "new challenge 2",
            "allowFullCpuUtilization": false,
            "challengeIntervalInSeconds": 300,
            "challengeType": "AKAMAI_WEB_CRYPTO",
            "cryptoChallengeDurationInSeconds": 30,
            "customBrandingUrl": "/abcd.xyz"
          },
          {
            "actionId": "challenge_101212",
            "actionName": "new challenge 3",
            "challengeIntervalInSeconds": 723,
            "challengeType": "AKAMAI_MOBILE_CRYPTO",
            "cryptoChallengeDurationInSeconds": 100
          },
          {
            "actionId": "challenge_131415",
            "actionName": "new challenge 4",
            "allowFullCpuUtilization": true,
            "challengeIntervalInSeconds": 723,
            "challengeType": "AKAMAI_WEB_CRYPTO",
            "cryptoChallengeDurationInSeconds": 100,
            "customBrandingUrl": "/abcd.html"
          }
        ],
        "validation": {
          "errors": [],
          "notices": [],
          "warnings": []
        }
      }
    },
    {
      "status": "403",
      "contentType": "application/problem+json",
      "example": {
        "detail": "You do not have the necessary access to perform this operation or the requested resource cannot be modified",
        "instance": "https://problems.luna.akamaiapis.net/appsec/error-instances/d54686b5-21cb-4ab7-a8d6-a92282cf1749",
        "status": 403,
        "title": "Forbidden",
        "type": "https://problems.luna.akamaiapis.net/appsec-resource/error-types/ACCESS-DENIED"
      }
    },
    {
      "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"
      }
    }
  ]
}