Returns the status and timestamp information of latest array discovery. This can be an unset value if no array discovery is still executed.

Synopsis

@optional ArrayDiscoveryStatus getArrayDiscoveryStatus()
ArrayDiscoveryStatus describes the status of the most recent array discovery. Array discovery can be initiated by calling discoverArrays API. Additionally, there is a periodic auto-discovery executed in the background. It has the following the fields:
Field Description
fault Fault occurred during the most recent array discovery if any.
startTimestamp Start time of the most recent discovery of storage devices.
completeTimestamp Completion time of the most recent discovery of storage devices. This property is not set if discovery task is currently in progress.

Faults

  • RuntimeFault

See Faults in Site Recovery Manager API for more details.