List trust relationships

edit

List trust relationships.

Request

edit

GET /api/v1/platform/configuration/trust-relationships

Query parameters

edit
Name Type Required Description

filter

string; allowed values: [all, local, non-local]; default: "all"

N

Which trust relationships to return in the response. Defaults to all

include_certificate

boolean; default: false

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

edit
curl -XGET https://{{hostname}}/api/v1/platform/configuration/trust-relationships \
-H "Authorization: ApiKey $ECE_API_KEY"