It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
List trust relationships
editList trust relationships
editList trust relationships.
Request
editGET /api/v1/platform/configuration/trust-relationships
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
Whether to include the public CA certificates in the response. |
Responses
edit-
200
-
(
TrustRelationshipsListResponse
) The list of trust relationships. -
401
-
(
BasicFailedReply
) You are not authorized to perform this action.
Request example
editcurl -XGET https://{{hostname}}/api/v1/platform/configuration/trust-relationships \ -H "Authorization: ApiKey $ECE_API_KEY"