Akamai · Example Payload

Akamai Get Onboarding Origin Validation Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Onboarding Origin Validation 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-onboarding-origin-validation",
  "method": "GET",
  "path": "/onboardings/{onboardingId}/origin-validation",
  "summary": "List origin hostname DNS records",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "description": "Add all records to your DNS settings",
        "onboardingLink": "/appsec/v1/onboardings/2626",
        "originSkipLink": "/appsec/v1/onboardings/5533/origin-validation/skip",
        "originValidateLink": "/appsec/v1/onboardings/5533/origin-validation/validate",
        "originValidationStatus": "VALIDATION_NEEDED",
        "records": [
          {
            "hostname": "test.hostname1.com",
            "recordName": "origin-03bdb4-test.hostname1.com",
            "recordStatus": "VALIDATED",
            "recordTtl": 900,
            "recordType": "A",
            "recordValue": "192.0.2.233"
          },
          {
            "hostname": "test.hostname2.com",
            "recordName": "origin-86249f-test.hostname2.com",
            "recordStatus": "NOT_VALIDATED",
            "recordTtl": 900,
            "recordType": "A",
            "recordValue": "192.0.2.198"
          }
        ]
      }
    },
    {
      "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"
      }
    },
    {
      "status": "500",
      "contentType": "application/problem+json",
      "example": {
        "detail": "Could not retrieve validation records",
        "instance": "https://problems.luna.akamaiapis.net/appsec/error-instances/d54686b5-21cb-4ab7-a8d6-a92282cf1749",
        "status": 500,
        "title": "Something went wrong",
        "type": "https://problems.luna.akamaiapis.net/appsec/error-types/INTERNAL-SERVER-ERROR"
      }
    }
  ]
}