GetRepositories

This method gets update repos. It returns a UpdateRepoInfo object representing the current repository and the default repository. It returns only one object if no custom repository is set.

Synopsis

UpdateRepoInfo[] getRepositories();
UpdateRepoInfo[] contains the appliance update repository information. It has the following fields:
Field Description
url Repository url.
mountedIso True if the mounted ISO is used. If this value is set, everything else is ignored.
username User name.
password Password.

Faults

  • RuntimeFault

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