Target tables for n8n
When you complete setting up the connection, you can configure the integration to periodically pull data from a n8n project. The data is saved in tables that extend from the CMDB CI classes and other non-CMDB classes.
Target tables for AI systems
[cmdb_ai_system_component_product_model]
The following attributes in the n8n Datacenter [cmdb_ai_system_component_product_model] table are populated by collected data.
| Attribute label | Attribute name | n8n attribute |
| Name | name | name |
| Version | version | Type version |
[alm_ai_system_digital_asset]
The following attributes in the n8n Datacenter [alm_ai_system_digital_asset] table are populated by collected data.
| Attribute label | Attribute name | n8n attribute |
| External Ref id | external_ref_id | Connection Url |
| Display Name | display_name | Name |
| Install Status | Install_status | Data is Archived |
| AI Models | ai_models | AI Language model |
[cmdb_ci_function_ai]
The following attributes in the n8n Datacenter [cmdb_ci_function_ai] table are populated by collected data.
| Attribute label | Attribute name | n8n attribute |
| Name | name | display name |
| Object ID | object_id | external reference id |
| Install status | install_status | Install status |
| Model ID | model_id | model |
| Vendor | vendor | vendor |
Target tables for AI model
cmdb_ai_model_product_model.
The following attributes in the n8n Datacenter [cmdb_ai_model_product_model] table are populated by collected data.
| Attribute label | Attribute name | n8n attribute |
| Name | name | Model name |
| Version | version | Type version |
alm_ai_model_digital_asset.
The following attributes in the n8n Datacenter [alm_ai_model_digital_asset] table are populated by collected data.
| Attribute label | Attribute name | n8n attribute |
| External Ref ID | external_ref_id | Connection URL, model name, type version |
Target tables for AI prompts
cdmb_ai_prompt_product_model.
The following attributes in the n8n Datacenter [cdmb_ai_prompt_product_model] table are populated by collected data.
| Attribute label | Attribute name | n8n attribute |
| Name | name | Name |
| Prompt Info | prompt_info | Parameters system message |
alm_ai_prompt_digital_asset.
The following attributes in the n8n Datacenter [alm_ai_prompt_digital_asset] table are populated by collected data.
| Attribute label | Attribute name | n8n attribute |
| External Ref ID | external_ref_id | Asset type, asset id |
Target tables for AI Subcomponents
sn_ent_ai_system_subcomponent_m2m.The following attributes in the n8n Datacenter [sn_ent_ai_system_subcomponent_m2m] table are populated by collected data.
| Attribute label | Attribute name | n8n attribute |
| AI System | ai_system | connectionUrl + workflowld + +nodeld or n8n |
| AI Subcomponent | ai_subcomponent | connectionUrl + workflowld + nodeld or n8n |
| AI subcomponent reference table | ai_subcomponent_reference_table | agents or tools |
Target tables for AI Usage
sn_ai_disc_ai_usage.
The following attributes in the n8n Datacenter [sn_ai_disc_ai_usage] table are populated by collected data.
| Attribute label | Attribute name | n8n attribute |
| AI System | ai_system | connectionUrl+ workflowld + nodeld |
| Session ID | session_id | data.id |
| Time | time | runData.executions |
| Count | count | runData.executions.length |