Smart SD
Smart SD is an IT asset inventory and site management platform that provides asset tracking, site membership enrichment, and incident ticketing support.
Use Cases the Adapter Solves
- IT Asset Inventory Visibility: Gain complete visibility into your IT assets tracked in Smart SD, including hardware details, warranty information, and asset lifecycle data.
- Site-Based Asset Management: Track asset location and site membership to understand asset distribution across your organization's physical locations.
Asset Types Fetched
- Devices
Endpoint to Asset Type Mapping:
| Data Source | API Endpoint | Axonius Asset Type |
|---|---|---|
| Assets | GET /api/v1/external/assets | Devices |
| Inventory Sites (enrichment) | GET /api/v1/external/inventory-sites | Devices (enriches assets with site information) |
Data Retrieved through the Adapter
Devices - fields such as: Asset Name, Device Serial, Device Manufacturer, Device Model
Before You Begin
Required Ports
- TCP port 443 (HTTPS)
Authentication Methods
API Key Authentication
The adapter authenticates using a static API key provisioned by the Smart SD vendor team. The API key is passed as a Bearer token in the Authorization header for all API requests.
APIs
Axonius uses the Smart SD API. The following endpoints are called:
GET /api/v1/external/assets- Retrieves asset inventory data including hardware details, warranty information, and asset tracking detailsGET /api/v1/external/inventory-sites- Retrieves site information to enrich assets with location and site membership data
Required Permissions
The API key must have access to the following endpoints:
- External Assets API - Required to read asset inventory data
- External Inventory Sites API - Required to read site information for enrichment
Note: The exact permission names should be confirmed with your Smart SD administrator or Smart SD support, as the API documentation is not publicly available.
Supported From Version
Supported from Axonius version 9.0.5
Connecting the Adapter in Axonius
- Navigate to the Adapter Catalog, search for Smart SD, and select the adapter.
- Click Add Connection.
- Provide the following parameters.
Required Parameters
- Host Name or IP Address - Tenant-specific base URL. Example:
https://tenant.mysmartsd-sandbox.com - API Key - Static API key provisioned by the Smart SD vendor team.
Optional Parameters
- 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.
- HTTPS Proxy - Connect the adapter to a proxy instead of directly connecting it to the domain.
- 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.
- 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.
Updated 2 days ago
