Creates a new Automated Patch Deployment (APD) task.
post /api/1.4/patch/createAPDTask
https://{serverurl}/api/1.4/patch/createAPDTask
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
APD task configuration object
curl --request POST \
--url https://appdomains/api/1.4/patch/createAPDTask \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{"settings":{"feature_packs":false,"platformFilter":["Windows"],"service_packs":false,"collections":[1,2,3],"definition_update":false,"severityFilter":["Critical","Important"],"description":"Automated patch deployment","thirdparty_update":true,"taskName":"My APD Task","non_security_update":false,"security_update":true,"rollups":false}}'Create APD task with security and third-party updates
{
"settings": {
"feature_packs": false,
"platformFilter": [
"Windows"
],
"service_packs": false,
"collections": [
1,
2,
3
],
"definition_update": false,
"severityFilter": [
"Critical",
"Important"
],
"description": "Automated patch deployment",
"thirdparty_update": true,
"taskName": "My APD Task",
"non_security_update": false,
"security_update": true,
"rollups": false
}
}
Value: createAPDTask
API version: 1.4
Operation status: success
APD task created
{
"message_type": "createAPDTask",
"message_response": {
"createapdtask": {
"status": "windows create task task created successfully"
}
},
"message_version": "1.4",
"status": "success"
}
![]()
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.