Hexnode
Visualize Hexnode's account, users, and device groups, map Hexnode users to employees, and monitor changes through queries and alerts.
- Installation guide
- Hexnode data model
Installation
For this integration, you will need to create an provide a Hexnode API key within JupiterOne.
Configuration in Hexnode
To create a Hexnode API key for use with JupiterOne:
- In the Hexnode dashboard, go to Admin > API.
- Select Enable API Access.
- Generate an API key for use within JupiterOne.
You can find additional information on API key creation on Hexnode's documentation here.
Configuration in JupiterOne
To install the Hexnode integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Hexnode. Click New Instance to begin configuring your integration with the following:
Account Name used to identify the Hexnode account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when Tag with Account Name 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 Hexnode API key.
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 | hexnode_account | Account |
Device | hexnode_device | Device |
Device Group | hexnode_device_group | Group |
User | hexnode_user | User |
User Group | hexnode_user_group | Group |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
hexnode_account | HAS | hexnode_device |
hexnode_account | HAS | hexnode_device_group |
hexnode_account | HAS | hexnode_user |
hexnode_account | HAS | hexnode_user_group |
hexnode_device_group | HAS | hexnode_device |
hexnode_user | OWNS | hexnode_device |
hexnode_user_group | HAS | hexnode_user |