Clone Compliance Framework
POST/compliance-frameworks/v1/definitions/:id:clone
Clone the compliance framework to a new one in the user's TSG.
Request
Responses
- 201
- 400
- 403
- 404
- 500
Framework cloned successfully.
Response Headers
Location
URI of the cloned framework.
Bad request - invalid framework ID or framework cannot be cloned.
Forbidden - insufficient permissions.
Compliance framework not found.
Internal server error.