Load computers into the specified remote office

Open in ChatGPT Open in ChatGPT to ask questions about this page
Open in Claude Open in Claude to ask questions about this page
Copy as MarkdownCopy this page as markdown to use with AI assistants
View as Markdown Open this page as markdown in a new tab

Loads the remote office computers

Request URL

https://{serverurl}/dcapi/som/remote-offices/{remote_office_id}/computers/load

Scope

DesktopCentralCloud.SOM.CREATECopied!

Header

Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52

Request Parameters

- Request Headers

AcceptstringMandatory
application/roComputersLoadStatus.v1+jsonapplication/roComputersLoadStatus.v1+jsonCopied!

- Path Parameters

remote_office_idstringMandatory

Unique identifier for the remote office, get remote office id from Get Remote Offices resource_id field in response

Sample Request

Curl
Java
Python
Deluge
PowerShell
Copied!
curl --request POST \
  --url https://appdomains/dcapi/som/remote-offices/{remote_office_id}/computers/load \
  --header 'Accept: application/roComputersLoadStatus.v1+json' \
  --header 'Authorization: Zoho-oauthtoken  d92d4xxxxxxxxxxxxx15f52'

Response Parameters

- HTTP code 202

Response Body - application/json
JSON Object
Hide Sub-Attributes
uniqueServiceIDlong

Unique service ID to track the async load process

isComputersAddInProgressboolean

true if the computer loading process has been initiated

Possible Response Codes

202HTTP code

Sample Response: HTTP 202

Computer loading process initiated successfully

Copied!
  {
    "uniqueServiceID": 1749820553760,
    "isComputersAddInProgress": true
  }
                
Show full

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.