Update Feature Settings Using PUT

Update Feature Settings Using PUT

Updates the feature settings.

Request
URI
PUT
https://{api_host}//localhost/rest/config/v1/settings/feature
COPY
Request Body

Feature settings object to be updated.

FeatureSettingsUpdateSpec of type(s) application/json
Required
{
    "cloud_managed": true
}
boolean
cloud_managed
Optional

Indicates whether this cluster/pod is managed by Horizon Cloud Services. This will be false only when there are no cloud managed machines.

Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure

401

User is not authenticated

Operation doesn't return any data structure