GetScopeList get ArgoCD applications @Summary get ArgoCD applications @Description Get ArgoCD applications @Tags plugins/argocd @Param connectionId path int false "connection ID" @Param searchTerm query string false "search term for scope name" @Param blueprints query bool false "also return bluepri
(input *plugin.ApiResourceInput)
| 84 | // @Failure 500 {object} shared.ApiBody "Internal Error" |
| 85 | // @Router /plugins/argocd/connections/{connectionId}/scopes [GET] |
| 86 | func GetScopeList(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) { |
| 87 | return dsHelper.ScopeApi.GetPage(input) |
| 88 | } |
| 89 | |
| 90 | // GetScope get one ArgoCD application |
| 91 | // @Summary get one ArgoCD application |