Akamai · Example Payload

Akamai Get Change Deployment Schedule Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Change Deployment Schedule 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-change-deployment-schedule",
  "method": "GET",
  "path": "/enrollments/{enrollmentId}/changes/{changeId}/deployment-schedule",
  "summary": "Get a deployment schedule",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/vnd.akamai.cps.deployment-schedule.v1+json",
      "example": {
        "notAfter": null,
        "notBefore": "2017-05-19T16:00:00Z"
      }
    }
  ]
}