Akamai · Example Payload

Akamai Put Change Deployment Schedule Example

CDNCloudEdge ComputingNetworksPlatformSecurity

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