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

Get Intelligence Feature Configurations

Description

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

Request

URL

URL


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

Authentication

Authentication

This operation uses the following authentication methods.

x_nsx_roles

Scopes: enterprise_admin, auditor, security_engineer, security_op

Response

Response

Response Body

Response Body

200 OK

Returns FeatureConfigurationIntelligence of type application/json

Return NSX Intelligence deployment configuration.

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

Errors

Error
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.

Code Samples

Code Samples

cURL Command

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


Feedback

Was this page helpful?