File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
quali_api/start-suite-get-sandbox-id Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ Methodology is to pass in a UUID as global input, then to query sandbox REST api
55## To use
66Import "sandbox_id_from_suite.get_sandbox_id_from_job" function and pass in data. See implementation example at bottom of file
77
8+ Sample output from script:
9+ ``` commandline
10+ starting new job, passing '123456789' as custom UUID
11+ suite started: 0a15b2a2-8d02-49f7-9b97-3e1774c6eecd
12+ searching for job's sandbox...
13+ sandbox id found after '0.17815279999999944' seconds
14+ sandbox id: 9bfc7d0a-f15d-4feb-9150-55d46c574ad2
15+ ```
16+
817## Notes
918- Sandbox Api server may not be hosted on quali server, it is typically hosted together with Portal server
1019 - https://help.quali.com/Online%20Help/0.0/Portal/Content/IG/Overview/cs-reqd-ports.htm?Highlight=ports
You can’t perform that action at this time.
0 commit comments