Closed odraghi closed 2 years ago
Implement 'vm list' using the 'search' command. The query filter on :
The colmun are 'containerName', 'name' and 'status' So it will be easy copy paste the result in command 'vm info'.
$ vcd vm list containerName name status
web1-a7c9b637-523a-4869-817b-0903423f3f99 web1 POWERED_ON
$ vcd vm info web1-a7c9b637-523a-4869-817b-0903423f3f99 web1 property value
computer-name web1 cores-per-socket 1 cpu 1 deployed true ...
@odraghi, VMware has approved your signed contributor license agreement.
Implement 'vm list' using the 'search' command. The query filter on :
The colmun are 'containerName', 'name' and 'status' So it will be easy copy paste the result in command 'vm info'.
$ vcd vm list containerName name status
web1-a7c9b637-523a-4869-817b-0903423f3f99 web1 POWERED_ON
$ vcd vm info web1-a7c9b637-523a-4869-817b-0903423f3f99 web1 property value
computer-name web1 cores-per-socket 1 cpu 1 deployed true ...