These forums are a place for learning, helping and sharing experiences with others about any of our products. Feel free to ask a question and get answers from our community and our most advanced users.
Note that these are public forums - anyone can view the discussions here.
Announcements | |
CloudShell | TestShell |
Developers | BI (Business Inteligence) |
This is where you can suggest your ideas to help and improve the product for everyone.
Please make sure to read the following article before posting a new idea, to get more information about the required information and ideas lifecycle.
Feel free to vote and comment on other ideas to promote them.
Thanks for everyone who suggested the ideas and voted for them.
Find, download and share integrations that can extend and enhance the CloudShell experience.
Integrations have several levels:
Certified - Officially tested and supported by Quali.
Preview - Provides a sneak peek to what the Quali team is developing. Officially supported by Quali. Feel free to experiment and comment, but please take into consideration that it is not yet tested and released.
Community - Integrations shared by community users. Feel free to look into what other users have contributed, please take into consideration that these integrations are not tested by Quali.
To learn more about creating Shells and integrating with CloudShell, use the following links:
CloudShell's Dev Guide | Configuration Management |
Getting started with Shells | Extending CloudShell with Cloud Providers |
Getting started with Orchestration | API Guide |
To share your integration, follow the instructions in this guide.
I have some reserved resources that I check the status of and then want to update their live status indicator using the API. How do I do this?
Answer by Yoav Ekshtein · Nov 22, 2017 at 11:52 AM
Hi Gary,
if you have a session against the server , you can use:
session.SetReservationLiveStatus(reservationId='<Sandbox-id>',liveStatusName='Online',additionalInfo='some description')
you can find all the available "live status" options here: C:\ProgramData\QualiSystems\Settings\Global\ServerUniversalSettings.xml on the quali server machine. in that xml file there would be a section such as
<ReservationLiveStatus name="ReservationLiveStatus"> <key name="Downloading" path="C:\ProgramData\QualiSystems\Portal\Content\Images\Downloading.png" /> <key name="Installing" path="C:\ProgramData\QualiSystems\Portal\Content\Images\Installing.png" /> <key name="Configuring" path="C:\ProgramData\QualiSystems\Portal\Content\Images\Configuring.png" /> <key name="Generating report" path="C:\ProgramData\QualiSystems\Portal\Content\Images\GeneratingReport.png" /> <key name="Completed successfully" path="C:\ProgramData\QualiSystems\Portal\Content\Images\CompletedSuccess.png" /> <key name="Completed unsuccessfully" path="C:\ProgramData\QualiSystems\Portal\Content\Images\CompletedUnsuccess.png" /> <key name="Error" path="C:\ProgramData\QualiSystems\Portal\Content\Images\ErrorGeneral.png" /> <key name="In Progress" path="C:\ProgramData\QualiSystems\Portal\Content\Images\InProgress.png" /> <key name="Progress 0" path="C:\ProgramData\QualiSystems\Portal\Content\Images\progress0.png" /> <key name="Progress 10" path="C:\ProgramData\QualiSystems\Portal\Content\Images\progress10.png" /> <key name="Progress 20" path="C:\ProgramData\QualiSystems\Portal\Content\Images\progress20.png" /> <key name="Progress 30" path="C:\ProgramData\QualiSystems\Portal\Content\Images\progress30.png" /> <key name="Progress 40" path="C:\ProgramData\QualiSystems\Portal\Content\Images\progress40.png" /> <key name="Progress 50" path="C:\ProgramData\QualiSystems\Portal\Content\Images\progress50.png" /> <key name="Progress 60" path="C:\ProgramData\QualiSystems\Portal\Content\Images\progress60.png" /> <key name="Progress 70" path="C:\ProgramData\QualiSystems\Portal\Content\Images\progress70.png" /> <key name="Progress 80" path="C:\ProgramData\QualiSystems\Portal\Content\Images\progress80.png" /> <key name="Progress 90" path="C:\ProgramData\QualiSystems\Portal\Content\Images\progress90.png" /> <key name="Progress 100" path="C:\ProgramData\QualiSystems\Portal\Content\Images\progress100.png" /> </ReservationLiveStatus>
you can select any of those or add your own. if you do add more , a quali server service restart would be required for the changes to take effect
Yoav
Extend your CloudShell capabilities by creating your own Shells. Share your knowledge with the world and be part of our growing community
Which API calls are available for interrogating the activity records of a sandbox resource? 1 Answer
Is there a way for a driver to obtain a blueprint's "Estimated setup duration" value? 4 Answers
How do I run commands of resources in a sandbox using the API? 1 Answer
Has anyone created any Python code for adding a new deployment path to an App? 0 Answers
How do I write a message to the sandbox output or console window using the API? 1 Answer