SimpleMDM
Visualize SimpleMDM accounts, apps, devices, and users, and monitor changes through queries and alerts.
- Installation guide
- SimpleMDM data model
Installation
For this integration, you will need to add an API key within your SimpleMDM account to communicate with JupiterOne.
Configuration in SimpleMDM
To create your SimpleMDM API Key:
- Navigate to Account > API from the SimpleMDM dashboard.
- Click Add API Key and provide a name for the key.
- When configuring the API key, provide the following roles with
read
permissions:- Account
- Apps
- Devices
- Leave all other role permissions as
none
and press Save. - Under Secret Access Key, click Reveal and copy the key for use in JupiterOne.
For additional information on API key retrieval and authentication, see SimpleMDM's documentation.
Configuration in JupiterOne
To install the SimpleMDM integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select SimpleMDM. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the SimpleMDM 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.Lastly, your SimpleMDM API Key generated for use with 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 | simplemdm_account | Account |
Application | simplemdm_application | Application |
Device | simplemdm_device | Device |
User | simplemdm_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
simplemdm_account | HAS | simplemdm_application |
simplemdm_account | HAS | simplemdm_device |
simplemdm_device | INSTALLED | simplemdm_application |
simplemdm_user | OWNS | simplemdm_device |