-
Notifications
You must be signed in to change notification settings - Fork 550
Closed
Labels
TaskSub issue of an issueSub issue of an issueenhancementNew feature or requestNew feature or requesttesting
Description
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.
Metadata
Metadata
Assignees
Labels
TaskSub issue of an issueSub issue of an issueenhancementNew feature or requestNew feature or requesttesting