You also need to create Global Configuration-tracked applications for each app (connection criteria) you intend to track. The tracked-application property allows individual applications to be identified in the server by connection criteria. The name of the tracked application is the same as the name you defined for the connection criteria.

For example, the following dsconfig command line adds the connection criteria we created in the previous step to the list of tracked applications:

$ bin/dsconfig set-global-configuration-prop \
  --set "tracked-application:Directory Manager”

The value of the tracked-application field corresponds to the value of the application-name dimension value that clients will specify when accessing the data via the API.