Dell Boomi

Dell Boomi’s iPaaS platform enables businesses to discover, manage, and orchestrate data while connecting applications, processes, and people.

Use Cases the Adapter Solves

  • IT Asset Inventory Management: Consolidate hardware asset data from Dell Boomi into Axonius to gain a unified view of devices including serial numbers, manufacturers, models, and physical locations.

  • Asset Lifecycle Tracking: Monitor acquisition dates, retirement dates, and asset statuses managed in Dell Boomi to support hardware refresh planning and asset decommissioning workflows.

  • SaaS Security Posture Management: Assess Dell Boomi application security settings — including SCIM provisioning status and per-user authentication controls — to identify misconfigurations and enforce security policies.

Types of Assets Fetched

This adapter fetches the following types of assets:

  • Devices, Application Settings

Data Retrieved through the Adapter

Devices - Fields such as Asset ID, Business Unit, Manufacturer, Model, Serial ID

Application Settings - Fields such as SCIM Provisioning Status, User Authentication Settings (Allow Login Password, Allow Login Google, Allow Login SSO, Is Admin, Is Super Admin, Is Global Operator)

Before You Begin

Required Ports

  • TCP port 443 (HTTPS)

Authentication Methods

User Name and Password

APIs

Axonius uses the Dell Boomi API. The following endpoints are called:

  • GET /ws/simple/getAxoniusData - Fetch device asset data
  • GET /v1/accounts/{account_id}/scim_provisioning - Fetch SCIM provisioning settings (requires Account ID)
  • GET /v1/accounts/{account_id}/users - Fetch account users (requires Account ID)
  • GET /v1/accounts/{account_id}/users/USER_ID - Fetch per-user authentication settings (requires Account ID)

Required Permissions

The Boomi account used to connect must have access to the AtomSphere API. The following access is required:

  • Read access to asset management data (for device fetching)
  • Administrator-level access to the Boomi account (for Application Settings, when Account ID is provided)

The documentation is not publicly available, verify exact permissions names in the documentation.

Supported From Version

Supported from Axonius version 6.0

Connecting the Adapter in Axonius

  1. Navigate to the Adapter Catalog, search for Dell Boomi, and select the adapter.
  2. Click Add Connection.
  3. Provide the following parameters.

Required Parameters

  1. Host Name or IP Address - The hostname or IP address of the Dell Boomi server.
  2. User Name and Password - The credentials for a user account that has the permissions to fetch assets.
DellBoomi(1)

Optional Parameters

  1. Account ID - Enter the Boomi account ID to enable fetching of SaaS Application settings data. When provided, the adapter also retrieves application settings such as SCIM provisioning status and per-user authentication settings.
  2. Verify SSL - Select whether to verify the SSL certificate of the server against the CA database inside of Axonius. For more details, see SSL Trust & CA Settings.
  3. HTTPS Proxy - Connect the adapter to a proxy instead of directly connecting it to the domain.
  4. HTTPS Proxy User Name - The user name to use when connecting to the value supplied in Host Name or IP Address via the value supplied in HTTPS Proxy.
  5. HTTPS Proxy Password - The password to use when connecting to the server using the HTTPS Proxy.
    To learn more about common adapter connection parameters and buttons, see Adding a New Adapter Connection.

Did this page help you?