Oomnitza
Visualize Oomnitza IT asset management data including hardware, servers, software, and users. Map asset ownership to users and monitor changes through queries and alerts.
- Installation
- Data Model
- Types
Installation
You will need your Oomnitza tenant URL and an API token to set up this integration. See Oomnitza's documentation for more information on creating API tokens.
Configuration in Oomnitza
- Log in to your Oomnitza instance as an administrator.
- Navigate to Configuration > Security > API Tokens.
- Click Add API Token to generate a new token.
- Copy and save the token value securely.
- Note your Oomnitza tenant URL (e.g.,
https://acme.oomnitza.com).
It is recommended to create a dedicated user for the JupiterOne integration rather than using a personal administrator account. This makes the activity of the API token easier to identify and control.
Configuration in JupiterOne
To install the Oomnitza integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Oomnitza. Click New Instance to begin configuring your integration.
Creating an instance requires the following:
-
The Account Name used to identify the Oomnitza account in JupiterOne. Ingested entities will have this value stored in
tag.AccountNamewhen theAccountNametoggle 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
DISABLEDand manually execute the integration. -
Your Oomnitza Base URL, which is the tenant URL for your Oomnitza instance (e.g.,
https://acme.oomnitza.com). -
Your Oomnitza API Key, the API token generated in the steps above.
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.
Entities
The following entities are created:
| Resources | Entity _type | Entity _class |
|---|---|---|
| Account | oomnitza_account | Account |
| Asset | oomnitza_asset | Resource |
| Hardware | oomnitza_hardware | Device |
| Server | oomnitza_server | Host |
| Software | oomnitza_software | Application |
| User | oomnitza_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
|---|---|---|
oomnitza_account | HAS | oomnitza_user |
oomnitza_account | HAS | oomnitza_hardware |
oomnitza_account | HAS | oomnitza_server |
oomnitza_account | HAS | oomnitza_software |
oomnitza_account | HAS | oomnitza_asset |
oomnitza_user | HAS | oomnitza_hardware |
oomnitza_user | HAS | oomnitza_server |
oomnitza_user | HAS | oomnitza_software |
oomnitza_user | HAS | oomnitza_asset |
Oomnitza Account
oomnitza_account inherits from Account
Oomnitza Asset
oomnitza_asset inherits from Resource
| Property | Type | Description | Specifications |
|---|---|---|---|
assetType * | string | null | ||
assignedTo * | string | null | ||
barcode * | string | null | ||
totalMemoryMb * | string | null | ||
warrantyEndDate * | number | null |
Oomnitza Hardware
oomnitza_hardware inherits from Device
| Property | Type | Description | Specifications |
|---|---|---|---|
assetType * | string | null | ||
assignedTo * | string | null | ||
barcode * | string | null | ||
totalMemoryMb * | string | null | ||
warrantyEndDate * | number | null |
Oomnitza Server
oomnitza_server inherits from Host
| Property | Type | Description | Specifications |
|---|---|---|---|
assetType * | string | null | ||
assignedTo * | string | null | ||
barcode * | string | null | ||
totalMemoryMb * | string | null | ||
warrantyEndDate * | number | null |
Oomnitza Software
oomnitza_software inherits from Application
| Property | Type | Description | Specifications |
|---|---|---|---|
assetType * | string | null | ||
assignedTo * | string | null | ||
barcode * | string | null | ||
totalMemoryMb * | string | null | ||
warrantyEndDate * | number | null |
Oomnitza User
oomnitza_user inherits from User
| Property | Type | Description | Specifications |
|---|---|---|---|
role * | number | null |