Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

POST /op/api/v1/dr/standbyToActivemakeStandby

{
"resultCode": "SUCCESS",
"resultErrorCode": "SUCCESS",
"resultMessage": "Success"
}

...