Get certificate authority
Returns the certificate authority used to sign the certificates of this deployment.
Responses
-
The certificate authority used to sign the certificates of this deployment
Hide response attributes Show response attributes object
-
The trust restriction expression to use that would provide trust with the Elasticsearch nodes of this deployment
-
The certificates used by this certificate authority. The active certificate is the one that has been used to sign the current certificates of the Elasticsearch instances. All others are either certificates used in the past or certificates that will be used in the future when the currently active certificate expires.
A certificate used to sign the certificates of this deployment
Hide public_certificates attributes Show public_certificates attributes object
-
If true, this certificate is the one which has been used to sign the current certificates. Otherwise, it may be the one that will be used when this certificate expires.
-
The public certificate as string in PEM format.
-
Metadata about the certificate, including fingerprint and expiry date. Generated by the Cloud service and ignored on write.
Hide metadata attributes Show metadata attributes object
-
The fingerprint of the certificate
-
The expiry date of the certificate in UTC
-
The valid from date of the certificate in UTC
-
Other deployments also trusting this certificate
-
-
-
-
- The Deployment specified by {deployment_id} cannot be found. (code:
deployments.deployment_not_found
) - The Elasticsearch Resource cannot be found. (code:
deployments.deployment_resource_not_found
)
Hide headers attribute Show headers attribute
Hide response attribute Show response attribute object
-
A list of errors that occurred in the failing request
Hide errors attributes Show errors attributes object
- The Deployment specified by {deployment_id} cannot be found. (code:
curl \
--request GET 'http://api.elastic-cloud.com/api/v1/deployments/{deployment_id}/certificate-authority'