The Population Framework Architecture

The mechanism is similar to that of the Push Adapter framework, meaning that a user of this Population Adapter framework must provide a mapping file and a connector implementation, and bundle them together in a UCMDB adapter package.

The operation flow contains the following steps

  1. The UCMDB user triggers the population operation from the UI.
  2. The command is sent to the population adapter.
  3. The population adapter calls the population connector and retrieves data in chunks.
  4. The population adapter applies the defined mapping on data from each chunk and sends it forward to the UCMDB Server.