This section presents methods to interact with the SRM array managers. What to read next ReadInfoThe ReadInfo method returns information specific to the ArrayManager instance. QueryReplicatedArrayPairsThe queryReplicatedArrayPairs method returns a list of all the replicated array pairs in the ArrayManager. GetArrayInfoThis method gets the list of discovered storage arrays. This list is populated by discoverArrays API. GetAdapterReturns the corresponding storage adapter to the ArrayManager. If the ArrayManager does not have a storage adapter then, the unset value is returned. AddArrayPairCreates ReplicatedArrayPair object for a given pair of storage arrays. RemoveArrayPairDeletes specified ReplicatedArrayPair object. Returns a task instance to monitor the asynchronous operation of this method. DiscoverArraysDiscovers storage arrays configured for replication by executing SRA command discoverArrays. Ids of discovered array must be unique across all array managers that use the same SRA. ReconfigureUpdates array manager name and connection parameters for the SRA. Performs array discovery as part of reconfigure operation. Ensures that all existing configured array pairs are not affected by the connection specs changes and are still discovered. Array discovery is not performed if only name change is requested and connection specs are unchanged. GetArrayDiscoveryStatusReturns the status and timestamp information of latest array discovery. This can be an unset value if no array discovery is still executed. Parent topic: Logical Usage Order - Site Recovery Manager API