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.
VISIT OUR DIFFERENT FORUMS:
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 >.
Natti Katz suggested an idea (#5181) · Aug 02, 2020 at 06:06 PM · cloudshellpythonapi
Currently we get the following info:
Name, Value, Type (string, numeric, etc.)
It would be helpful to have a "read-only" boolean property.
I am writing some scripts that is recreating resources and populating attributes. Unfortunately I have no way to know if a resource is read only and will fail when I try to send an Attribute Update Request.
True you can wrap a call for a single attribute update in a Try/Except and react accordingly, but you can't build a list smartly and use the bulk update function. It would be nice to be able to interrogate the object for this property and be able to filter accordingly.
Thanks,
Natti
Natti Katz commented · Aug 02, 2020 at 10:45 PM
UPDATE: Well, I actually found a way around the Bulk Update call restriction. The error message contains a comma separated list of the attributes that are not valid. You can parse this list out, and use it to filter out the list of attribute requests and then re-send. But it is inconvenient... and potentially unstable, were the api error message format to change.
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.
API call for creating a copy of an existing blueprint
add sandbox context component to any blueprint script
create an API to copy the output console content
Need a CloudShell Sandbox API call that will return the tile image file of a given blueprint
support "admin only" Blueprint commands
API call to open (raise) the output window in the Web Portal
Automation API method to obtain APP / Service categories
API call to get "Estimated setup duration" value from a Blueprint's Properties