Akamai · Example Payload

Akamai Get Contract Group Hosts Acgs Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Contract Group Hosts Acgs 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-contract-group-hosts-acgs",
  "method": "GET",
  "path": "/contracts/{contractId}/groups/{groupId}/hostsAcgs",
  "summary": "List hostnames with access control groups",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "acgId": "WAA-3-1AINU1T",
          "contractId": "C-0N7RAC71",
          "hostname": "www.bookstore.api.akamai.com"
        },
        {
          "acgId": "WAA-3-WNNG6F",
          "contractId": "K-0N7RAK71",
          "hostname": "www.bookstore2.api.akamai.com"
        }
      ]
    }
  ]
}