Represents a SLM importer, capable of importing event data into the event_data tables. This entity was known as import metrics in SLM 3.5
| Column Name | Column Datatype | Column Null Option | Column Comment |
| importer_id | integer | not null | The unique identity of the importer |
| name | varchar(50) | with null | Unique symbolic name for the importer. Used for references on command line tools etc. |
| label | nvarchar(50) | with null | The label of the importer. |
| label_bundle_key | varchar(50) | with null | The bundle key for the label. This is used for i18n labels when label is NULL |
| callback_type | char(1) | with null | The callback type |
| callback_function | varchar(255) | not null | The callback function |
| status | char(1) | with null | The status |
| metric_folder_id | integer | with null | The metric folder to which the imported metrics will be placed. |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| importer_id | usm_importer_spec | importer_id |
| importer_id | usm_importer_instance | importer_id |
| importer_id | usm_import_rule | importer_id |
| importer_id | usm_import_attribute | importer_id |