Suspends an active CIS compliance collection, stopping scheduled scans until resumed
https://{server-hostname}:8383/dcapi/scap/compliance/map/{collectionId}/suspend
VulnerabilityMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
The collection ID of the CIS compliance audit to suspend. Fetch from Get CG Association Details
curl --request POST \
--url https://appdomain/dcapi/scap/compliance/map/{collectionId}/suspend \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Operation result. Success for suspend, Resumed or Expired for resume
Name of the compliance collection
Unauthorized error code. Collection is not a compliance or quarantine collection, or user lacks scope access
Message indicating the collection type mismatch or insufficient scope
Rate limit error code returned when the API call threshold (configured via threshold/duration in security XML) is exceeded; client is locked out for lock-period minutes
Rate limit exceeded message with retry guidance
Compliance collection suspended successfully
{
"STATUS": "Success",
"collectionName": "Production Servers Compliance"
}
The provided collection is not a compliance collection or user lacks scope
{
"errorMessage": "The given Collection is not a Compliance Collection",
"errorCode": "UAC_UNAUTHORIZED"
}
User does not have scope access to the resource group
{
"errorMessage": "No access, Provided resource group is not in scope",
"errorCode": "UAC_UNAUTHORIZED"
}
API call threshold exceeded
{
"errorMessage": "Rate limit exceeded. Retry after some time",
"errorCode": "TOO_MANY_REQUESTS"
}
![]()
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.