Snipe-IT
Visualizes Snipe-IT information, map Snipe-IT users to hardware, and monitors changes through queries and alerts.
- Installation guide
- Snipe-IT data model
Installation
You will need to create a read-access Snipe-IT API key for this integration. See their documentation for more information on obtaining your key for use with JupiterOne.
To install the Snipe-IT integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Snipe-IT. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the Snipe-IT account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
toggle is enabled.Description to assist in identifying the integration instance, if desired.
Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as
DISABLED
and manually execute the integration.Your Snipe-IT Hostname and API Token (configured for read access).
Click Create once all values are provided to finalize the integration.
Next steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. Continue on to our Instance management guide to learn more about working with and editing integration instances.
Data Model
Entities
The following entities are created:
Resources | Entity _type | Entity _class |
---|---|---|
Account | snipeit_account | Account |
Consumable | snipeit_consumable_resource | Resource |
License | snipeit_licensed_application | Application |
Location | location | Site |
Service | snipeit_service | Service |
User | snipeit_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
snipeit_account | HAS | snipeit_consumable_resource |
snipeit_account | HAS | snipeit_licensed_application |
snipeit_account | HAS | snipeit_user |
snipeit_account | MANAGES | location |
snipeit_account | PROVIDES | snipeit_service |
snipeit_user | USES | snipeit_consumable_resource |
Mapped Relationships
The following mapped relationships are created:
Source Entity _type | Relationship _class | Target Entity _type | Direction |
---|---|---|---|
location | HAS | *hardware* | FORWARD |
snipeit_account | MANAGES | *hardware* | FORWARD |
snipeit_licensed_application | INSTALLED | *hardware* | REVERSE |
snipeit_user | IS | *person* | FORWARD |