Retrieves the current status of a remote office move operation including success count, failure count, and in-progress flags.
get /dcapi/som/computers/moveStatus
https://{server-hostname}:8383/dcapi/som/computers/moveStatus
SOM.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/som/computers/moveStatus \
--header 'Accept: application/computerMoveStatus.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Indicates whether the remote office move workflow is currently being processed
Indicates whether agent reinstallation is pending as part of the move operation (required when moving to a new Distribution Server)
Summary of the completed move operation including success and failure counts. Present only after the move finishes
Number of computers that were successfully moved to the target remote office
Number of computers where the move to the target remote office failed
Indicates whether all computers in the batch were moved successfully. Returns false if any computer failed
Summary description of the move operation outcome (e.g., '3 out of 4 computers moved successfully')
Move in progress
{
"isAgentMoveInProgress": true,
"installInProgress": false
}
Move completed
{
"isAgentMoveInProgress": false,
"installInProgress": false,
"agentMoveSummary": {
"moveSuccessCount": 3,
"isAgentMoveSuccess": false,
"moveFailedCount": 1,
"message": "3 out of 4 computers moved successfully"
}
}
![]()
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.