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.
Michael Nassie suggested an idea (#4302) · Jan 25, 2019 at 03:51 PM · inputsblueprint
as the admin/blueprint owner, i don't want to allow my users to select "any", only a specific value out of the possible list
Ariel Benary commented · Jan 30, 2019 at 08:19 AM
Hi,
Thanks for submitting this idea.
Depending on the exact scenario, but as an intermediate solution this can possibly be done with client side extensability capabilities.
Ariel
Sadanand Hegde commented · Apr 01, 2020 at 04:05 PM
Simple example to raise error and block reservation when user selects "[Any]" input. for more information refer CloudShell help
[This code goes into Manage->Javascript Extension->"Blueprint input - all parameters"]
for (var j = 0; j < data.topologyParameters.length; j++) { if (data.topologyParameters[j].value) { var patt = /^\[Any\]$/; if(patt.test(data.topologyParameters[j].value)) { throw data.topologyParameters[j].value + ' is not a valid input.'; } } } return data;
Natti Katz commented · Apr 07, 2020 at 07:44 AM
Sadanand JS extension approach is useful, but to note it's also a global change for every blueprint
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.
Help us make things better. Share your great idea or vote for other people's.
Blueprint variables inherited from blueprint objects
Save sandbox as blueprint - include updated global inputs
Display set attribute pull down list of Global input(Lookup) by alphabetical order
API for editing blueprints without re-packing them
Blueprint Global Input, Type Password
Blueprint Global Input, Type Hidden
'Check Blueprint' as an API command
Make Blueprint ID Visible in Catalogue 'More Info'
Realtime updates to 'Structure' display
have the option to run some of the same setup script optionally in a different blueprints