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