Organization Settings
For Organization Settings examples, see Organization Settings Reference.
Enabling clone detection
Users sometimes need to disable clone detection as a safety valve. For example, if a customer has workloads in a particular environment that behave unexpectedly, they might end up with runaway clones being activated.
Functionality | HTTP | Properties Added | URI |
---|---|---|---|
This is for VEN or URI to fetch the current clone detection settings. Authorization is for the org user and the interservice. |
|
|
|
This is for the org admin to set new clone detection settings. Authorization is for the org admin. |
|
|
|
Two properties have been added to the schemas settings_get
and settings_put
:
clone_detection_enabled
automatic_clone_reactivation
Depending on whether they are added to the PUT or GET method, they require different types of authorization: org admin for PUT and org user or interservice authorization for GET.
If
automatic_clone_reactivation
isdisabled
, there is no automatic clone reactivation.