@@ -56,7 +56,7 @@ Endpoints require either the Project ID or the pipeline ID.
5656
5757##Get all pipelines/pipelines by name
5858
59- Retrieves a list of all pipelines in your account, orfilters pipelines based ona specific name or partial name.
59+ Retrieves a list of all pipelines in your account, orthe pipeline based onthe specific name or partial name.
6060Filtering by name returns pipelines whose names match or contain the specified text string.
6161
6262
@@ -84,6 +84,8 @@ Filtering by name returns pipelines whose names match or contain the specified t
8484
8585` GET https://g.codefresh.io/api/analytics/reports/pipelinesDropdown `
8686
87+
88+
8789#####For pipeline by name
8890
8991` GET https://g.codefresh.io/api/analytics/reports/pipelinesDropdown&filters={"name":[array<string>]} `
@@ -99,6 +101,106 @@ For each pipeline, the response includes the following data:
99101* ` isDeleted ` : Indicates if the pipeline has been deleted from the account (` true ` ), or not (` false ` ).
100102
101103``` json
104+ {
105+ "data" : [
106+ {
107+ "id" :" 58c80a0cdda94a01008a13c3" ,
108+ "pipelineName" :" codefresh-io/cf-configurator/cf-configurator" ,
109+ "shortName" :" cf-configurator" ,
110+ "isDeleted" :true
111+ },
112+ {
113+ "id" :" 590064e3e8fe09000168cf18" ,
114+ "pipelineName" :" codefresh-io/sandbox/gisql-sandbox" ,
115+ "shortName" :" gisql-sandbox" ,
116+ "isDeleted" :false
117+ },
118+ {
119+ "id" :" 5933a6925845b90001a1b7e1" ,
120+ "pipelineName" :" codefresh-io/node-docker-reference/node-docker-reference" ,
121+ "shortName" :" node-docker-reference" ,
122+ "isDeleted" :true
123+ },
124+ {
125+ "id" :" 5953a2e3fe091d0001e7afae" ,
126+ "pipelineName" :" codefresh-io/cf-kubernetes/onprem-installer" ,
127+ "shortName" :" onprem-installer" ,
128+ "isDeleted" :true
129+ },
130+ {
131+ "id" :" 597481218b4910000111027e" ,
132+ "pipelineName" :" codefresh-io/event-exporter/event-exporter" ,
133+ "shortName" :" event-exporter" ,
134+ "isDeleted" :true
135+ },
136+ {
137+ "id" :" 59942d56153cff0001c6b192" ,
138+ "pipelineName" :" codefresh-io/cf-kubernetes/build-k8-deployer" ,
139+ "shortName" :" build-k8-deployer" ,
140+ "isDeleted" :true
141+ },
142+ {
143+ "id" :" 59aa85cd45a7e50001ac73d6" ,
144+ "pipelineName" :" codefresh-io/docker-compose-environment/docker-compose-environment" ,
145+ "shortName" :" docker-compose-environment" ,
146+ "isDeleted" :false
147+ },
148+ {
149+ "id" :" 59c9f96f87fa780001d347ad" ,
150+ "pipelineName" :" codefresh-io/http-infra/http-infra" ,
151+ "shortName" :" http-infra" ,
152+ "isDeleted" :true
153+ },
154+ {
155+ "id" :" 5a1c04b376712100015f897c" ,
156+ "pipelineName" :" codefresh-io/slack-message-sender/slack-message-sender" ,
157+ "shortName" :" slack-message-sender" ,
158+ "isDeleted" :false
159+ },
160+ {
161+ "id" :" 5a82c2388c17c000010b9585" ,
162+ "pipelineName" :" codefresh-contrib/images/kube-helm" ,
163+ "shortName" :" kube-helm" ,
164+ "isDeleted" :true
165+ },
166+ {
167+ "id" :" 5a8599eed02e80000136dd16" ,
168+ "pipelineName" :" codefresh-io/monitoring/helm-package-gcs" ,
169+ "shortName" :" helm-package-gcs" ,
170+ "isDeleted" :true
171+ },
172+ {
173+ "id" :" 670771601a5fb84949f42760" ,
174+ "pipelineName" :" codefresh-io/planner/planner-publishing" ,
175+ "shortName" :" planner-publishing" ,
176+ "isDeleted" :true
177+ },
178+ {
179+ "id" :" 67220f08aa307a26796fed65" ,
180+ "pipelineName" :" oidc-e2e/production-oidc-test" ,
181+ "shortName" :" production-oidc-test" ,
182+ "isDeleted" :false
183+ },
184+ {
185+ "id" :" 6734d4dff91435f8ffb31e40" ,
186+ "pipelineName" :" UI E2E Latest/UI Performance" ,
187+ "shortName" :" ui performance" ,
188+ "isDeleted" :false
189+ },
190+ {
191+ "id" :" 6739c84dda82e44a15cd429c" ,
192+ "pipelineName" :" codefresh-io/venona/venona-tester-ci" ,
193+ "shortName" :" venona-tester-ci" ,
194+ "isDeleted" :false
195+ }
196+ ],
197+ "timeDimensions" : {}
198+ }
199+ ```
200+
201+
202+
203+
102204{
103205 "data":[
104206 {