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

Post Cluster Patch

Description

Store a patch for helm chart into 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 store the corresponding helm chart patch into PostgreSQL.

Request

Request

URL

URL


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

Request Body

Request Body

HelmConfigs of mimetype application/json Required

Request is an JSON with key value pairs to patch the helm chart.

Authentication

Authentication

This operation uses the following authentication methods.

x_nsx_roles

Scopes: enterprise_admin

Response

Response

200 OK

Post patch successfully.

Errors

Errors

Error
default

unexpected error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{}' 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?