Number of APIs: 6
GET https://{{host}}/cps/v2/enrollments/:enrollmentId/changes/:changeId
Gets the status of a pending change.
DELETE https://{{host}}/cps/v2/enrollments/:enrollmentId/changes/:changeId
Cancels a pending change.
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.
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.
GET https://{{host}}/cps/v2/enrollments/:enrollmentId/history/changes
Change history of an enrollment.
ENDPOINTS