Skip to main content

Dell Asset Management

JupiterOne's integration with Dell Asset Management collects hardware inventory and warranty entitlement data from the Dell TechDirect API, providing visibility into your Dell device fleet and the support coverage attached to each asset.

Installation

For this integration, you will need:

  • A set of Dell TechDirect API OAuth credentials — a Client ID and Client Secret for the TechDirect Asset/Entitlement API. Register at tdm.dell.com to obtain them. See the Dell developer portal for API documentation.
  • A CSV file containing the Dell service tags you want to enrich. The integration looks up warranty and entitlement data for each tag against the TechDirect /PROD/sbil/eapi/v5/asset-entitlements endpoint.
info

The integration enriches a customer-supplied list of service tags — it does not auto-discover newly purchased hardware. Re-upload the CSV when new devices ship to bring them into JupiterOne.

Service tags CSV format

The Service Tags (CSV) field accepts either of the following formats:

  • One service tag per line, with no header row:

    ABC1234
    DEF5678
    GHI9012
  • A CSV with a header row containing a serviceTag column. The header match is case-insensitive, and service_tag and Service Tag are also accepted. Any extra columns are ignored:

    serviceTag,owner,location
    ABC1234,Alice,Boston
    DEF5678,Bob,New York

Tags are automatically trimmed, uppercased, and deduplicated. Blank rows are skipped. A multi-column file that does not contain a recognized service-tag header column is rejected with a configuration error, to avoid silently treating the header row as data.

Configuration in JupiterOne

To install the Dell Asset Management integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Dell Asset Management. Click New Instance to begin configuring your integration.

Creating an instance requires the following:

  • The Account Name used to identify the Dell account in JupiterOne. Ingested entities will have this value stored in tag.AccountName when the AccountName 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.

  • TechDirect Client ID: the OAuth client ID for the Dell TechDirect Asset/Entitlement API.

  • TechDirect Client Secret: the OAuth client secret for the Dell TechDirect API.

  • Service Tags (CSV): upload the CSV file containing the Dell service tags to enrich.

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.