List deployments
GET https://{{host}}/cps/v2/enrollments/:enrollmentId/deployments
Lists the deployments for an enrollment.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"production":{"multiStackedCertificates":[{"certificate":"-----BEGIN CERTIFICATE-----\nMIID \u003csample - removed for readability\u003e .... nMweq/\n-----END CERTIFICATE-----","expiry":"2022-02-05T13:21:20Z","keyAlgorithm":"RSA","signatureAlgorithm":"SHA-256","trustChain":"-----BEGIN CERTIFICATE-----\nMIID \u003csample - removed for readability\u003e .... 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 \u003csample - removed for readability\u003e .... 93Nvw==\n-----END CERTIFICATE-----","expiry":"2022-02-05T13:21:21Z","keyAlgorithm":"ECDSA","signatureAlgorithm":"SHA-256","trustChain":"-----BEGIN CERTIFICATE-----\nMIID \u003csample - removed for readability\u003e .... Qs/v0=\n-----END CERTIFICATE-----"}},"staging":{"multiStackedCertificates":[{"certificate":"-----BEGIN CERTIFICATE-----\nMIID \u003csample - removed for readability\u003e .... nMweq/\n-----END CERTIFICATE-----","expiry":"2022-02-05T13:21:20Z","keyAlgorithm":"RSA","signatureAlgorithm":"SHA-256","trustChain":"-----BEGIN CERTIFICATE-----\nMIID \u003csample - removed for readability\u003e .... 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 \u003csample - removed for readability\u003e .... 93Nvw==\n-----END CERTIFICATE-----","expiry":"2022-02-05T13:21:21Z","keyAlgorithm":"ECDSA","signatureAlgorithm":"SHA-256","trustChain":"-----BEGIN CERTIFICATE-----\nMIID \u003csample - removed for readability\u003e .... 9JQs/v0=\n-----END CERTIFICATE-----"}}}