{ "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" } } ] }