Akamai · Example Payload

Akamai Get Namespace Groups Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Namespace Groups 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-namespace-groups",
  "method": "GET",
  "path": "/networks/{network}/namespaces/{namespaceId}/groups",
  "summary": "Akamai List Groups Within a Namespace",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        "countries",
        "verticals",
        "industries"
      ]
    },
    {
      "status": "404",
      "contentType": "application/problem+json",
      "example": {
        "detail": "There are no groups.",
        "errorCode": "EKV_9000",
        "instance": "/edgekv/error-instances/18c6df92-09dc-49e1-9e2f-2fe9a56f1db8",
        "status": 404,
        "title": "Not Found",
        "type": "/edgekv/error-types/edgekv-not-found",
        "additionalDetail": {
          "requestId": "f83062602d14002f"
        }
      }
    },
    {
      "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"
        }
      }
    }
  ]
}