[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Get Cluster Patch
DescriptionGet 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
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}/napp/api/v1/platform/helm/config
Authentication
This operation uses the following authentication methods.
x_nsx_roles
Scopes:
enterprise_admin, auditor
Response
Response
Response BodyResponse 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
Error
default
unexpected error
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
On This Page
Clusterapi Operations
post