Population Request Output

Upon processing a population request, the population connector must return a PopulationConnectorOutput.

This output object contains:

  • the queried data, in ResultTreeNode format
  • status information (needed in case of failure)
  • chunk information

A sample population response can be seen in the following figure:

In the response above, the connector returned four data instances (corresponding to the UCMDB Node), an empty status (signaling success) and a flag indicating that this is not the last chunk.