Page 1 of 1

CSV file formatting for machine import

Published: April 15, 2022 - 10:00 AM
by florian777
Hello,

I wanted to know how the CSV file used to import new machines for OS deployment should be formatted?

Thank you.

Re: CSV file formatting for importing machines

Published: April 20, 2022 - 2:49 PM
by bkolovljanovic
Hello Florian,

Here is the list of possible elements in the CSV file.

Code: Select all

"hostname";"mac_addresses";"status";"waiting_to_deploy";"product_key";"deploy_config_name";"driver_bundle";"disk_format";"djoin";"manufacturer";"uuid";"product";"serial_number"
At a minimum, it is necessary

Code: Select all

"hostname";"mac_addresses"
Multiple MAC addresses can be entered, in the following format:

"xx:xx:xx:xx:xx:xx,xx:xx:xx:xx:xx:xx"

Good luck ;)