Akamai · Example Payload

Akamai Get Version Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Version 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-version",
  "method": "GET",
  "path": "/ids/{edgeWorkerId}/versions/{version}",
  "summary": "Akamai Get Version Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "accountId": "A-CCT9012",
        "checksum": "de9f2c7fd25e1b3afad3e85a0bd17d9b100db4b3",
        "createdBy": "jsmith",
        "createdTime": "2020-07-09T21:51:07Z",
        "edgeWorkerId": 42,
        "version": "3"
      }
    }
  ]
}