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:getCustomData
 
pub.monitor.service:getCustomData
Retrieves user-defined logged field values of a service and returns them as name/value pairs.
Input Parameters
The following table lists the input parameters.
contextID
String Context ID for the service whose user-defined logged fields you want to retrieve. Specify the complete, exact ID.
fieldName
String Optional. Complete name of the logged field whose value you want to retrieve.
sortBy
String Optional. Value to use to sort the returned list of logged field values. This parameter works with the sortOrder parameter.
*SERVERID DNS name and port for the Integration Server that ran the service.
*MSGID ID of user-defined messages that contain the logged fields.
*FIELDNAME Name of the field for which a value was logged.
*STRINGVALUE Values of string type document fields.
*NUMBERVALUE Values of Number type document fields.
*DATEVALUE Values of Date type document fields.
sortOrder
String Optional. Whether to sort the returned list of logged field values in ascending or descending order. The documents are sorted by the field identified by the sortBy parameter.
*0 Default. Sort in ascending order.
*1 Sort in descending order.
Output Parameters
The following table lists the output parameters.
customData
Document List The list of returned logged field values. For each logged field value, the following fields are returned:
*CONTEXTID String Context ID for the service.
*SERVERID String ID of server where service that logged the fields ran.
*MSGID String ID of user-defined messages that contain the logged fields.
*FIELDNAME String Name of the field for which a value was logged.
*STRINGVALUE String The value of the field if the logged field value is a string.
*NUMBERVALUE String The value of the field if the logged field value is a number; otherwise the service returns 0.0 in this field.
*DATEVALUE String The value of the field if the logged field value is date.
message
String Optional. Error that occurred during the execution of this service if this service encountered an error.

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