Akamai · Example Payload

Akamai Get Activations Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Activations 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-activations",
  "method": "GET",
  "path": "/ids/{edgeWorkerId}/activations",
  "summary": "Akamai List Activations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "activations": [
          {
            "accountId": "A-CCT7890",
            "activationId": 3,
            "createdBy": "jkowalski",
            "createdTime": "2020-07-09T09:03:28Z",
            "edgeWorkerId": 42,
            "lastModifiedTime": "2020-07-09T09:04:42Z",
            "network": "PRODUCTION",
            "note": "Version 2 fixes an issue detected in production.",
            "status": "PENDING",
            "version": "2"
          },
          {
            "accountId": "A-CCT9012",
            "activationId": 1,
            "createdBy": "jsmith",
            "createdTime": "2020-07-09T08:13:54Z",
            "edgeWorkerId": 42,
            "lastModifiedTime": "2020-07-09T08:35:02Z",
            "network": "STAGING",
            "status": "IN_PROGRESS",
            "version": "1"
          },
          {
            "accountId": "A-CCT5678",
            "activationId": 2,
            "createdBy": "adevi",
            "createdTime": "2020-07-10T14:23:42Z",
            "edgeWorkerId": 42,
            "lastModifiedTime": "2020-07-10T14:53:25Z",
            "network": "PRODUCTION",
            "status": "COMPLETE",
            "version": "2"
          }
        ]
      }
    }
  ]
}