cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Want to be able to extract full runtime information from pipelines

cesar_bolanos
New Contributor

We can see in the dashboard that most pipelines have snap stats (like snap execution time) that are not included in the pipeline runtime information exposed by the public API. We are not setting the level=summary, but it seems the API response is always summarized

Is there a way to extract this full detail of the pipeline execution details? If so, how?

1 REPLY 1

akidave
Employee
Employee

The /api/1/rest/public/runtime/<organization> public API returns a list of runtimes, in the summary format.

Take the โ€œidโ€ field from the runtime list and call the /api/1/rest/public/runtime/<organization>/<ruuid>?level=detail API to get the details for that particular runtime.

https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438155/Pipeline+Monitoring+API