Execute Action on a Benchmark Set - Enable, Disable, Reassess

POST {{cb_url}}/compliance/assessment/api/v1/orgs/{{cb_org_key}}/benchmark_sets/{{cb_benchmark_set_id}}/actions

Enable or disable a Benchmark Set or trigger a reassessment using the Benchmark Set.

RBAC Permissions Required

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

Request Body

{
    "action": "<string>"
}

See Documentation

Request Body

{"action"=>"Choose: ENABLE DISABLE REASSESS"}

RESPONSES

status: OK

{&quot;status_code&quot;:&quot;SUCCESS&quot;,&quot;message&quot;:&quot;Benchmark set for Microsoft Windows Server is enabled&quot;}