SOAP API - errorEvent

The table summarizes the SOAP API - errorEvent.

Request Uses the eventRequest element (from the EventCollectorUpdateService schema).
Parameter notes See event.
  • severity: specify ERROR. For other severities, use the event operation.
Response There is no response; see event.
Example Request:
<soapenv:Body>
      <api:eventRequest>
         <base:Event>
            <correlationId>43</correlationId>
            <eventTimestamp>2012-08-27T00:00:00.000Z</eventTimestamp>
            <message>Custom error message</message>
            <messageId>CUSTOM_ERROR</messageId>
            <priority>HIGH</priority>
            <severity>ERROR</severity>
         </base:Event>
      </api:eventRequest>
</soapenv:Body>