List active certificates
GET https://{{host}}/cps/v2/active-certificates?contractId={{contractId}}
Limited availability Lists enrollments with active certificates. Note that the rate limit for this operation is 10 requests per minute per account. For details, see Rate limiting.
Body
PARAM
Key | Datatype | Required | Description |
contractId
|
string | (Required) Specify the contract on which to operate or view. | |
accountSwitchKey
|
string | (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys). |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"enrollments": [
{
"assignedSlots": [
38634
],
"certificateType": "san",
"csr": {
"cn": "dv-nplus1.Rel4-14-1.akatest",
"sans": [
"dv-nplus1.rel4-14-1.akatest",
"san-dv-nplus1.rel4-14-1.akatest"
]
},
"enableMultiStackedCertificates": false,
"id": 10000,
"location": "/cps/v2/enrollments/10000",
"pendingChanges": [
{
"changeType": "renewal",
"location": "/cps/v2/enrollments/10000/changes/10002"
}
],
"production": {
"location": "/cps/v2/enrollments/10000/deployments/production",
"multiStackedCertificates": [
{
"expiry": "2024-10-18T23:59:59Z",
"keyAlgorithm": "RSA",
"serial": "03:d8:23:ed:83:8c:7b:c7:bd:81:aa:c0:0a:b1:90:9b:fd:17",
"sha256Fingerprint": "A4:8B:8A:23:80:FE:BE:56:9D:21:82:8A:56:96:BC:03:FA:63:62:13:1F:E7:36:22:1E:1B:50:E9:1D:7A:2F:F8",
"signatureAlgorithm": "SHA-256"
}
],
"networkConfiguration": {
"disallowedTlsVersions": [
"TLSv1",
"TLSv1_1"
],
"dnsNames": null,
"geography": "core",
"mustHaveCiphers": "ak-akamai-2020q1",
"ocspStapling": "on",
"preferredCiphers": "ak-akamai-2020q1",
"quicEnabled": false,
"secureNetwork": "enhanced-tls",
"sniOnly": false
},
"primaryCertificate": {
"expiry": "2021-09-12T14:16:59z",
"keyAlgorithm": "RSA",
"serial": "ff:36:a7:11:7a:91:1a:43:b3:fa:93:05:63:3a:d5:a9:9e:58",
"sha256Fingerprint": "E0:EB:A8:BE:F9:92:70:2F:99:46:5E:3E:AC:79:13:E8:FC:00:8A:47:28:83:77:CC:7F:2F:B5:52:89:9C:2E:63",
"signatureAlgorithm": "SHA-256"
}
},
"productionSlots": [
38634
],
"staging": {
"location": "/cps/v2/enrollments/10000/deployments/staging",
"multiStackedCertificates": [
{
"expiry": "2024-10-18T23:59:59Z",
"keyAlgorithm": "RSA",
"serial": "03:d8:23:ed:83:8c:7b:c7:bd:81:aa:c0:0a:b1:90:9b:fd:17",
"sha256Fingerprint": "A4:8B:8A:23:80:FE:BE:56:9D:21:82:8A:56:96:BC:03:FA:63:62:13:1F:E7:36:22:1E:1B:50:E9:1D:7A:2F:F8",
"signatureAlgorithm": "SHA-256"
}
],
"networkConfiguration": {
"disallowedTlsVersions": [
"TLSv1",
"TLSv1_1"
],
"dnsNames": null,
"geography": "core",
"mustHaveCiphers": "ak-akamai-2020q1",
"ocspStapling": "on",
"preferredCiphers": "ak-akamai-2020q1",
"quicEnabled": false,
"secureNetwork": "enhanced-tls",
"sniOnly": false
},
"primaryCertificate": {
"expiry": "2021-09-12T14:16:59z",
"keyAlgorithm": "RSA",
"serial": "ff:36:a7:11:7a:91:1a:43:b3:fa:93:05:63:3a:d5:a9:9e:58",
"sha256Fingerprint": "E0:EB:A8:BE:F9:92:70:2F:99:46:5E:3E:AC:79:13:E8:FC:00:8A:47:28:83:77:CC:7F:2F:B5:52:89:9C:2E:63",
"signatureAlgorithm": "SHA-256"
}
},
"stagingSlots": [
38634
]
}
]
} |
ENDPOINTS