pub.monitor.service:exists
Checks whether a specified service has logged data to the logging database.
Input Parameters
contextID | String Context ID for the service for which to check the database. Specify the complete, exact ID. Note: | Whether Monitor treats contextID as case-sensitive depends on how the underlying database (for example, Oracle, DB2, or SQL server) handles the queries that Monitor issues to obtain data. |
|
Output Parameters
exists | String Whether logging data for the service exists in logging database. true Logging data for the service exists in the database. false Logging data for the service does not exist in the database. |