The MID WebService Event Collector enables you to collect alerts sent from SAP Solman utilizing event stream notification capabilities. The interface is running a push and a pull interface to interact directly with SOLMAN (see HomePage)
Ensure that you:
Role required: evt_mgmt_admin
JSON formatted event messages are sent from SAP Solman. The MID Server transforms the collected alert messages by parsing them using the TransformEvents_SAPSolman script include, located here: Event Management > Event Listener (Push) > Listener Transform Scripts.
In the Listener Transform Scripts page, click TransformEvents_SAPSolman .
The default format of the URL to push alert messages from SAP SOLMAN to the MID Server is http://<MID_Server_IP>:<MID_Web_Server_Port>/api/mid/em/inbound_event?Transform=TransformEvents_SAPSolman
Variable | Description |
---|---|
MID_Server_IP | IP address of the MID Web Server Extension |
MID_Web_Server_Port | Listening port of the MID Web Server Extension |
The following procedure describes the collection of JSON formatted event messages using basic authentication. For more information about supported authentication methods, see Configure the MID Web Server extension.