Retrieves the policy group name and its associated CIS benchmark profiles for the specified policy group ID
https://{server-hostname}:8383/dcapi/scap/compliance/policygroups/{policyGrpId}/profiles
VulnerabilityMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
The ID of the policy group. Fetch from List Policy Groups
curl --request GET \
--url https://appdomain/dcapi/scap/compliance/policygroups/{policyGrpId}/profiles \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Name of the policy group
List of associated CIS benchmark profiles
Profile ID. Fetch from Get Profiles List for Platform
Profile type. 1 = XCCDF. Fetch from Get Profiles List for Platform
Unauthorized error code returned when authentication credentials are missing, expired, or invalid (authentication=required)
Authentication failure reason
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
Policy group with associated CIS benchmark profiles
{
"profiles": [
{
"id": 50001,
"type": 1
},
{
"id": 50002,
"type": 1
}
],
"grpName": "Windows CIS Level 1 Policy"
}
Authentication credentials are missing or invalid
{
"errorMessage": "Authentication required",
"errorCode": "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.