SOAP API - event
The table summarizes the SOAP API - event.
Request | Uses the eventRequest element (from the EventCollectorAuditService schema). |
Parameter notes |
|
Response | There is no response.
If it is necessary to confirm whether or not the operation was successful, you can query the database tables. See the TIBCO ActiveMatrix® BPM Event Collector Schema Reference for information on the database tables. |
Example | Request:
<soapenv:Body> <api:eventRequest> <base:Event> <correlationId> </correlationId> <eventTimestamp>2012-08-27T00:00:00.000Z</eventTimestamp> <id>pvm:0a101f</id> <message>Deployed Channel</message> <messageId>WPCORE_DEPLOY_DEPLOY_CHANNEL</messageId> <priority>LOW</priority> <severity>AUDIT</severity> <attribute> <attributeId>36</attributeId> <attributeName>managedObjectId</attributeName> <value>CH10</value> </attribute> </base:Event> </api:eventRequest> </soapenv:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.