Skip to main content
Version: next

CI List

Overview

CI List is a core module for viewing and managing Configuration Items in CMDB. By creating different CI list views, you can flexibly organize and display CI data to meet various business needs.

What this module can do for you:

  • Create custom CI list views (e.g., "All Servers", "Production Applications", etc.)
  • Filter CI data through queries
  • Dynamically configure table columns to select attributes to display
  • Support batch operations and export functionality
  • Create and associate CIs (including multi-step creation with mandatory dependencies)

Key Features

  • List Views: The left panel displays categorized system and custom lists
  • View Management: Create, edit, clone, and delete custom list views
  • Dynamic CI Attribute Display: Automatically selects the attributes to display based on the selected CI type
  • Multi-tab Detail Page: View CIs from four dimensions: Details, Configuration Topology, Component Resources, and Change History
  • CI Operations: Supports batch deletion, export current list, create CI, and create related CI
  • Common Table Capabilities: Column management, advanced filtering, pagination, density, local persistence, and more — see Data Table Operations

Interface Layout

The CI List management page uses a left-right split layout:

CI List management main interface

Left: CI Lists

The left panel displays all CI list views, grouped by type:

  • System Lists: System predefined list views
  • Custom Lists: User-created custom list views

List Operations:

  • Add List: Click the "Add" button at the top to create a new list
  • Edit List: Select a list, then click the "Edit" button at the top to edit the selected list
  • Clone List: Select a list, then click the "Clone" button at the top to clone the selected list
  • Delete List: Select a list, then click the "Delete" button at the top to delete the selected list (system lists cannot be deleted)

Right: CI Instance List

The right panel displays CI data for the selected list view:

  • Configuration Items: Displays corresponding CI attributes based on the selected CI type
  • CI Data Operations: Operations available for CIs listed in the view: create/edit individual CIs, batch delete CIs, batch export CIs, create related CIs, etc.
  • For common table operations such as column management, advanced filtering, pagination, and density, see Data Table Operations

By default, the table displays the basic attribute columns for that type along with key columns like "Display Name" and "CI Type"; other attributes can be enabled manually via column settings. Table preferences (columns, density, page size, etc.) are saved independently for each CI type or view — switching types will not overwrite another type's settings.

How to Use

View Configuration Items

  1. Select a list view in the left panel
  2. The right panel automatically displays CI data for that view
  3. Click a CI row to view details

Search Configuration Items

Use the quick search box above the right list:

  1. Enter the CI's display name in the quick search box, then click the "Search" button
  2. The list automatically filters to show only matching CIs
  3. Click the "Reset" button to restore all CIs

Create a Custom List View

  1. Click the "Add" button above the left list
  2. Fill in the list view information in the popup dialog:
    • Name: Unique identifier for the list view
    • Display Name: Display name for the list view
    • Root CI Type: Select the CI type to query
    • Type Filter: Set options such as including subtypes
    • Attribute Conditions: Add filter conditions (optional)
  3. Click "OK" to save

Edit a List View

Note: Only custom list views can be edited. System lists cannot be edited.

  1. Select the list you want to edit in the user list
  2. Click the "Edit" button at the top
  3. Modify the list view configuration
  4. Click "OK" to save

Clone a List View

  1. Select the list view you want to clone
  2. Click the "Clone" button at the top
  3. Modify the cloned list name (the name must be unique)
  4. Click "OK" to save

Delete a List View

Note: Only custom list views can be deleted. System lists cannot be deleted.

  1. Select the list view you want to delete in the CI list
  2. Click the "OK" button in the popup menu
  3. Confirm the deletion

List View Configuration

The CI List configuration page is used to create and edit CI lists. For detailed steps, see List View Configuration

CI Instance List

You can perform create, read, update, delete, and export operations on the CI instance list. For detailed steps, see CI Directory

System Lists vs. Custom Lists

FeatureSystem ListsCustom Lists
SourceSystem predefinedUser created
ModificationCannot be edited or deletedCan be edited and deleted
PurposeProvide common viewsMeet specific needs