Initiates a patch scan across all computers managed by the Endpoint Central server.
post /api/1.4/patch/computers/scanall
https://{serverurl}/api/1.4/patch/computers/scanall
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request POST \
--url https://appdomains/api/1.4/patch/computers/scanall \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Action identifier: computers
Response payload containing scan result
Scan status object
Scan operation result message (e.g., Scan initiated successfully)
API version string (e.g., 1.4)
Overall operation status: success
Error code: PATCH_SCAN_FAILED_CODE for scan failures
Error type: PATCH_SCAN_FAILED
Detailed failure reason: invalid resources, no managed computers, or scan already in progress
Scan initiated for all managed computers
{
"message_type": "computers",
"message_response": {
"computers": {
"status": "Scan initiated successfully"
}
},
"message_version": "1.4",
"status": "success"
}
No managed computers found for user
{
"error_description": "Verify if the specified resources can be managed by this user or the resource scan status is already in in-progress state",
"error_code": "PATCH_SCAN_FAILED_CODE",
"error": "PATCH_SCAN_FAILED"
}
![]()
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.