Re: [go-cd] API on pipeline instance returns 404

2024-02-12 Thread David DOS SANTOS
Thanks a lot !!! I was looking at API last version doc pages, and I understood the syntax I used should work on my 19.1.0 version. I undestand now it means that the functionnality is here since 15.1.0, but the endpoint was a little bit different. Thanks again ! David Le lundi 12 février 2024

Re: [go-cd] API on pipeline instance returns 404

2024-02-12 Thread Chad Wilson
Hiya David Did you look at https://api.gocd.org/19.1.0/#get-pipeline-instance ? You need *GET /go/api/pipelines/:pipeline_name/instance/:pipeline_counter *to get an instance of a pipeline run - that should work? -Chad On Mon, Feb 12, 2024 at 8:46 PM David DOS SANTOS wrote: > Hello, > > I'm

[go-cd] API on pipeline instance returns 404

2024-02-12 Thread David DOS SANTOS
Hello, I'm running an old version of GoCd Server (19.1.0), which I cannot upgrade for the moment. For the first time in years, I need to get specific info from pipelines, so I'm playing with GoCD API, and i really appreciate the documentation on this. So far, I tried with success the