Get Intelligence Feature Configurations

Get Intelligence Feature Configurations

Get NSX Intelligence feature deployment configuration - such as helm repository and docker registry URL. Additionally, can also include migration configuration in case of upgrade from a previous release of NSX Intelligence and migrating data as part of installation on NAPP.

Request
URI
GET
https://{api_host}/napp/api/v1/platform/features/intelligence/config
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Return NSX Intelligence deployment configuration.

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

Return error message in case full configuration is not available. Fetching full configuration depends on NSX Manager availability - to get helm repository and docker registry URLs. And also requires connectivity to helm repository, for fetching metadata prior to beginning installation.

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.