Service Instance

The ServiceInstance managed object is the singleton object which provides access to the functionality of the Site Recovery Manager Appliance Management Server. Authorization and authentication support are limited to local OS users and method only privileges.
Do not specify the parameter privileges as they do not work. The authorization code currently recognizes only the following privileges:
  • System.Anonymous
    : No authorization required. It can be called with an unauthenticated session.
  • System.View or System.Read
    : Authorization is required. Call
    Login
    before invoking a method that requires this privilege.
  • VcDr.Internal.com.vmware.vcDr.InternalAccess
    : Administrator access is required to invoke a method annotated with this privilege.
If a method requires a privilege not listed in the list above, then it is treated as if the administrator access privilege is required.