-
Notifications
You must be signed in to change notification settings - Fork 550
Closed
Labels
Description
In this module I'll cover below 5 new API of PipelineConfigRouter
- GET /orchestrator/app/get/{appId}==> GetApp
- GET /orchestrator/app/autocomplete==> GetAppListForAutocomplete
- GET /orchestrator/app/min==> GetAppListByTeamIds
- GET /orchestrator/app/template/{appId}/default/{chartRefId}==> GetAppOverrideForDefaultTemplate(Not automated as this is deprecated)
- GET /orchestrator/app/team/by-id/{teamId}==>FindAppsByTeamId
- GET /orchestrator/app/team/by-name/{teamName}==>FindAppsByTeamName
Motivation
Automation of these API will help in regression testing, if there will be any change in the logic/payload/functionality of these API and will be helpful if this will be impacted area of the other changes.
AB#189