Downloads the sample XLSX template for bulk rule import

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

Returns an Excel spreadsheet template pre-formatted for the specified platform (Windows or Mac). By filling downloaded template this can be used for bulk importing application rules into an application group.

Request URL

https://{serverurl}/dcapi/appctrl/appgroup/samplexlsx

Scope

DesktopCentralCloud.AppControl.READCopied!

Header

Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52

Request Parameters

- Request Headers

AcceptstringMandatory
application/vnd.openxmlformats-officedocument.spreadsheetml.sheetapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheetCopied!

- Query Parameters

platformIDstringMandatory

Platform ID (1=Windows, 2=Mac) for template format

X-ProbeIDlongOptional

Probe ID for multi-site deployment scenarios

Sample Request

Curl
Java
Python
Deluge
PowerShell
Copied!
curl --request GET \
  --url 'https://appdomains/dcapi/appctrl/appgroup/samplexlsx?platformID=SOME_STRING_VALUE' \
  --header 'Accept: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' \
  --header 'Authorization: Zoho-oauthtoken  d92d4xxxxxxxxxxxxx15f52'

Possible Response Codes

200HTTP code

Sample Response: HTTP 200

Copied!
200 OK
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.