Administering and Monitoring Business Processes 10.4 | Administering and Monitoring Business Processes | webMethods Monitor Built-in Services Reference | pub.monitor.service Folder | pub.monitor.service:getChildDetails
 
pub.monitor.service:getChildDetails
Retrieves detailed information for all services that have the same parent service.
Input Parameters
The following table lists the input parameters.
contextID
String Context ID for the parent service. 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
The following table lists the output parameters.
details
Document List List of the retrieved services that have the specified parent service. For each service, the following fields are returned:
*ROOTCONTEXTID String Context ID of the parent service's root service. If the parent service is a top-level service, the root context ID is the same as the context ID.
*PARENTCONTEXTID String Context ID of the specified parent service.
*CONTEXTID String Context ID for the child service; the information in details is for this service.
*STATUS String Status of the service. The service returns the numerical value that represents the status. For a description of the status values, see Status Reference.
*STATUSDECODE String Status value of the service. The service returns the keyword value that represents the status. For the list of keyword values, for example, “Started” or “Completed,” see Status Reference.
*SERVICENAME String Fully qualified name of the child service; the information in details is for this service.
*USERID String Integration Server user name of the client that invoked the service.
*RESUBMITTABLE String Whether the service exists in the logging database and is resubmittable.
*true   Service exists and is resubmittable.
*false Service does not exist and is not resubmittable.
*ERRORMESSAGE String If the service's status is 4 (Failed), the error message for the service.
*SERVERID String DNS name and port of the Integration Server that ran the service (for example, titan.east.webmethod.com:5555).
*DURATION String If the service's status is 2 (Completed) or 4 (Failed), length of time the service ran (in milliseconds).
*AUDITTIMESTAMP Number Time the service's status was logged, in epoch time; that is, the number of seconds since January 1, 1970.
*AUDITTIMESTRING String Time the service's status was logged in string format, YYYY-MM-DD hh:mm:ss.SSS zzz, where:
*YYYY-MM-DD is the date
*hh:mm:ss:SSS is the time, including milliseconds
*zzz is the time zone

Copyright © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release