Getting the UI Feature Settings
Getting the UI Feature Settings
Get the current value of UI Feature settings.
The enable_foundation_core_ops_manager_ui boolean controls whether or not the Foundation Core UI will be enabled.
By default this is true which means that the Foundation Core UI will be enabled.
Request
URI
GET
https://{opsmanager-installation}/api/v0/settings/ui_feature
COPY
Responses
200
OK
Returns
UiFeatureSetting
of type(s)
application/json
{
"enable_foundation_core_ops_manager_ui": false
}
boolean
enable_foundation_core_ops_manager_ui
Optional
This boolean controls whether or not the Foundation Core UI will be enabled.
400
Setup is not completed
Returns
RequireSetupCompleted
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
401
Unauthorized
Returns
UnauthorizedResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
403
Forbidden
Returns
ForbiddenResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v0/settings/ui_feature