...
A device can be created using the web interface if a user has a role that contains the devices::create permission. Go to menu: Manage-> Devices -> Create Devices. There is also a create button on the collection page.
Open-AudIT automatically populates attributes of devices that have been found during the audit process. However, it is possible to add devices manually in 3 different ways:
- Manual input.
Filling in the relevant attributes for the device. - Copy and paste an audit report.
We can add devices by pasting the text found in an audit report. - Upload an audit report file.
Upload a report file containing devices information.
View Device Details
...
You will see a list of devices. This view allows you export the list of devices in CSV and JSON format.
You can view all the device's details by clicking on the blue purple view icon.
Import Multiple Devices
...
Code Block | ||||
---|---|---|---|---|
| ||||
"name","org_id","type","ip" "mail","1","computer","192.168.1.110" "router","1","router","192.168.1.1" "laser","1","printer","192.168.1.10" |
Export Devices
...
Finally, we obtain a CSV file with our results by pressing the "Export" button.
Database Schema
...