Returns the auto-generated default task name along with initial parameters required to pre-populate the create task form for a new system tools deployment task.
get /dcapi/tools/systemTools/tasks/defaultParams
https://{server-hostname}:8383/dcapi/tools/systemTools/tasks/defaultParams
Tools.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/tools/systemTools/tasks/defaultParams \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Auto-generated default task name prefilled in the task creation form
Array of available tool identifiers: CHECK_DISK, DISK_DEFRAGMENTER, CLEAN_UP_DISK, ST_SCHEDULER
{
"defaultTaskName": "System Tools Task - 25 Mar 2026",
"availableTools": [
"CHECK_DISK",
"DISK_DEFRAGMENTER",
"CLEAN_UP_DISK",
"ST_SCHEDULER"
]
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.