Check Install PSC Replicated
Checks whether the provided remote PSC is reachable and can be replicated.
Request
URLURL
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Request Body
Information to configure a replicated PSC.
{
"partner_hostname": "string",
"sso_admin_password": "string"
}
The IP address or DNS resolvable name of the partner PSC appliance.
The SSO administrator account password.
The HTTPS port of the external PSC appliance. If unset, port 443 will be used.
SHA1 thumbprint of the server SSL certificate will be used for verification. This field is only relevant if ReplicatedSpec.ssl-verify is unset or has the value true.
SSL verification should be enabled or disabled. If unset, ssl_verify true will be used.
The SSO sitename that will be used in PSC replication. If unset, default-first-site will be used.
Authentication
Response
Response BodyResponse Body
Information about the success or failure of the checks that were performed.
Errors
com.vmware.vapi.std.errors.invalid_argument : if passed arguments are invalid. | com.vmware.vapi.std.errors.not_allowed_in_current_state : if the appliance is not in INITIALIZED state.
com.vmware.vapi.std.errors.unauthenticated : if the caller is not authenticated. if external PSC credentials are not valid when configuring PSC to replicate with an external existing PSC.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
PowerCLI Client SDK All Parameters Example
cURL Command
Vendor Extensions
x-vmw-doc-deprecated-method: post
x-vmw-doc-deprecated-path: /rest/vcenter/deployment/install/psc/replicated?action=check
x-vmw-doc-operation: check