We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e123a83 commit ec7f571Copy full SHA for ec7f571
quali_api/start-suite-get-sandbox-id/readme.MD
@@ -0,0 +1,10 @@
1
+# Find sandbox ID from newly launched job
2
+This script is a method to obtain sandbox id of newly formed job.
3
+Methodology is to pass in a UUID as global input, then to query sandbox REST api for sandbox with matching input value
4
+
5
+## To use
6
+Import "get_sandbox_id_from_job" function and pass in data. See implementation example at bottom of file
7
8
+## Notes
9
+- Sandbox Api server may not be hosted on quali server, it is typically hosted together with Portal server
10
+ - https://help.quali.com/Online%20Help/0.0/Portal/Content/IG/Overview/cs-reqd-ports.htm?Highlight=ports
…ndbox-id/enqueue_suite_get_sandbox_id.py …-get-sandbox-id/sandbox_id_from_suite.pyquali_api/start-suite-get-sandbox-id/enqueue_suite_get_sandbox_id.py renamed to quali_api/start-suite-get-sandbox-id/sandbox_id_from_suite.py
0 commit comments