Akamai · Example Payload

Akamai Get Group Items Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Group Items 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-group-items",
  "method": "GET",
  "path": "/networks/{network}/namespaces/{namespaceId}/groups/{groupId}",
  "summary": "Akamai List Items Within a Group",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        "US",
        "DE"
      ]
    },
    {
      "status": "400",
      "contentType": "application/problem+json",
      "example": {
        "detail": "Group must only use a string that matches A-Z a-z 0-9 _ or -..",
        "errorCode": "EKV_9000",
        "instance": "/edgekv/error-instances/fcd285bd-aa69-493f-a3b7-4b9d5bbdae8b",
        "status": 400,
        "title": "Bad Request",
        "type": "/edgekv/error-types/edgekv-bad-request",
        "additionalDetail": {
          "requestId": "c5c461e093e7083c"
        }
      }
    },
    {
      "status": "404",
      "contentType": "application/problem+json",
      "example": {
        "detail": "The requested group is empty or not found.",
        "errorCode": "EKV_9000",
        "instance": "/edgekv/error-instances/fcd285bd-aa69-493f-a3b7-4b9d5bbdae8b",
        "status": 404,
        "title": "Not Found",
        "type": "/edgekv/error-types/edgekv-not-found",
        "additionalDetail": {
          "requestId": "c5c461e093e7083c"
        }
      }
    },
    {
      "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"
        }
      }
    }
  ]
}