Skip to content

Automation of 5 APIs of PipelineConfigRouter #2262

@deepak-devtron

Description

@deepak-devtron

In this module I'll cover below 5 new API of PipelineConfigRouter

  1. GET /orchestrator/app/get/{appId}==> GetApp
  2. GET /orchestrator/app/autocomplete==> GetAppListForAutocomplete
  3. GET /orchestrator/app/min==> GetAppListByTeamIds
  4. GET /orchestrator/app/template/{appId}/default/{chartRefId}==> GetAppOverrideForDefaultTemplate(Not automated as this is deprecated)
  5. GET /orchestrator/app/team/by-id/{teamId}==>FindAppsByTeamId
  6. 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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions