...
Make a DPOD device the standby installation:
After intalling DPOD, run the following API to make it the standby machine,
you only need to run this API once after installation (there is no harm in calling it again though).
POSTÂ /op/api/v1/dr/standbyToActivemakeStandby
{
"resultCode": "SUCCESS",
"resultErrorCode": "SUCCESS",
"resultMessage": "Success"
}
...
ERROR:
{
"resultCode": "ERROR",
"resultErrorCode": "EXCEPTION_OCCURRED",
"resultMessage": " Exception occurred while running DR API, some actions may already been executed, exception UUID=01eef1c2-c0f9-4a4f-818c-0127d9c89400"
}
...