vcenter system config psc registration: get

Get information of the PSC that this appliance is registered with. This operation was added in vSphere API 6.7

Request:

HTTP request

GET https://{server}/rest/vcenter/system-config/psc-registration
No request parameters

Response:

HTTP Status Code: 200

Representation:

{
    "value"{
        "address""string",
        "https_port"1,
        "sso_domain""string"
    }
}

Response Type:

Name Type Description
bold = required
value info Info structure containing information about the external PSC node this appliance is registered with.
value.address string The IP address or DNS resolvable name of the PSC this appliance is registered with. This attribute was added in vSphere API 6.7

value.https_port long The HTTPs port used by the external PSC. This attribute was added in vSphere API 6.7

value.sso_domain string The Single Sign-On domain name of the external PSC. This attribute was added in vSphere API 6.7

Errors:

HTTP Status Code Type Description
401 unauthenticated if the caller is not authenticated.
400 not_allowed_in_current_state if the appliance is in NOT_INITIALIZED state.