
Operations and Methods
The following method-implemented operations are supported for the failover plans entity in VAO RESTful API:
- (GET)/v1/FailoverPlans — retrieves /FailoverPlans collection representation.
- (GET)/v1/FailoverPlans/{ID} — retrieves /FailoverPlans/{id} resource representation.
- (GET)/v1/Sites/{siteid}/FailoverPlans — retrieves /FailoverPlans/{id} resource representation for a particular /Sites/{id} VAO site.
- (POST)/v1/FailoverPlans/{id}/Enable — enables the /FailoverPlans/{id} failover plan.
- (POST)/v1/FailoverPlans/{id}/Disable — disables the /FailoverPlans/{id} failover plan.
- (POST)/v1/FailoverPlans/{id}/Schedule — configures a schedule for the /FailoverPlans/{id} failover plan.
- (POST)/v1/FailoverPlans/{id}/Schedule/Disable — disables a configured schedule for the /FailoverPlans/{id} failover plan.
- (POST)/v1/FailoverPlans/{id}/Run — starts the failover process, permanent failover process, failback process or commit failback process for the /FailoverPlans/{id} plan.
- (POST)/v1/FailoverPlans/{id}/Halt — interrupts the failover plan execution process for the /FailoverPlans/{id} plan.
- (POST)/v1/FailoverPlans/{id}/Continue — continues the failover plan execution process for the /FailoverPlans/{id} plan.
- (POST)/v1/FailoverPlans/{id}/Undo — performs the undo failover operation or undo failback operation for the /FailoverPlans/{id} plan.
- (POST)/v1/FailoverPlans/{id}/Reset — resets the /FailoverPlans/{id} failover plan.