Modify the anti-ransomware auto enablement setting
PATCH /security/anti-ransomware/auto-enable
Introduced In: 9.18
Modifies the anti-ransomware auto enablement setting.
Request Body
| Name | Type | Description |
|---|---|---|
new_volume_auto_enable |
boolean |
Auto Anti-Ransomware Protection (ARP) setting for new volumes. |
warm_up_period_applicable |
boolean |
Indicates if the warm-up period is applicable. |
warm_up_period_completed |
boolean |
Indicates if warm-up period has completed. |
warm_up_period_remaining_duration |
string |
Time remaining for warm-up period completion. |
warm_up_period_total_duration |
string |
Duration of warm-up period. |
Example request
{
"warm_up_period_remaining_duration": "string",
"warm_up_period_total_duration": "string"
}
Response
Status: 200, Ok
Error
Status: Default, Error
Definitions
See Definitions
href
| Name | Type | Description |
|---|---|---|
href |
string |
self_link
anti_ransomware_auto_enable
| Name | Type | Description |
|---|---|---|
new_volume_auto_enable |
boolean |
Auto Anti-Ransomware Protection (ARP) setting for new volumes. |
warm_up_period_applicable |
boolean |
Indicates if the warm-up period is applicable. |
warm_up_period_completed |
boolean |
Indicates if warm-up period has completed. |
warm_up_period_remaining_duration |
string |
Time remaining for warm-up period completion. |
warm_up_period_total_duration |
string |
Duration of warm-up period. |
error_arguments
| Name | Type | Description |
|---|---|---|
code |
string |
Argument code |
message |
string |
Message argument |
returned_error
| Name | Type | Description |
|---|---|---|
arguments |
array[error_arguments] |
Message arguments |
code |
string |
Error code |
message |
string |
Error message |
target |
string |
The target parameter that caused the error. |