Run the following to export all managed machines in a .csv format
vra machines list --allMachines yes --export <filename> --format CSV
Note: By default this command will only export one page with the default number of 25 VMs.To alter the page size see sample command below vra machines list --allMachines yes --export managedmachines.csv --format CSV --pageSize 1000
Note: format can be CSV, TABLE, or JSON.
Note: --businessGroupId <business_group_name> can be used here as well to export machines from a given business group
For more information, see the VMware vRealize CloudClient 4.4.0 Documentation available at VMware Downloads.
File will be located in the directory where the command is run from, or the path provided in the --export parameter.