Helm Deployment REST Endpoints
    
        Microservices/Helm Deployment
    
Use for managing Helm charts, including deploying, undeploying, and getting current deployment details.
- Deploy a Helm Chart
- Method: postPath:/api/microservice/Deploy
- Get a List of Installed Helm Charts
- Method: getPath:/api/microservice/Deploy/readForInstalled
- Get Helm Release Names for a Helm Chart
- Method: getPath:/api/microservice/Deploy/readForReleaseName
- Get Namespaces for a Cluster
- Method: getPath:/api/microservice/Deploy/readClusterData
- Get the Current Value Settings for a Helm Chart
- Method: getPath:/api/microservice/Deploy
- Uninstall Helm Chart
- Method: deletePath:/api/microservice/Deploy/{id}