rocknes
rocknes
Added a comment in the existing PR https://github.com/vmware/pyvcloud/pull/732 regarding converting lxml objects to strings
vcd catalog upload/download is capable of uploading/downloading iso files. However the rest of functionality needs to be implemented.
This is embarrassing. We will fix this soon. In the meantime please encode the right using percent encoding e.g. https://www.url-encode-decode.com/ _(vcd-cli) C:\code\vcd-cli>vcd right add "vApp%3A+VM+Migrate%2C+Force+Undeploy%2C+Relocate%2C+Consolidate"_ Rights added to the Org...
Btw please note that removing the right (with comma in it) from the org might not work even after percent encoding.
Fix is being pushed to branch via https://github.com/vmware/pyvcloud/pull/282 and https://github.com/vmware/vcd-cli/pull/239
vCD is case insensitive when it comes to org names. However the cli isn't. We will look into this. Thanks
vcd-cli project is not the right place to craft REST requests or write business logic, pyvcloud is the right place to craft REST reuqest and process the responses. I think...
I think this error is a bug in CSE which we found after releasing 2.5.1. If you send wrong payload to CSE, the payload verifier tries to create a set...
API v27.0 is not supported by pyvcloud/vcd-cli anymore. What is the version of the vCD server that you are trying to login?
Hi, You will need to manually install MS Build Tools and MS C++ Build tools for pycryptodome to install properly on Windows 10. The build tools installation is ~4-5GB and...