Automox
Visualize Automox services, teams, and users, map users to employees, and monitor changes through queries and alerts.
- Installation guide
- Automox data model
- Automox types
Installation
You will need to create an API Key
in Automox, which requires . See
their documentation for more information.
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 Automox instance requires the following:
The Account Name used to identify the Automox 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 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.
Data Model
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_device |
automox_account | HAS | automox_device_group |
automox_account | HAS | automox_user |
automox_device_group | HAS | automox_device |
Automox Account
automox_account
inherits from Account
Automox Device
automox_device
inherits from Device
Property | Type | Description | Specifications |
---|---|---|---|
serverGroupId | number | ||
organizationId | number | ||
compliant | boolean | ||
connected | boolean | ||
deleted | boolean | ||
serialNumber | string | ||
macAddress | array of string s | ||
osFamily | string | ||
osVersionId | number | ||
status.deviceStatus | string | ||
status.agentStatus | string | ||
status.policyStatus | string | ||
status.policyStatuses | array of number s | ||
lastProcessedOn | number | ||
lastRefreshedOn | number | ||
lastScanFailedOn | number | ||
createdOn | number | ||
updatedOn | number |