
POST Method
The POST HTTP method is used to perform operations such as enabling, disabling or starting failover plans.
For example, to enable a failover plan, send the following request:
Request: POST https://uwin2012r2.n.local:9899/v1/FailoverPlans/12f39f64-245e-4430-a82e-126497007641/Enable |
In case of success, the POST HTTP method returns the 200 Success response code.