Restore Conditions

manageRestoreCondition

This function allows you to create/modify the Restore Condition Object.


listRestoreConditions

This function lists all Restore Condition Objects.


getRestoreCondition

This function prints the objects data given its Restore Condition Object ID.


deleteRestoreConditions

This function allows you to delete the object given its Restore Condition Objects ID.


Parameter Dictionary

Restore Condition Object

Parameter name Type Description Possible Values Example
_id String The Restore Condition ID.   5b28f9f4d5ac5e5ed5049f82
condition String     'Are you sure?'
disabled Boolean Boolean value to determine if the Restore Condition is disabled.
  • 1: True
  • 0: False
disabled: 0