Polls the status of an enable-management operation for staged computers. Returns whether the operation is still in progress.
get /dcapi/som/staged/enable-management/status
https://{serverurl}/dcapi/som/staged/enable-management/status
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The action request ID returned from the enable-management POST endpoint.
curl --request GET \
--url https://appdomains/dcapi/som/staged/enable-management/status \
--header 'Accept: application/computerActionResponse.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'true if the enable-management operation is still running, false if completed
Operation in progress
{
"inProgress": true
}
Operation completed
{
"inProgress": false
}
![]()
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.