[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Update Intelligence Feature Configurations

Description

Allows updating migration related configuration - to toggle the boolean flag to enable/disable 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

Request

URL

URL


patch
https://{api_host}/napp/api/v1/platform/features/intelligence/config
Copy

Request Body

Request Body

UpdateIntelligenceFeatureRequest of mimetype application/json Required

Feature configurations

{
	"enable_migration": false,
	"migration_state": "NOT_REQUIRED"
}
boolean
enable_migration Optional

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


migration_state Optional

Migration state reported back to HDMI

Possible values are: NOT_REQUIREDPENDINGCOMPLETE

Authentication

Authentication

This operation uses the following authentication methods.

x_nsx_roles

Scopes: enterprise_admin

Response

Response

Response Body

Response Body

200 OK

Returns FeatureConfigurationIntelligence of type application/json

Updated Intelligence feature deployment configuration successfully

This response body class contains all of the following: CommonFeatureConfiguration, InlineFeatureConfigurationIntelligence1
Errors

Errors

Error
default

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

Code Samples

Code Samples

cURL Command

curl -X PATCH -H "Content-Type: application/json" -d '{"enable_migration":false,"migration_state":"NOT_REQUIRED"}' https://{api_host}/napp/api/v1/platform/features/intelligence/config


Feedback

Was this page helpful?