List deployments
GET https://{{host}}/cps/v2/enrollments/:enrollmentId/deployments
Lists the deployments for an enrollment.
Body
PARAM
Key | Datatype | Required | Description |
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
{
"production": {
"multiStackedCertificates": [
{
"certificate": "-----BEGIN CERTIFICATE-----\nMIID <sample - removed for readability> .... nMweq/\n-----END CERTIFICATE-----",
"expiry": "2022-02-05T13:21:20Z",
"keyAlgorithm": "RSA",
"signatureAlgorithm": "SHA-256",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIID <sample - removed for readability> .... KEUp0=\n-----END CERTIFICATE-----"
}
],
"networkConfiguration": {
"disallowedTlsVersions": [
"TLSv1",
"TLSv1_1"
],
"dnsNames": [
"san2.example.com",
"san1.example.com"
],
"fipsMode": false,
"geography": "core",
"mustHaveCiphers": "ak-akamai-2020q1",
"ocspStapling": "on",
"preferredCiphers": "ak-akamai-2020q1",
"quicEnabled": false,
"secureNetwork": "standard-tls",
"sniOnly": true
},
"ocspStapled": false,
"ocspUris": [],
"primaryCertificate": {
"certificate": "-----BEGIN CERTIFICATE-----\nMIID <sample - removed for readability> .... 93Nvw==\n-----END CERTIFICATE-----",
"expiry": "2022-02-05T13:21:21Z",
"keyAlgorithm": "ECDSA",
"signatureAlgorithm": "SHA-256",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIID <sample - removed for readability> .... Qs/v0=\n-----END CERTIFICATE-----"
}
},
"staging": {
"multiStackedCertificates": [
{
"certificate": "-----BEGIN CERTIFICATE-----\nMIID <sample - removed for readability> .... nMweq/\n-----END CERTIFICATE-----",
"expiry": "2022-02-05T13:21:20Z",
"keyAlgorithm": "RSA",
"signatureAlgorithm": "SHA-256",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIID <sample - removed for readability> .... KEUp0=\n-----END CERTIFICATE-----"
}
],
"networkConfiguration": {
"disallowedTlsVersions": [
"TLSv1",
"TLSv1_1"
],
"dnsNames": [
"san2.example.com",
"san1.example.com"
],
"fipsMode": true,
"geography": "core",
"mustHaveCiphers": "ak-akamai-2020q1",
"ocspStapling": "on",
"preferredCiphers": "ak-akamai-2020q1",
"quicEnabled": false,
"secureNetwork": "standard-tls",
"sniOnly": true
},
"ocspStapled": false,
"ocspUris": [],
"primaryCertificate": {
"certificate": "-----BEGIN CERTIFICATE-----\nMIID <sample - removed for readability> .... 93Nvw==\n-----END CERTIFICATE-----",
"expiry": "2022-02-05T13:21:21Z",
"keyAlgorithm": "ECDSA",
"signatureAlgorithm": "SHA-256",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIID <sample - removed for readability> .... 9JQs/v0=\n-----END CERTIFICATE-----"
}
}
} |
ENDPOINTS