Logo
Elasticsearch API Documentation

Get trust relationship

GET {{baseUrl}}/platform/configuration/trust-relationships/:trust_relationship_id?include_certificate=false

Retrieves information about a trust relationship. local can be used as the ID to obtain the local trust relationship.

 

Body PARAM

Key Datatype Required Description 
include_certificate
boolean Whether to include the public CA certificates in the response.



HEADERS

Key Datatype Required Description 




RESPONSES

status OK





Curl
curl -X GET 'https://api.elastic-cloud.com/api/v1//platform/configuration/trust-relationships/:trust_relationship_id?include_certificate=false?include_certificate=false'

ENDPOINTS