Device42
About
The Device42 NetoFuse module provides enriched asset context to Netography Fusion from the Device42 asset management platform. It connects to the Device42 API to retrieve asset information from the Devices table and then uploads it as Context Labels to the Netography Fusion API.
API Configuration Parameters
All the fields required for this integration are listed here, along with the corresponding environment variable name used to set that field in the NetoFuse module.
URL
Yes
NETO__DEVICE42__URL
URL to Device42 API
Client Key
Yes
NETO__DEVICE42__CREDENTIALS__CLIENT_KEY
Device42 Token Authentication Client Key
Client Secret
Yes
NETO__DEVICE42_CREDENTIALS__CLIENT_SECRET
Device42 Token Authentication Client Secret
Username
No
NETO__DEVICE42__CREDENTIALS__USERNAME
Device42 User Authentication Username, if used instead of Token Authentication
Password
No
NETO__DEVICE42__CREDENTIALS__PASSWORD
Device42 User Authentication Password, if used instead of Token Authentication
Selecting Token Authentication or User Authentication
Device42 can use either Token Authentication or User Authentication to connect to the API. Token authentication is the recommended approach for a production deployment.
The Username and Password fields are not required if token authentication is used (and conversely, the Client Key and Client Secret fields are not required if User authentication is used).
Device42 Configuration
Follow Device42 instructions to generate a Client Key and Client Secret for a production deployment as documented here: https://api.device42.com/#API_Authentication
device42 NetoFuse Module Configuration
device42 NetoFuse Module ConfigurationAll the fields required for this integration are listed above in the API Configuration Parameters section above. See Configure > module for additional options for setting configuration fields and Credential Storage for additional options for setting credentials.
Advanced Configuration Options
The device42 module gathers asset information from the Devices API endpoints. By default, this uses the /api/2.0/devices/ API endpoint to retrieve all assets and all available fields. The fields that are used for context labels are then limited by the transform.
The params: section passes the key:valueset to the Device42 as parameters to the API call. In this section, set the include_cols key to limit what fields are returned for retrieved assets, and set additional parameters to filter what assets are retrieved. The list of available parameters are in the Device42 API documentation: Device42 API Guide > Devices > Get all v2
default device42 module configuration
device42 module configurationLast updated