failoverSettings data type example

Here’s an XML example of the failoverSettings data type; the properties shown are those that are returned by a GET request sent to the primary system for an active/passive link:

<failoverSettings>
    <remote>
         <autoFailover>true</autoFailover>
         <autoFailoverMinutes>120</autoFailoverMinutes>
         <autoCompleteRecovery>false</autoCompleteRecovery>
         <autoCompleteRecoveryMinutes>60</autoCompleteRecoveryMinutes>
    </remote>
</failoverSettings>

© 2015, 2020 Hitachi Vantara LLC. All rights reserved.