Get production deployment
GET https://{{host}}/cps/v2/enrollments/:enrollmentId/deployments/production
Gets the enrollments deployed on the production network.
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
{"multiStackedCertificates":[{"certificate":"-----BEGIN CERTIFICATE-----\nMIID2 ... \u003csample - removed for readability\u003e .... ZlSw==\n-----END CERTIFICATE-----","expiry":"2021-06-10T12:00:00Z","keyAlgorithm":"ECDSA","signatureAlgorithm":"SHA-256","trustChain":"-----BEGIN CERTIFICATE-----\nMIIDT ... \u003csample - removed for readability\u003e .... JuAIQ=\n-----END CERTIFICATE-----"}],"networkConfiguration":{"disallowedTlsVersions":[],"dnsNames":["san2.example.com","san1.example.com"],"fipsMode":false,"geography":"core","mustHaveCiphers":"ak-akamai-2020q1","ocspStapling":"not-set","preferredCiphers":"ak-akamai-2020q1","quicEnabled":false,"secureNetwork":"standard-tls","sniOnly":true},"ocspStapled":true,"ocspUris":["http://ocsp.example.com"],"primaryCertificate":{"certificate":"-----BEGIN CERTIFICATE-----\nMIID2 ... \u003csample - removed for readability\u003e .... ZlSw==\n-----END CERTIFICATE-----","expiry":"2021-06-10T12:00:00Z","keyAlgorithm":"RSA","signatureAlgorithm":"SHA-256","trustChain":"-----BEGIN CERTIFICATE-----\nMIIDT ... \u003csample - removed for readability\u003e .... JuAIQ=\n-----END CERTIFICATE-----"}}