Get Feature Settings

Get Feature Settings

Retrieves the feature settings.

Request
URI
GET
https://{api_host}//localhost/rest/config/v1/settings/feature
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns FeatureSettings of type(s) */*
{
    "cloud_managed": true,
    "enable_helpdesk": true,
    "enable_image_management": 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.

boolean
enable_helpdesk
Optional

Determines whether Helpdesk feature is enabled or not. By default Helpdesk is enabled.

boolean
enable_image_management
Optional

Determines whether Image Management feature is enabled or not. By default Image Management is disabled.


401

User is not authenticated

Operation doesn't return any data structure