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 SourceAPI EndpointAxonius Asset Type
SourcesGET /sourcesDevices
Source DetailsGET /sources/{source_id}Devices (enrichment)
Source PropertiesGET /sources/{source_id}/propertiesDevices (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 source
  • GET /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

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

Required Parameters

  1. 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/
  2. User Name - The username for Basic Authentication. Example: api_user
  3. Password - The password for Basic Authentication.
  4. 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.
SEL Blueframe

Optional Parameters

  1. HTTPS Proxy - Connect the adapter to a proxy instead of directly connecting it to the domain.
  2. 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.
  3. 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?