Develop > Developer Reference > Using APIs > Universal CMDB REST API > Using the REST API > Generate Customizable Change Report

Generate Customizable Change Report

Starting with version 10.32, the implementation of SDK API and REST API enables you to generate customizable change report only for specific attributes, or to exclude specific attributes.

Overview

The customizable change reports contain attribute changes and current values. The reports can be filtered to be generated only for specific CIs, and only for specific attributes of those CIs.

There are 3 ways in which the attribute changes can appear in the report:

  • blacklist: Specify a list of attributes that are to be excluded from the report (that is, generate a report for all attributes except the specified ones)
  • whitelist: Specify a list of attributes that are to be used for the report (that is, generate a report only for the specified attributes)

  • all: Generate a report for all the attributes of the given CIs

There is one way in which attribute current values can appear in the report and that is by working with the view definition and modifying Report Layout.

Any attribute that is added to Report Layout appears on each CI in the generated report.

All the functionality is available both in form of REST endpoints, as well as SDK service.

How to Use