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 "pipeline history" endpoint : 
*GET /go/api/pipelines/:pipeline_name/history  *

But when I need to get info on a specific instance :
*GET /go/api/pipelines/:pipeline_name/:pipeline_counter* 

 I have the following error message:
{
    "message": "The resource you requested was not found!"
}

I tried various indexes/counters numbers, which I know are correct, but I 
always get the same message.
I also tried to suffix whith the stagename and stage_counter, but the error 
remains.

I checked on web, but ressources are really low on this great DevOps tool.

Thanks for you help.



-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/07072bb1-208b-4d19-b154-fe1c262a524dn%40googlegroups.com.

Reply via email to