Update Intelligence Feature Configurations

Update Intelligence Feature Configurations

Allows updating migration related configuration - to toggle the boolean flag to activate/deactivate migration, and, set appropriate migration_state. Direct use of this API is not recommended. Please reach out to VMware support personnel before updating this configuration.

Request
URI
PATCH
https://{api_host}/napp/api/v1/platform/features/intelligence/config
COPY
Request Body

Feature configurations

UpdateIntelligenceFeatureRequest of type(s) application/json
Required
{
    "enable_migration": false,
    "migration_state": "string"
}
boolean
enable_migration
Optional

Boolean flag to control whether migration from previous Intelligence appliance is required prior to installation.

migration_state
Optional

migration_state

Authentication
This operation uses the following authentication methods.
Responses
200

Updated Intelligence feature deployment configuration successfully

Returns FeatureConfigurationIntelligence of type(s) application/json
This response body class contains all of the following: CommonFeatureConfiguration , InlineFeatureConfigurationIntelligence1
{
    "feature_name": "string",
    "chart_repo": "string",
    "docker_registry": "string",
    "precheck_chart_name": "string",
    "precheck_chart_version": "string",
    "deployment_chart_name": "string",
    "deployment_chart_version": "string",
    "storage_class": "string",
    "enable_migration": false,
    "migration_config": {
        "appliance_ip": "string",
        "migration_state": "string"
    }
}

default

Updating Intelligence feature deployment configuration failed. Please check logs for cluster-api pod for more information.

Returns Error of type(s) application/json
{
    "code": 0,
    "message": "string"
}
integer As int32 As int32
code
Required

Error code refers to either HTTP status code OR a unique code identifying the internal error - which can be referenced in VMware documents for more information.

string
message
Required

Descriptive user understandable error message to help identify root cause of the error.