REST API - list

vcenter trust vc trusts: list

Returns summary information for each trust of the local node. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Request:

HTTP request

GET https://{server}/rest/vcenter/trust/vc-trusts
No request parameters

Response:

HTTP Status Code: 200

Representation:

{
    "value"[
        {
            "domain""string",
            "label""string",
            "type""string"
        },
        {
            "domain""string",
            "label""string",
            "type""string"
        }
    ]
}

Response Type:

Name Type Description
bold = required
value summary[] List of trust summaries.
value[].domain string Domain identifier. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

value[].label string Label of the trust. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

value[].type string Type of trust. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Errors:

HTTP Status Code Type Description
403 unauthorized if authorization is not given to caller.