- ServiceNow Application Development
- Sagar Gupta
- 223字
- 2021-07-03 00:01:11
Configuration management table
The configuration management application in ServiceNow is used to build and maintain the logical service configurations of the infrastructure and applications that support a service. In order to build applications surrounding the configuration management application, it is important to understand the architecture of the configuration management tables.
The logical service configurations are stored in the Configuration Management Database (CMDB), and are mapped to the physical inventory in your organization. The CMDB consists of entities called configuration items (CI). A CI may be:
- A physical entity: Such as a computer or router
- A logical entity: Such as an instance of a database
- Conceptual: Such as a payroll service
The parent class of all CI classes in ServiceNow is the cmdb (base configuration item) table. It has some set of fields that are relevant to all configuration items. The cmdb table is extended by the a table named cmdb_ci (Configuration Item). There are over 90 tables/CI class definitions that extend the Configuration Item (cmdb_ci) table, and thus they also inherit the fields from the base configuration table (cmdb.) This is illustrated in the following image:

To see the relationships between tables (classes), we can always refer to the schema map. The Database Instance and Application Server tables extend the Application class, which in turn extends cmdb_ci and again extends the cmdb class.
- Java逍遙游記
- Deploying Node.js
- Visual C++串口通信開發(fā)入門與編程實踐
- JavaScript高效圖形編程
- GeoServer Cookbook
- AIRAndroid應用開發(fā)實戰(zhàn)
- JSP開發(fā)案例教程
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Reactive Android Programming
- 大學計算機基礎實驗指導
- Python 快速入門(第3版)
- 你必須知道的.NET(第2版)
- ANSYS FLUENT 16.0超級學習手冊
- 面向對象分析與設計(第3版)
- Developing RESTful Web Services with Jersey 2.0