UKB-IT-Sec / NAC-Service-Portal

NAC Self-Service Portal
GNU General Public License v3.0
1 stars 0 forks source link

Armis Comfort Import #27

Open weidenba opened 1 month ago

weidenba commented 1 month ago

An Armis Device Import functionality shall be implemented. It shall have the following functionality:

  1. A new tab "Armis Import" shall be implemented:
  2. On The Armis Import tab the user shall select a site (Drop Down Menu). Available sites should be derived from armis in real time via armis API
  3. After selection of a site a filtered list of devices shall be shown. The list shall show devices that are not present in the database only. Devices shall be mapped via MAC-Adress or Hostname. A match of one condition is sufficiant.
  4. A quick add device button shall be present on each entry
  5. If quick add button is pressed, the add device form shall appear. Mac-Adress, and Hostname should be preset in the form.
weidenba commented 1 month ago

There is Python API wrapper for Armis that might be helpfull: PyPi src