Clone a Benchmark Set

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

Make a complete copy of a Benchmark set.

RBAC Permissions Required

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

Request Body

{
    "benchmark_name":"<string>"
}

See Documentation

Request Body

{"benchmark_name"=>"Name of new Benchmark Set"}

RESPONSES

status: OK

{&quot;id&quot;:&quot;1b9cc3ad-9d34-468c-8d68-0ec150d142d3&quot;}