getActivityStatisticsByOperation()

Returns the total number of objects processed for all the schemas by each service that is associated with a specified operation, and returns the number of success and error objects.

The following table lists the parameter:
Parameter Type Description
Operation String The type of operation: read or write.

Returned Results

The following table lists the returned results:

Name Type Description
Service Name String The name of the service that is associated with the specified operation.
Total String The total number of objects processed for this schema for an adapter service.
Success String The number of objects that are successfully identified for this schema, and are to be published or written to a file.
Error String The number of objects that are identified for this schema but are not published. This reason is that the header of the schema fails in the validation for Publication Service, or is written to a file because the schema is not associated with the subscriber for Subscription Service.