Helm Deployment REST Endpoints

Microservice/Helm Deployment
Use for managing Helm charts, including deploying, undeploying, and getting current deployment details.
Deploy a Helm Chart
Method: post
Path: /api/microservice/Deploy
Get a List of Installed Helm Charts
Method: get
Path: /api/microservice/Deploy/readForInstalled
Get Helm Release Names for a Helm Chart
Method: get
Path: /api/microservice/Deploy/readForReleaseName
Get Namespaces for a Cluster
Method: get
Path: /api/microservice/Deploy/readClusterData
Get the Current Value Settings for a Helm Chart
Method: get
Path: /api/microservice/Deploy
Uninstall Helm Chart
Method: delete
Path: /api/microservice/Deploy/{id}