Bases: django.views.generic.base.View
API for retrieving admin configurations.
This API returns read-only admin configuration values. This configuration object can be fetched as needed. Examples of admin config: help_url, user_home
Get read-only admin configurations
Bases: django.views.generic.base.View
API for retrieving user configurations.
This API returns read-only-default configuration values. This configuration object is ideally fetched once per application life or when a user needs to restore the default values. Examples of user config: modal_backdrop, disable_password_reveal
Get default user configurations
Bases: django.views.generic.base.View
API for retrieving settings.
This API returns read-only settings values. This configuration object can be fetched as needed. Examples of settings: OPENSTACK_HYPERVISOR_FEATURES