list_data_sources
List import data sources feeding the CMDB, showing type, target table, and last run. Filter by table or active status to audit data pipelines.
Instructions
List configured import data sources.
Data sources define where external data comes from (JDBC, LDAP, file, REST, etc.) and which import set table it lands in. Use this to understand what feeds data into the CMDB.
Args: target_table: Filter by target table name (e.g. cmdb_ci_server). Optional. active_only: If True, return only active data sources. Defaults to True. limit: Maximum data sources to return (1-1000, default 25). offset: Pagination offset.
Returns: JSON object with "count" and "data_sources" list containing name, import_set_table, type, target_table, active status, and last run timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_table | No | ||
| active_only | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |