Skip to main content

REST APIs 25.1 Developer Guide

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.

GET

automatic_clone_ reactivation

clone_detection_ enabled

/api/v2/orgs/:xorg_id/ settings

This is for the org admin to set new clone detection settings.

Authorization is for the org admin.

PUT

automatic_clone_ reactivation

clone_detection _ enabled

/api/v2/orgs/:xorg_id/ settings

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 is disabled, there is no automatic clone reactivation.