auvik-devices

Solid

Auvik device records: device types, manageStatus and onlineStatus, lifecycle and warranty fields, and choosing between the v1 list endpoint and the detailed device endpoints.

AI & Automation 36 stars 16 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 80/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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...

Details

Author
wyre-technology
Repository
wyre-technology/msp-claude-plugins
Created
5 months ago
Last Updated
today
Language
Astro
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category