SEL Blueframe
SEL Data Management and Automation (DMA) is a platform that provides configuration monitoring, data collection, and automation capabilities for SEL (Schweitzer Engineering Laboratories) devices deployed in industrial and critical infrastructure environments.
Use Cases the Adapter Solves
- Visibility into Industrial Control Systems: Discover and inventory SEL devices deployed in critical infrastructure environments, providing visibility into operational technology (OT) assets.
- Device Configuration Monitoring: Track configuration changes and properties of SEL devices to ensure compliance with security policies and operational standards.
Asset Types Fetched
- Devices
Endpoint to Asset Type Mapping:
| Data Source | API Endpoint | Axonius Asset Type |
|---|---|---|
| Sources | GET /sources | Devices |
| Source Details | GET /sources/{source_id} | Devices (enrichment) |
| Source Properties | GET /sources/{source_id}/properties | Devices (enrichment) |
Data Retrieved through the Adapter
Devices - fields such as: Name, Device Manufacturer, Device Model, Device Serial
Before You Begin
Required Ports
- TCP port 443 (HTTPS)
Authentication Methods
Basic Authentication
The adapter authenticates using Basic Authentication with a username and password. The credentials are sent in the Authorization header for all API requests.
APIs
Axonius uses the SEL Blueframe API. The following endpoints are called:
GET /sources- Retrieves list of sources (devices)GET /sources/{source_id}- Retrieves detailed information for a specific sourceGET /sources/{source_id}/properties- Retrieves properties for a specific source
Required Permissions
The API user must have permissions to access the SEL Blueframe API endpoints for reading source information.
Note: The exact permission names should be confirmed with your SEL Blueframe administrator or SEL support, as the API documentation is not publicly available.
Supported From Version
Supported from Axonius version 9.0
Connecting the Adapter in Axonius
- Navigate to the Adapter Catalog, search for SEL Blueframe, and select the adapter.
- Click Add Connection.
- Provide the following parameters.
Required Parameters
- Host Name or IP Address - Base domain for the API, should contain a prefix of http:// or https://. Do not add any specific endpoints after the domain. Example:
https://www.axonius.com/ - User Name - The username for Basic Authentication. Example:
api_user - Password - The password for Basic Authentication.
- 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.
Optional Parameters
- 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
