getActivityStatisticsByService
(Custom with adb.perfMon) Returns the total number of objects processed for each of the schemas associated with the specified service. Also, returns the number of success and error objects.
The following table lists the parameter:
The following table lists the returns:
Returns | Type | Description |
---|---|---|
Operation | string | Type of operation that the service performs. |
Schema Name | string | Name of the schema that is associated with the service. |
Total | integer | Number of objects processed for this schema for Publication Service.
Number of objects received for this schema for Subscription Service. |
Success | integer | The number of objects that are successfully identified for this schema which will be published or written to a file. |
Failure | integer | The number of objects that are identified for this schema but are not published because the header of the schema failed validation for Publication Service, or is written to a file because the schema is not associated with the subscriber for Subscription Service. |
Copyright © Cloud Software Group, Inc. All Rights Reserved.