Retrieves prerequisite information required to display the scheduled power operation tasks list
get /dcapi/tools/shutdown/tasks
https://{serverurl}/dcapi/tools/shutdown/tasks
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/tools/shutdown/tasks \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Array of supported operation type objects with id and name: Shutdown, Restart, Logoff, Lock, Hibernate
Array of supported platform objects with id, name, and isEnabled flag
true if the Shutdown/Restart feature is enabled in the current license
{
"isFeatureEnabled": true,
"operationTypes": [
{
"name": "Shutdown",
"id": 1
},
{
"name": "Restart",
"id": 2
},
{
"name": "Logoff",
"id": 3
},
{
"name": "Lock",
"id": 4
},
{
"name": "Hibernate",
"id": 5
}
],
"platforms": [
{
"isEnabled": true,
"name": "Windows",
"id": 1
},
{
"isEnabled": true,
"name": "macOS",
"id": 2
}
]
}
![]()
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.