Logo
Akamai APIs API Documentation

Deployments

Number of APIs: 4


1. Update a deployment schedule

PUT https://{{host}}/cps/v2/enrollments/:enrollmentId/changes/:changeId/deployment-schedule

Updates the current deployment schedule.



2. List deployments

GET https://{{host}}/cps/v2/enrollments/:enrollmentId/deployments

Lists the deployments for an enrollment.



3. Get production deployment

GET https://{{host}}/cps/v2/enrollments/:enrollmentId/deployments/production

Gets the enrollments deployed on the production network.



4. Get staging deployment

GET https://{{host}}/cps/v2/enrollments/:enrollmentId/deployments/staging

Gets the enrollments deployed on the staging network.



ENDPOINTS