Parascope Docs

Collector Reference: IT Asset Management

Collector for Snipe-IT ITAM — hardware assets, software licenses, and maintenance contracts with financial lifecycle tracking

The Snipe-IT collector discovers IT asset inventory from Snipe-IT, an open-source IT Asset Management (ITAM) platform. It provides the financial source of truth for hardware purchase costs, depreciation schedules, software licenses, and maintenance contracts.


Snipe-IT Collector

The Snipe-IT collector connects to the Snipe-IT REST API and discovers hardware assets, software licenses, and maintenance contracts. It handles Snipe-IT's nested API structures (flattening model, manufacturer, category, and status objects), resolves depreciation schedules from separate API lookups, and normalizes financial fields.

CI Types Discovered (3)

CI TypeTierDescription
snipeit.hardwarePhysicalIT assets with purchase cost, depreciation, warranty, and assignment tracking
snipeit.licenseApplicationSoftware licenses with seat counts, expiration dates, and cost tracking
snipeit.maintenancePhysicalMaintenance contracts and warranties linked to hardware assets

Authentication

  • Snipe-IT API Token — Personal API token generated in Snipe-IT (Settings > API). Requires read access to hardware, licenses, and maintenances endpoints.
  • Token is passed as Authorization: Bearer <token> header.

What Gets Collected

Hardware Assets:

  • Config (tracked): Asset tag, serial number, model, manufacturer, category, status, purchase cost, purchase date, order number, warranty months/expiration, depreciation schedule, supplier, location, assigned user, custom fields
  • Metrics (not tracked): Checkout counter, checkin counter, last audit date

Licenses:

  • Config (tracked): License name, product key, seat count, category, manufacturer, purchase cost, purchase date, expiration date
  • Metrics (not tracked): Free seats count, checkout count

Maintenance Contracts:

  • Config (tracked): Title, cost, start/completion dates, warranty flag, maintenance type, supplier, associated asset name

Key Relationships

  • Maintenance contracts depends_on Hardware assets (matched by asset name)

Configuration

Configured via Settings → Collectors when adding a Snipe-IT source.

SettingDescription
Server URLYour Snipe-IT instance URL (e.g., https://snipeit.company.com)
API TokenBearer token from Snipe-IT Settings → API
Verify SSLWhether to verify SSL certificates (default: enabled)
Collection IntervalHow often to collect data (default: 1 hour)