Get Feature Settings

Get Feature Settings

All the listed privileges are required -

Privileges Description
GLOBAL_CONFIG_VIEW Caller should have permission to this privilege, to read 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

403

Access to the resource is forbidden

Operation doesn't return any data structure