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.data | READ, CREATE |
Request Body
{
"benchmark_name":"<string>"
}
Request Body
{"benchmark_name"=>"Name of new Benchmark Set"}
RESPONSES
status: OK
{"id":"1b9cc3ad-9d34-468c-8d68-0ec150d142d3"}