Manage anti-ransomware auto enablement
Overview
This API provides details about the anti-ransomware auto enablement status including information about warm-up periods and auto settings.
# The API
/security/anti-ransomware/auto-enable
# The call:
curl -X GET "https://<mgmt-ip>/api/security/anti-ransomware/auto-enable" -H "accept: application/hal+json"
# The response:
{
"new_volume_auto_enable": true,
"existing_volume_auto_enable": true,
"warm_up_period_applicable": true,
"warm_up_period_completed": false,
"warm_up_period_duration": "12 hrs",
"warm_up_period_time_remaining" : "6 hrs",
"_links": {
"self": {
"href": "/security/anti-ransomware/auto-enable"
}
}
}