Get Compliance Bundle Version Updates

GET /compliance/assessment/api/v1/orgs/{{cb_org_key}}/bundles/updates?acknowledged=true&since=180d

Get the updates to compliance bundles that occurred after a given time. The time can be in minutes, hours, days, or weeks.

RBAC Permissions Required

Permission (.notation name)Operation(s)
complianceAssessment.dataREAD

See Documentation

Request Params

KeyDatatypeRequiredDescription
acknowledgedbooleanWhether to fetch acknowledged bundle updates or not, Boolean
sincestringThe period of time to search for updated versions. Can be in minutes, hours, days, or weeks.

RESPONSES

status: OK

[{"bundle_id":"a0423be0-eddd-4170-99fc-78d5cb8f157f","new_version":"1.0.0.2","old_version":"1.0.0.1","update_time":"2023-09-29T07:21:43.185547Z","status":"COMPLETED","bundle_name":"TEST CIS Compliance - Microsoft Windows Server","os_family":"TEST_WINDOWS_SERVER","acknowledged":true}]