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 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
The text was updated successfully, but these errors were encountered:
In this module I'll cover below 5 new API of PipelineConfigRouter
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
The text was updated successfully, but these errors were encountered: