IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. 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
-
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"