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

Get Cluster Patch

Description

Get patches for helm chart from PostgreSQL. Whenever some configurations are made in current Kubernetes cluster, if the changes are required to be persistent after upgrade or backup & restore, this API should be called to get the patch from SQL and patch original helm chart before deployment.

Request

Request

URL

URL


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

Authentication

Authentication

This operation uses the following authentication methods.

x_nsx_roles

Scopes: enterprise_admin, auditor

Response

Response

Response Body

Response Body

200 OK

Returns array of HelmConfig of type application/json

Get patch successfully.

string
key Required

key of helm chart config


object
value Required

value of helm chart config

Errors

Errors

Error
default

unexpected error

Code Samples

Code Samples

cURL Command

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


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

Was this page helpful?