You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this module I'll cover below 6 new API of HelmAppDeployment flow
GET /orchestrator/app/other-env?app-id={app-id} ==>FetchOtherEnvironment
GET /orchestrator/app-store/deployment/application/version/{installedAppVersionId} ==> GetInstalledAppVersion
GET /orchestrator/app-store/discover/application/readme/{appStoreApplicationVersionId} ==> GetReadme
GET /orchestrator/app-store/deployment/application/delete/{id} ==>DeleteInstalledApp
GET /orchestrator/global/checklist ==> GlobalChecklist
GET /orchestrator/cluster/autocomplete?auth=false ==>FindAllClusterForAutoComplete
Motivation
Automation of these API will help in regression testing, if there will be any change in the logic/payload/functionality of these API.
The text was updated successfully, but these errors were encountered:
deepak-devtron
changed the title
Automation of APIs in HelmAppDeployment Flow(7 APIs)
Automation of APIs in HelmAppDeployment Flow(6 APIs)
Jul 26, 2022
In this module I'll cover below 6 new API of HelmAppDeployment flow
GET /orchestrator/app/other-env?app-id={app-id} ==>FetchOtherEnvironment
GET /orchestrator/app-store/deployment/application/version/{installedAppVersionId} ==> GetInstalledAppVersion
GET /orchestrator/app-store/discover/application/readme/{appStoreApplicationVersionId} ==> GetReadme
GET /orchestrator/app-store/deployment/application/delete/{id} ==>DeleteInstalledApp
GET /orchestrator/global/checklist ==> GlobalChecklist
GET /orchestrator/cluster/autocomplete?auth=false ==>FindAllClusterForAutoComplete
Motivation
Automation of these API will help in regression testing, if there will be any change in the logic/payload/functionality of these API.
The text was updated successfully, but these errors were encountered: