GetEventStatistics operation

Gets event statistics for an object specified by ObjId.

The ObjId for all objects, except for the RuntimeController, is in the following format:

host:/ecs/eca/objectname.

SOAP message example:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope">
	<SOAP-ENV:Body  xmlns:m="http://www.eventgnosis.com/">
		<GetEventStatistics>
			<ObjId>Controller</ObjId>
		</GetEventStatistics>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>