Query parameters
-
include_certificate
boolean Whether to include the public CA certificates in the response.
Default value is
false
. -
filter
string Which trust relationships to return in the response. Defaults to
all
Values are
all
,local
, ornon-local
. Default value isall
.
GET
/platform/configuration/trust-relationships
curl \
--request GET 'https://{{hostname}}/api/v1/platform/configuration/trust-relationships' \
--user "username:password"