Akamai · Example Payload

Akamai Post Rollback To Previous Active Version Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Post Rollback To Previous Active Version 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": "post-rollback-to-previous-active-version",
  "method": "POST",
  "path": "/ids/{edgeWorkerId}/activations/rollback",
  "summary": "Akamai Roll Back to the Previous Active EdgeWorker Version",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "network": "STAGING",
        "note": "An issue was detected in the latest active version."
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "accountId": "A-CCT5678",
        "activationId": 3,
        "createdBy": "jsmith",
        "createdTime": "2020-04-05T18:17:46Z",
        "edgeWorkerId": 42,
        "lastModifiedTime": "2020-04-05T18:17:46Z",
        "network": "PRODUCTION",
        "note": "Version 2 fixes an issue detected in production.",
        "status": "PRESUBMIT",
        "version": "2"
      }
    }
  ]
}