Edit CSLiveSync Settings
API Endpoint for CS Livesync Operations \n\n Check the payload examples for multiple operations related to CSLiveSync
Header Parameters
- Accept string required
- application/json
Request Body
csFailoverConfigInfo object
configStatus integerSet this to 1 to enable CS LiveSync
isAutomaticFailoverEnabled booleanTrue if automatic failover to be enabled
backupStoragePolicy object
storagePolicyName stringfailoverScheduleDetails object
liveSyncRPO integerTime interval gap between two livesync RPO Jobs. Specify in Minutes
defaultRecoveryMode integernetworkInfo object
externalGrpManualConfig booleanconnectivityMode integerproxyConnectivityOption integerproxyEntity object
clientGroupName stringdnsUpdateInfo object
specifyDNSServers booleandnsScriptPath stringupdateDNSInfoByScript boolean
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Enable C S Live Sync
- Disable C S Live Sync
Schema
- refreshClientGroupNode boolean
{
"refreshClientGroupNode": true
}
{
"refreshClientGroupNode": false
}
{
"refreshClientGroupNode": true
}
Loading...