Bulk Management
Adding machines individually can be tedious. So help bring new systems into Xylok, XSS also allows you to import a spreadsheet of devices. Currently, this import requires that there is not already an matching machine in the system (IE, with the same name). This requirement could be changed in the future, contact support if needed.
This spreadsheet should by in XLSX format (the default Microsoft Excel format) with the following columns. The column names must match exactly, but order does not matter.
Client
: Should match an existing client name or short name within XSS. If not found, the import will fail.Name
: Name of the new machineShort name
: Short(er) name of the new machineLocation
: Should match a location name or short name. If a match isn’t found, it will be created.OS
: Should match an OS key, name, or short name within Xylok (ie, the list that shows when you’re creating a machine via the site)Benchmarks
: Newline-separated list of benchmark IDs to assign to the new device. Should match the ID as shown in theID
column of the benchmark listing reference page (https://app.xylok.io/reference/benchmark/).
Copy the spreadsheet to your XSS server, then run:
/opt/xylok/xylok import-data machines <spreadsheet-path>