Sets the broadcast IP address for a subnet entry, used to direct Wake on LAN UDP magic packets to the correct network segment. Accepts a JSON body with 'broadcastAddress' and the list of resource IDs.
https://{serverurl}/dcapi/tools/wol/subnet
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request PUT \
--url https://appdomains/dcapi/tools/wol/subnet \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/subnetInfo.v1+json' \
--data '{}' {
"broadcastAddress": "192.168.1.255",
"resourceIDs": [
101,
202
]
}
Result of the operation: success or failure
{
"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.