Logo
Akamai APIs API Documentation

Changes

Number of APIs: 6


1. Get change status

GET https://{{host}}/cps/v2/enrollments/:enrollmentId/changes/:changeId

Gets the status of a pending change.



2. Cancel a change

DELETE https://{{host}}/cps/v2/enrollments/:enrollmentId/changes/:changeId

Cancels a pending change.



3. Get a deployment schedule

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

Gets the current deployment schedule settings describing when a change deploys to the network.



4. Get a change

GET https://{{host}}/cps/v2/enrollments/:enrollmentId/changes/:changeId/input/info/:allowedInputTypeParam

Get detailed information of a pending change. Below is a sample where allowedInput[].type has the value third-party-csr. The acceptable Accept header depends on the value of the allowedInput.type for the Change instance. See Change Input Content Type Mapping for details.



5. Update a change

POST https://{{host}}/cps/v2/enrollments/:enrollmentId/changes/:changeId/input/update/:allowedInputTypeParam

Updates a pending change. Below is a sample where allowedInput[].type has the value third-party-cert-and-trust-chain. The acceptable Content-Type and Accept headers depends on the value of the allowedInput.type for the Change instance. See Change Input Content Type Mapping for details.



6. Get change history

GET https://{{host}}/cps/v2/enrollments/:enrollmentId/history/changes

Change history of an enrollment.



ENDPOINTS