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