vcd-cli
vcd-cli copied to clipboard
Command Line Interface for VMware vCloud Director
Usage: vcd disk list [OPTIONS] Try "vcd disk list -h" for help. Error: int() argument must be a string, a bytes-like object or a number, not 'NoneType' To help us...
### Describe the bug The command: http://vmware.github.io/vcd-cli/vcd_pvdc_migrate-vms Usecase: customer has large number of VMs in a resource pool ~300 The query pyvcloud makes is with a limit 25. We need...
Use collections for Python 2 and collections.abc for Python 3. https://github.com/vmware/vcd-cli/blob/4543c76d3a4988f049c293c80458bd8e9b66895e/vcd_cli/utils.py#L218
I'm using vCD 9.1 and I've found that there is no way to use vcd vapp add-vm without the vApp being powered on. I've tracked it down to the lack...
function in [vm.py](https://github.com/vmware/vcd-cli/blob/master/vcd_cli/vm.py): `def list_vms(ctx):` still returns: `raise Exception('not implemented')` Expected behavior: Funtion returns list of all vms in the vDC
### Describe the bug I am trying to use the vcd-cli from an Ubuntu server to connect to a vCD that has a certificate signed by an internal CA. I...
### Describe the bug After applying the NSX Log4Shell workarround, the ip suballocate to the EDGE is getting an error. What happens is that it modifies the FW rules created...
vApp networks cause an error when using "vcd vapp create" Error: Network 'vApp-Network-Name' not found in the Virtual Datacenter. If the vApp uses an orgvdc network, no problems are encountered.
Hi, I was trying to add more cpu's to a running VM with `vcd vm update --cpu 2 ` But i get this error: ``` Error: Status code: 400/BAD_REQUEST, [...
**$>vcd vdc use HCX_PPU** now using org: 'org1', vdc: 'vdc1', vApp: ''. **$>vcd vapp create "vapp_empty"** Usage: vcd vapp create [OPTIONS] Try "vcd vapp create -h" for help. Error: Operation...