Automox
Visualize Automox services, teams, and users, map users to employees, and monitor changes through queries and alerts.
- Installation
- Data Model
- Types
Installation
You will need to create an API Key in Automox, which requires . See
their documentation for more information.
Configuration in JupiterOne
To install the Automox integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Automox. Click New Instance to begin configuring your integration.
Creating an instance requires the following:
-
The Account Name used to identify the Automox 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 Automox Account ID, Agent Access Key, and the API Key generated for use by JupiterOne.
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 | automox_account | Account |
| Device | automox_device | Device |
| Device Group | automox_device_group | Group |
| User | automox_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
|---|---|---|
automox_account | HAS | automox_user |
automox_account | MANAGES | automox_device |
automox_account | MANAGES | automox_device_group |
automox_device_group | HAS | automox_device |
Automox Account
automox_account inherits from Account
Automox Device
automox_device inherits from Device
| Property | Type | Description | Specifications |
|---|---|---|---|
compliant | boolean | ||
connected | boolean | ||
createdOn | number | ||
deleted | boolean | ||
lastProcessedOn | number | ||
lastRefreshedOn | number | ||
lastScanFailedOn | number | ||
macAddress | array of strings | ||
organizationId | number | ||
osFamily | string | ||
osVersionId | number | ||
serialNumber | string | ||
serverGroupId | number | ||
status.agentStatus | string | ||
status.deviceStatus | string | ||
status.policyStatus | string | ||
status.policyStatuses | array of numbers | ||
updatedOn | number |
Automox User
automox_user inherits from User
| Property | Type | Description | Specifications |
|---|---|---|---|
active | boolean | ||
samlEnabled | boolean | ||
ssoEnabled | boolean |