The trust restriction expression to use that would provide trust with the Elasticsearch nodes of this deployment
public_certificates
array[object]Required
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
active
booleanRequired
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.
A structured code representing the error type that occurred
message
stringRequired
A human readable message describing the error that occurred
fields
array[string]
If the error can be tied to a specific field or fields in the user request, this lists those fields
GET
/deployments/{deployment_id}/certificate-authority
curl \
--request GET 'https://api.elastic-cloud.com/api/v1/deployments/{deployment_id}/certificate-authority'