Skip to main content
Feedback

Boomi DataHub Platform API

The Boomi DataHub Platform API enables platform-level programmatic access to master data domains.

note

Domains are referred to in the previous topic links as universes, except in the context of deployment, where a universe refers to the model underlying a domain.

Access requirements

All Platform API requests must authenticate using Basic Auth. The credentials must be the user name (email address) and password of an authorized user of the account whose ID is specified in the request URL.

Furthermore, the authenticating user for all Platform API requests must have the API Access privilege. Requests for some operations require additional privileges — these privileges are noted in the individual topics for those operations.

If an API request does not provide Basic Auth credentials or the credentials or account ID are invalid, the Boomi Enterprise Platform responds with a 403 (Forbidden) HTTP Response having the following body:

<UserMessage id="error.user.login" type="error">
<Data>Incorrect user name and password combination.</Data>
</UserMessage>

If the authenticating user for a particular API request does not have the required privileges, the platform responds with a 400 (Bad Request) HTTP Response having the following body:

<error>
<message>The authenticated user does not have access rights to this functionality</message>
</error>

When making a call to the Platform API, users with Two-Factor authentication enabled are required to include X-Boomi-OTP as an HTTP header and set the authentication code as its value.

note

If you are using single sign-on, you need to use an API token to authenticate.

API usage limits

The Boomi DataHub Platform API enforces the following usage limits:

Number of requests per day
The limit is account-specific.

Calculating your account’s usage request limit is 1,000 times your number of licensed connectors. Usage is calculated based on a rolling 24-hour period, with usage calculated every hour. If API usage exceeds this limit, API users receive an HTTP 503 response indicating that the server is temporarily unable to fulfill the request.

For an example of how this works, assume that your account has a limit of 2,000 requests per day. If, starting at noon on Monday, API users make 100 requests per hour, the account reaches it's limit of requests per rolling 24-hour period during the 7:00 a.m. hour on Tuesday (20 hours * 100 requests an hour = 2,000 requests). API users cannot make requests again until the previous 24-hour period has fewer than 2,000 requests. It reaches that threshold after noon on Tuesday, when the previous day’s requests fall out of the previous 24-hour period.

note

None of ’s built-in functionality uses the Platform API, so using the service does not affect your API usage limits.

Platform API audit log

The Platform API enables programmatic access to the audit log. The API’s Audit Log object represents an entry in the audit log.

Retention of audit log entries is indefinite. Entries logged during the past 30 days appear in the Log tabs in Boomi DataHub.

Audit Log object queries for specific types of Boomi DataHub actions are constructed by combining the type, action and modifier filter parameters:

Action type(s)typeactionmodifier
Switched accountsaccountON_ENTRYNONE
Model addition to an account groupas.accountgroup.resourceADDNONE
Model removal from an account groupas.accountgroup.resourceDELETENONE
Created source in accountmdm.account.sourceADDNONE
Deleted source from accountmdm.account.sourceDELETENONE
Modified properties of sourcemdm.account.sourceUPDATENONE
Requested addition, updating or deletion of a channel for sourcemdm.channel.stateCHANGEREQUEST
Channel added, updated or deleted for a source (or failure of one of these operations)mdm.channel.stateCHANGERESPONSE
Channel update request resent for a golden recordmdm.dataADDNONE
Requested unlinking of a golden record from a sourcemdm.dataCHANGEREQUEST
Requested to manually end-date a golden record(s)mdm.dataDELETENONE
Requested to manually purge an end-dated golden record(s)mdm.dataDELETENONE
Golden records exported to CSVmdm.dataDOWNLOADNONE
Golden record manually updatedmdm.dataEDITNONE
Requested to stop end-date of an active golden record(s)mdm.dataSTOPNONE
Requested to stop purge of an end-dated golden record(s)mdm.dataSTOPNONE
End-dated golden record restoredmdm.dataUPDATENONE
Requested deployment of modelmdm.modelDEPLOYREQUEST
Model deployed (or failure of this operation)mdm.modelDEPLOYRESPONSE
Requested resetting of modelmdm.modelRESETREQUEST
Model reset (or failure of this operation)mdm.modelRESETRESPONSE
Requested undeployment of modelmdm.modelUNDEPLOYREQUEST
Model undeployed (or failure of this operation)mdm.modelUNDEPLOYRESPONSE
Canceled reapplying tags to all golden records in the model’s domain.mdm.modelUPDATENONE
Reapplying tags to all golden records in the model’s domainmdm.modelUPDATEREQUEST
Reapplied tags to all golden records in the model’s domainmdm.modelUPDATERESPONSE
Requested approval of quarantined entity for incorporation in domainmdm.quarantineAPPROVENONE
Requested deletion of quarantine entry(s)mdm.quarantineDELETENONE
Requested rejection of quarantine entrymdm.quarantineREJECTNONE
Requested match resolution or resubmission for quarantined entitymdm.quarantineRESOLVENONE
Requested restoration of end-dated golden record linked to quarantined entitymdm.quarantineRESTORENONE
Requested data update for quarantined entitymdm.quarantineUPDATENONE
Repository deletedmdm.repositoryDELETENONE
Repository renamedmdm.repositoryUPDATENONE
Requested attachment or removal of source to or from domain, enablement of initial load for source or finish of initial loadmdm.source.stateCHANGEREQUEST
Source attached to or removed from domain or initial load for source enabled or finished (or failure of one of these operations)mdm.source.stateCHANGERESPONSE
Source rankings updatedmdm.source.stateUPDATENONE
Default source selectedmdm.source.stateUPDATENONE
Default source designation removedmdm.source.stateUPDATENONE
Requested addition of staging area for sourcemdm.staging_areaADDNONE
Staging area disabled or reenabledmdm.staging_areaCHANGENONE
Requested deletion of staging area for sourcemdm.staging_areaDELETENONE
Requested renaming of staging areamdm.staging_areaUPDATENONE
Requested deletion of entities from staging areamdm.staging_dataDELETENONE
On this Page