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 - Virima
- Article
- Wed Mar 19 2025
- 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 Windows Server CIs from Virima.
Important
The configuration example is provided as-is, and may not be suitable to import your organization’s Virima CI data. We highly recommend that a Virima administrator review the query and mapping against your Virima account before using this in a production environment.
{
"KeysafeKeyID": 0,
"LogSizeBytes": 1000000,
"HornbillUserIDColumn": "h_user_id",
"SourceConfig": {
"Source": "virima",
"Virima": {
"Module": "CmdbCi",
"ClassName": "CmdbCi",
"DBClassName": "TCI",
"Sort": {
"SortKey": "lastModifiedOn",
"SortOrder": "DESC"
}
}
},
"AssetTypes": [
{
"AssetType": "Windows Servers",
"OperationType": "Both",
"VirimaFilters": [
{
"dbPropertyType": "boolean",
"filterKey": "archive",
"operator": "eq",
"value1": "false"
},
{
"dbPropertyType": "boolean",
"filterKey": "blueprint.isCIPart",
"operator": "eq",
"value1": "false"
},
{
"filterKey": "blueprint.name",
"operator": "cn",
"dbPropertyType": "String",
"value1": "windows server"
}
],
"PreserveShared": false,
"PreserveState": false,
"PreserveSubState": false,
"PreserveOperationalState": false,
"AssetIdentifier": {
"SourceColumn": "{{.id}}",
"Entity": "Asset",
"EntityColumn": "h_external_id"
},
"SoftwareInventory": {
"VirimaFilters": [
{
"dbPropertyType": "boolean",
"default": "true",
"filterKey": "source.archive",
"operator": "eq",
"value1": "false"
}
],
"AppIDColumn": "{{.Software_Publisher}}{{.Software_Name}}{{.Software_Version}}",
"Mapping": {
"h_app_id": "{{.Software_Publisher}}{{.Software_Name}}{{.Software_Version}}",
"h_app_name": "{{.Software_Name}}",
"h_app_vendor": "{{.Software_Publisher}}",
"h_app_version": "{{.Software_Version}}",
"h_app_info": "",
"h_app_install_date": "{{ if .Software_Install_Date }} {{ toDate \"20060102\" .Software_Install_Date | date \"2006-01-02 15:05:05\" }} {{ end }}"
}
},
"AssetTypeFieldMapping": {
"h_name": "{{.Asset_Name}}",
"h_net_ip_address": "{{.IP_Address}}",
"h_net_computer_name": "{{.Host_Name}}",
"h_description": "From Virima: {{.Description}}",
"h_os_description": "{{.Operating_System}}"
}
}
],
"AssetGenericFieldMapping": {
"h_name": "{{.Asset_Name}}",
"h_asset_tag": "{{.Asset_Id}}",
"h_description": "From Virima {{.Description}}",
"h_external_id": "{{.id}}",
"h_external_source": "Virima"
}
}
- Version {{docApp.book.version}}
- Node {{docApp.node}} / {{docApp.build}}