API to get test suite execution info by given sandbox id #1462
Quali-Community
started this conversation in
Idea Box
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It will be useful to get test suite execution info such as suite execution id by a given sandbox id, for a sandbox that is associated to a job of a test suite.
Some sandboxes are standalone or not associated to a job of Job Scheduling. In that case, the related suite execution id is NULL. However, if the sandbox is associated to a job, then the id of the suite execution which contains the executed job will be returned.
There are use cases for this requested API. For example, there may be some kind of post processing that compiles relevant date of all completed sandboxes along with the associated jobs and suites.
Currently I can not find API (in either current/old Job Scheduling or in new JSS) to directly return suite execution id by a given sandbox id, though it seems such info is in Quali DB, ExecutionJob table.
In new JSS, there is REST API http://{Job Scheduling API IP}:[port#]/api/spaces/[space_name]/SuiteExecution/[id] but that is not exactly what's needed here.
Song Chen (Song.C) - 06/01/2022 11:15 PM
· 5634 ·
Beta Was this translation helpful? Give feedback.
All reactions