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