Akamai · Example Payload

Akamai Get Deactivation Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Deactivation 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-deactivation",
  "method": "GET",
  "path": "/ids/{edgeWorkerId}/deactivations/{deactivationId}",
  "summary": "Akamai Get a Deactivation",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "accountId": "A-CCT5678",
        "createdBy": "jsmith",
        "createdTime": "2020-08-04T11:42:56Z",
        "deactivationId": 3,
        "edgeWorkerId": 42,
        "lastModifiedTime": "2020-08-04T12:00:03Z",
        "network": "PRODUCTION",
        "note": "EdgeWorker ID 42 is no longer used in production.",
        "status": "PENDING",
        "version": "9"
      }
    }
  ]
}