Akamai · Example Payload
Akamai Get History Changes Example
CDNCloudEdge ComputingNetworksPlatformSecurity
Akamai Get History Changes 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
{
"operationId": "get-history-changes",
"method": "GET",
"path": "/enrollments/{enrollmentId}/history/changes",
"summary": "Get change history",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/vnd.akamai.cps.change-history.v5+json",
"example": {
"changes": [
{
"action": "renew",
"actionDescription": "Renew Certificate",
"businessCaseId": "5005B00000XYZA1234",
"createdBy": "mrossi",
"createdOn": "2021-05-09T19:26:59Z",
"lastUpdated": "2021-06-12T12:56:55Z",
"ra": "symantec",
"status": "completed",
"primaryCertificate": {
"certificate": "-----BEGIN CERTIFICATE-----\nMIIFH ... <sample - removed for readability> .... b+kIw==\n-----END CERTIFICATE-----",
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC2 ... <sample - removed for readability> .... mdnsaw=\n-----END CERTIFICATE REQUEST-----",
"keyAlgorithm": "RSA",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIIEdj ... <sample - removed for readability> .... oqzb5Ct\n-----END CERTIFICATE-----"
},
"primaryCertificateOrderDetails": {
"orderId": "abcdefM6Gw3WvN2p12345"
},
"multiStackedCertificates": [
{
"certificate": "-----BEGIN CERTIFICATE-----\nMIIDu ... <sample - removed for readability> .... 3JpAg==\n-----END CERTIFICATE-----",
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC2 ... <sample - removed for readability> .... mdnsaw=\n-----END CERTIFICATE REQUEST-----",
"keyAlgorithm": "ECDSA",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIIDzD ... <sample - removed for readability> .... F3+fA==\n-----END CERTIFICATE-----"
}
]
},
{
"action": "renew",
"actionDescription": "Renew Certificate",
"businessCaseId": "5005B00000DEFG1234",
"createdBy": "szhang",
"createdOn": "2021-02-02T18:21:17Z",
"lastUpdated": "2021-02-05T19:57:14Z",
"ra": "symantec",
"status": "cancelled",
"primaryCertificate": {
"certificate": "-----BEGIN CERTIFICATE-----\nMIIFH ... <sample - removed for readability> .... b+kIw==\n-----END CERTIFICATE-----",
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC2 ... <sample - removed for readability> .... mdnsaw=\n-----END CERTIFICATE REQUEST-----",
"keyAlgorithm": "RSA",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIIEdj ... <sample - removed for readability> .... oqzb5Ct\n-----END CERTIFICATE-----"
},
"primaryCertificateOrderDetails": {
"orderId": "abcdeHvg8F7caXW312345"
},
"multiStackedCertificates": [
{
"certificate": null,
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC2 ... <sample - removed for readability> .... mdnsaw=\n-----END CERTIFICATE REQUEST-----",
"keyAlgorithm": "ECDSA",
"trustChain": null
}
]
},
{
"action": "renew",
"actionDescription": "Renew Certificate",
"businessCaseId": null,
"createdBy": "jperez",
"createdOn": "2021-02-01T17:16:35Z",
"lastUpdated": null,
"primaryCertificate": null,
"primaryCertificateOrderDetails": null,
"ra": "symantec",
"status": "cancelled",
"multiStackedCertificates": []
},
{
"action": "new-certificate",
"actionDescription": "Create New Certificate",
"businessCaseId": "5005B00000ABCD1234",
"createdBy": "jsmith",
"createdOn": "2021-02-01T16:30:58Z",
"lastUpdated": "2021-02-01T17:16:37Z",
"ra": "symantec",
"status": "completed",
"primaryCertificate": {
"certificate": "-----BEGIN CERTIFICATE-----\nMIIFH ... <sample - removed for readability> .... b+kIw==\n-----END CERTIFICATE-----",
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC2 ... <sample - removed for readability> .... mdnsaw=\n-----END CERTIFICATE REQUEST-----",
"keyAlgorithm": "RSA",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIIEdj ... <sample - removed for readability> .... oqzb5Ct\n-----END CERTIFICATE-----"
},
"primaryCertificateOrderDetails": {
"orderId": "abcdex7zh8wspr4m12345"
},
"multiStackedCertificates": [
{
"certificate": "-----BEGIN CERTIFICATE-----\nMIIDu ... <sample - removed for readability> .... 3JpAg==\n-----END CERTIFICATE-----",
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC2 ... <sample - removed for readability> .... mdnsaw=\n-----END CERTIFICATE REQUEST-----",
"keyAlgorithm": "ECDSA",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIIDzD ... <sample - removed for readability> .... F3+fA==\n-----END CERTIFICATE-----"
}
]
}
]
}
}
]
}