Akamai · Example Payload

Akamai Put Namespace Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Put Namespace 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": "put-namespace",
  "method": "PUT",
  "path": "/networks/{network}/namespaces/{namespaceId}",
  "summary": "Akamai Update Namespace Details",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "namespace": "marketing",
        "retentionInSeconds": 15724800
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "geoLocation": "US",
        "groupId": 4284,
        "namespace": "marketing",
        "retentionInSeconds": 15724800
      }
    },
    {
      "status": "400",
      "contentType": "application/problem+json",
      "example": {
        "detail": "The requested namespace does not exist.",
        "errorCode": "EKV_9000",
        "instance": "/edgekv/error-instances/2c82be29-f909-4d42-b775-de404e264fd9",
        "status": 400,
        "title": "Bad Request",
        "type": "/edgekv/error-types/edgekv-bad-request",
        "additionalDetail": {
          "requestId": "5d424b9289ab9b43"
        }
      }
    },
    {
      "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"
        }
      }
    }
  ]
}