Setting UI features

Setting UI features
Setting UI features

Set the values of UI features.

Request
URI
PUT
https://{opsmanager-installation}/api/v0/settings/ui_feature
COPY
Request Body
UiFeatureSetting of type(s) application/json
Optional
{
    "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.

Responses
200

OK

Returns EmptyResponse of type(s) application/json
Operation doesn't return any data structure

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 -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '}' https://{api_host}/api/v0/settings/ui_feature