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 >.
The documented request below seems to be incorrect in that the reservationid, savefileas and overwriteifexists parameters are part of the authorization field in the header. without any separation. Is there any sample python code showing the construction of the POST?
Request:
POST http://localhost:9000/API/Package/AttachFileToReservation
Header: Authorization: Basic dG9rZW4gdG9rZW4gdG9rZW4=
"reservationId": "c0b859fb-554b-43c5-be04-9d3d55b818f0"
"saveFileAs": "report1"
"overwriteIfExists": "true"
Content-Disposition: form-data; name="QualiPackage"; filename="report.ext
Content-Type: application/x-zip-compressed
Answer by Yaniv Kalsky · Jan 24, 2018 at 12:26 AM
Hi
That's not supposed to be in the header, it's should be part of the data. I'll let the documentation team know.
You can see/use one of the wrappers that are used in our multiple projects.
Always a good place to look at is in either of Quali GitHub's organizations:
http://github.com/qualisystems
and
http://github.com/qualisystemslab
This is one place where it's being used:
Yaniv
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.
Unexpected token error on blueprint start 0 Answers
IP address in "sandbox component" V2 REST API 1 Answer
What should I change in the custom drivers after upgrade to CS 9.3? 1 Answer
Which API calls are available for interrogating the activity records of a sandbox resource? 1 Answer
What is the best way to execute commands on different resource in parallel 1 Answer