Several Import Set tables are available by default.

Notification

A standard object for describing an external interface for a notification in the system, such as alarms and alerts from monitoring systems. The default transform map for this object will create or update an incident record. The incoming notifications are coalesced into incidents based on the UUID field.

Computer

A standard object for describing an external interface for a computer in the system. The default transform map will create/update a Computer (cmdb_ci_computer) or Server (cmdb_ci_server, cmdb_ci_win_server, cmdb_aix_server etc ..) based on the operating_system field value. The incoming computers are coalesced based on the serial_number field. Additionally, the transform script of the map will map to various extensions of the Computer (cmdb_ci_computer) based on the operating_system value being entered.

  • UNIX Server (cmdb_ci_unix_server)
    • AIX
    • HP/UX
    • Solaris
    • AIX
  • Windows Server (cmdb_ci_win_server)
    • Windows 2000 Server
    • Windows 2003 Server
    • Windows NT 4.0
  • Server (cmdb_ci_server)

    Any operating system that contains the word "Linux".

User

A standard object for describing an external interface for a user in the system. The default transform map script sets the user_name field value to first_name.last_name if the web service's user_id field value is not supplied, otherwise, the user_id value is mapped directly to the user_name field in the User (sys_user) table.

Location

A standard object for describing an external interface for a location in the system. The web service will create or modify records in the Location (cmn_location) table.