REST API - get

vcenter identity vc identity: get

Retrieve VcIdentity for local domain. 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/identity/vc-identity
No request parameters

Response:

HTTP Status Code: 200

Representation:

{
    "value"{
        "domain""string",
        "label""string",
        "upn_suffixes"[
            "string",
            "string"
        ],
        "signing_cert_chains"[
            {
                "cert_chain"[
                    "string",
                    "string"
                ]
            },
            {
                "cert_chain"[
                    "string",
                    "string"
                ]
            }
        ],
        "type""string",
        "oauth2_response_endpoint""string"
    }
}

Response Type:

Name Type Description
bold = required
value info VcIdentity.
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 for the local 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.

value.upn_suffixes string[] UPN Suffixes. 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.signing_cert_chains x509_cert_chain[] List of signing certificate chains. 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.oauth2_response_endpoint string Response URL for web logons. 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.

Optional. This field will be unset if the server side version has not yet supported this field.

Errors:

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