RetrieveContent

This method retrieves the properties of the service instance. It returns the properties belonging to the service instance, including various object managers.

Synopsis

ServiceInstanceContent retrieveContent();
ServiceInstanceContent is the properties of the ServiceInstance class. It has the following fields:
Field Description
about Information about this service.
applianceManager ApplianceManager instance. For more inforamtion, see Appliance Manager.
cfgManager ConfigurationManager instance. For more information, see Configuration Manager.
dbManager DatabaseManager instance. For more information, see Database Manager.
diagnosticManager DiagnosticManager instance. For more information, see Diagnostic Manager.
serviceManager ServiceManager instance. For more information, see Service Manager.
sslCertificateManager SslCertificateManager API. For more information, see SSL Certificate Manager.
updateManager UpdateManager API. For more information, see Update Manager.
sraManager sraManager instance. For more information, see SRA Manager.
propertyCollector Property Collector for external API
AboutInfo is a data object type that describes system information including the name, type, version, and build number. It has the following fields:
Field Description
name Short form of the product name.
fullName Complete product name, including the version information.
vendor Name of the vendor of this product.
version Dot-separated version string. For example, "1.2".
build Build string for the server on which this call is made. For example, x.y.z-num. This string does not apply to the API.
osType Operating System type and architecture.
productLineId Product ID. Unique identifier of the product line.
apiType Indicates whether or not the service instance represents a standalone host.
apiVersion The version of the API as a dot-separated string. For example, "1.0.0".
instanceUuid A globally unique identifier associated with this service instance.
deployment Deployment type of the appliance. It enumerates the following :
  • SRM
  • VRMS
  • VRS
  • Combined

Faults

  • RuntimeFault

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