Update Intelligence Feature Configurations
DescriptionAllows 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
URLURL
Request Body
{
"enable_migration": false,
"migration_state": "NOT_REQUIRED"
}
Boolean flag to control whether migration from previous Intelligence appliance is required prior to installation.
Migration state reported back to HDMI
Possible values are: NOT_REQUIRED , PENDING , COMPLETE
Authentication
x_nsx_roles
Response
Response BodyResponse Body
200 OK
Updated Intelligence feature deployment configuration successfully
Errors
Updating Intelligence feature deployment configuration failed. Please check logs for cluster-api pod for more information.