revertUpgrade
Query Parameters
Parameter |
Required |
Type |
Description |
force |
False |
boolean | A Boolean value, TRUE or FALSE. This parameter is optional. The value only applies when a revert is in progress when the action is invoked. TRUE value indicates that this action will stop current running revert and restart the revert process. FALSE (the default) value indicates that this action will not be performed if the revert is in progress and the revert is allowed to complete. |
|
Example
- name: Execute 'revertUpgrade' operation
ftd_configuration:
operation: "revertUpgrade"
query_params:
force: "{{ force }}"