CheckRegistration

This method checks whether the given extension key is already registered in SSO, lookup service, and as a vCenter extension. Returns a list of existing registrations for the requested extension key.

Synopsis

Registration[] checkRegistration(String adminUser, @secret String adminPassword, ConnectionSpec connection, String extensionKey)

CheckRegistration has the following parameters:

Field Description
adminUser Name of a user with sufficient privileges to perform checks.
adminPassword Password for the administration user.
connection The connection specification. For more information about connection ConnectionSpeck see ClearSrmConfiguration.
extensionKey extensionKey for which checks should be performed. This value is returned in the result: Registration.extensionKey

Registration contains information about existing LS++, SSO, or vCenter registration. It has the extensionKey field which is the requested extension key.

Faults

  • InvalidLogin
  • RuntimeFault

For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.