Akamai · Example Payload

Akamai Get Contracts Groups Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Contracts 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-contracts-groups",
  "method": "GET",
  "path": "/contracts/groups",
  "summary": "List contracts and groups",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "acgId": "3-1Cgoa",
          "contractId": "K-0N7RAK7",
          "displayName": "Bookstore Users",
          "groupId": 58220
        },
        {
          "acgId": "3-1Cgoa.G75683",
          "contractId": "C-0N7RAC7",
          "displayName": "Bookstore Users - Developers",
          "groupId": 75683
        }
      ]
    }
  ]
}