Akamai · Example Payload

Akamai Get Deactivations Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Deactivations 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-deactivations",
  "method": "GET",
  "path": "/ids/{edgeWorkerId}/deactivations",
  "summary": "Akamai List Deactivations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "deactivations": [
          {
            "accountId": "A-CCT7890",
            "createdBy": "jperez",
            "createdTime": "2020-07-09T09:03:28Z",
            "deactivationId": 3,
            "edgeWorkerId": 42,
            "lastModifiedTime": "2020-07-09T09:04:42Z",
            "network": "PRODUCTION",
            "note": "EdgeWorker ID 42 is no longer used in production.",
            "status": "PENDING",
            "version": "2"
          },
          {
            "accountId": "A-CCT7890",
            "createdBy": "jsmith",
            "createdTime": "2020-07-09T08:13:54Z",
            "deactivationId": 1,
            "edgeWorkerId": 42,
            "lastModifiedTime": "2020-07-09T08:35:02Z",
            "network": "STAGING",
            "status": "IN_PROGRESS",
            "version": "1"
          },
          {
            "accountId": "A-CCT7890",
            "createdBy": "jsmith",
            "createdTime": "2020-07-10T14:23:42Z",
            "deactivationId": 2,
            "edgeWorkerId": 42,
            "lastModifiedTime": "2020-07-10T14:53:25Z",
            "network": "PRODUCTION",
            "status": "COMPLETE",
            "version": "2"
          }
        ]
      }
    }
  ]
}