← ClaudeAtlas

auvik-deviceslisted

Use this skill when working with Auvik device records - identifying device types, interpreting manageStatus, reading lifecycle and warranty fields, and choosing between the v1 list endpoint and the detailed device endpoints.
wyre-technology/msp-claude-plugins · ★ 28 · AI & Automation · score 80
Install: claude install-skill wyre-technology/msp-claude-plugins
# Auvik Devices Devices are the unit of inventory in Auvik. Every discovered piece of network gear or endpoint - whether actively monitored or just seen on a discovery scan - has a device record. This skill covers the device type taxonomy, the manage-status model, lifecycle fields, and which tool to call for which question. ## Tools | Tool | Use For | |------|---------| | `auvik_devices_list` | Bulk listing (v1 record - light) | | `auvik_devices_get` | Single device, v1 fields | | `auvik_devices_get_details` | Extended attributes (interfaces, IPs, SNMP) | | `auvik_devices_get_lifecycle` | End-of-sale, end-of-support dates | | `auvik_devices_get_warranty` | Warranty start / end / status | ## Device Types Auvik classifies every device with a `deviceType` value. The set you'll see in practice: | Type | Notes | |------|-------| | `router` | L3 routing device | | `switch` | L2 switch | | `firewall` | Dedicated firewall (Fortinet, Palo, Meraki MX, etc.) | | `accessPoint` | Wireless AP | | `controller` | Wireless or SD-WAN controller | | `server` | Physical or virtual server with SNMP / WMI | | `hypervisor` | VMware, Hyper-V, etc. | | `workstation` | End-user PC / Mac | | `printer` | Network printer / MFD | | `voipPhone` | IP phone | | `storage` | NAS / SAN | | `ups` | UPS via SNMP | | `camera` | IP camera | | `unknown` | Discovered but not classified | For infrastructure reports, focus on `router`, `switch`, `firewall`, `accessPoint`, `controller`, `server`, `hypervisor`. Fo