Akamai · Example Payload

Akamai Get Revision Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Revision 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-revision",
  "method": "GET",
  "path": "/ids/{edgeWorkerId}/revisions/{revisionId}",
  "summary": "Akamai Get a Revision",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "accountId": "A-CCT1234",
        "activationId": 1,
        "checksum": "db3697e7eb03c8fb4822fd763b840e1b915693ab03e02a583fecfcd55d07857d",
        "createdTime": "2023-08-10T15:32:22Z",
        "edgeWorkerId": 42,
        "lastModifiedTime": "2023-08-10T15:41:20Z",
        "network": "PRODUCTION",
        "revisionActivationStatus": "COMPLETE",
        "revisionId": "1-2",
        "version": "0.7"
      }
    }
  ]
}