Connect an AI assistant
Your AI assistant can read this documentation directly, so it answers from the current content instead of guessing. Add one of the servers below to your client — they use the Model Context Protocol (MCP). Each one covers a different body of content, so add the one you need.
The catalog did not load. Refresh the page to try again.
Loading…
{{server.name}}
{{server.summary}}
{{server.documentCount.toLocaleString()}} pages Not published to this site
- Name
-
{{server.name}} - URL
-
{{mcpServerUrl(server.path)}}
| Tool | What it does |
|---|---|
{{tool.name}} |
{{part.text}}{{part.text}} |
How can we help?
Searching in {{docApp.searchFilterBySpecificBookTitle}}
Searching for:
{{docApp.searchResultFilteredItems.length}} results for:
{{docApp.currentResultsSearchText}}
in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}}. Use a more specific search to further narrow down the results.
No documentation pages match this search, so all content types are shown.
Most matches are in {{docApp.searchDocTypeRescue.best.name}}.
There is no book with the ID "{{docApp.searchBookRescue.bid}}", so the book filter from this link was ignored and results from all books are shown.
You have an odd number of " characters in your search terms - each one needs closing with a matching " character!
-
{{resultItem.title}} {{resultItem.matchedBy === 'semantic' ? 'semantic' : (resultItem.matchedBy === 'both' ? 'keyword + semantic' : 'keyword')}}
{{resultItem.url}}
{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}
{{docApp.libraryHomeViewProduct.description}}
{{group.title || group.id}}
{{group.description}}
Configuration Example - Nexthink
- Article
- Fri Jul 05 2024
- 1 minutes to read
- 1 contributors
The following is an example of the SourceConfig, AssetTypes and data mapping configuration that could be used to import computer-type assets from Nexthink.
Important
The configuration example is provided as-is, and may not be suitable to import your organization’s Nexthink asset data. We highly recommend that a Nexthink administrator review the query and mapping against your Nexthink account before using this in a production environment.
{
"KeysafeKeyID": 0,
"LogSizeBytes": 1000000,
"HornbillUserIDColumn": "h_user_id",
"SourceConfig": {
"Source": "nexthink"
},
"AssetTypes": [
{
"AssetType": "Server",
"OperationType": "Both",
"Query": "(select (id name device_manufacturer device_model last_logon_time last_logged_on_user mac_addresses ip_addresses total_ram os_version_and_architecture os_build system_drive_capacity device_serial_number cpu_model cpu_frequency number_of_cores logical_cpu_number bios_serial_number distinguished_name) (from device (where device (eq os_version_and_architecture (pattern 'Windows*Server*')))))",
"NexthinkPlatform": "windows",
"AssetIdentifier": {
"SourceColumn": "name",
"Entity": "Asset",
"EntityColumn": "h_name"
},
"SoftwareInventory": {
"AssetIDColumn": "name",
"Query": "(select ((package (id publisher first_installation name program version)))(from (device package) (with package(where device (eq id (identifier {{AssetID}})))(where package(eq type (enum 'program'))(eq status (enum 'installed')))))(limit 20000))",
"Mapping": {
"h_app_id": "{{.publisher}}{{.name}}{{.version}}",
"h_app_name": "{{.name}}",
"h_app_vendor": "{{.publisher}}",
"h_app_version": "{{.version}}",
"h_app_install_date": "{{.first_installation}}"
}
}
}
],
"AssetGenericFieldMapping": {
"h_name": "{{.name}}",
"h_asset_tag": "{{.name}}",
"h_description": "From Nexthink: {{.name}} ({{.device_model}})",
"h_notes": "System Drive Capacity: {{.system_drive_capacity}}\nRAM: {{.total_ram}}",
"h_used_by": "{{.last_logged_on_user}}"
},
"AssetTypeFieldMapping": {
"h_name": "{{.name}}",
"h_mac_address": "{{.mac_addresses}}",
"h_net_ip_address": "{{.ip_addresses}}",
"h_net_computer_name": "{{.name}}",
"h_model": "{{.device_model}}",
"h_manufacturer": "{{.device_manufacturer}}",
"h_description": "{{.device_manufacturer .device_model}}",
"h_last_logged_on": "{{.last_logon_time}}",
"h_last_logged_on_user": "{{.last_logged_on_user}}",
"h_memory_info": "{{.total_ram}}",
"h_os_description": "{{.os_version_and_architecture}}",
"h_os_version": "{{.os_build}}",
"h_physical_disk_size": "{{.system_drive_capacity}}",
"h_serial_number": "{{.device_serial_number}}",
"h_cpu_info": "{{.cpu_model}}",
"h_cpu_clock_speed": "{{.cpu_frequency}}",
"h_physical_cpus": "{{.number_of_cores}}",
"h_logical_cpus": "{{.logical_cpu_number}}",
"h_bios_serial_number": "{{.bios_serial_number}}",
"h_net_name": "{{.distinguished_name}}"
}
}
- Version {{docApp.book.version}}
- Node {{docApp.node}} / {{docApp.build}}