Akamai · Example Payload

Akamai Get Namespaces Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Namespaces 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-namespaces",
  "method": "GET",
  "path": "/networks/{network}/namespaces",
  "summary": "Akamai List Namespaces",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "namespaces": [
          {
            "geoLocation": "US",
            "groupId": 0,
            "namespace": "default",
            "retentionInSeconds": 15724800,
            "dataAccessPolicy": {
              "policyType": "inherited",
              "restrictDataAccess": true
            }
          },
          {
            "geoLocation": "US",
            "groupId": 4284,
            "namespace": "marketing",
            "retentionInSeconds": 15724800,
            "dataAccessPolicy": {
              "policyType": "overridden",
              "restrictDataAccess": false
            }
          }
        ]
      }
    },
    {
      "status": "500",
      "contentType": "application/problem+json",
      "example": {
        "detail": "An internal error occurred.",
        "errorCode": "EKV_0000",
        "instance": "/edgekv/error-instances/cdb7767c-817e-4805-9f28-0816eefa0ba8",
        "status": 500,
        "title": "Internal Server Error",
        "type": "/edgekv/error-types/edgekv-internal-server-error",
        "additionalDetail": {
          "requestId": "cd9b61e08148009b"
        }
      }
    }
  ]
}