Hi, I am working with Orchestrator’s Swagger API (mainly Jobs, Releases and ProcessSchedules endpoints) for one process that I currently develop. Details of the process are not really relevant.
What I could really is some visual mapping of the data these endpoints return and how is the data connected to other endpoints. E.g. Jobs endpoint returns job’s “Source” which (in case that the job was triggered by queue/schedule) is the “Name” in the ProcessSchedules.
Please, does anybody know if there is some resource available that would show these connections visually?
I was thinking about that as well. From what I found after a brief search, this python script could be useful. I do not think that it will cover the relation of values between the endpoints, but I will be wiser after trying it. I did not have the chance yet, this will have to wait until I will get to my personal PC.