Discovering Extensibility Mechanisms for Digital Manufacturing
Creating Tailored Production Operator Dashboards (PODs)
Administrating PODs
Automating Your Execution
Designing Production Processes
Monitoring and Administrating Production Processes
Leveraging Service Registry and Web Servers
Triggering Production Processes
Customizing of Digital Manufacturing Integration Flows via SAP Digital Manufacturing and Further Extensibility Options
Leveraging AI Capabilities in SAP DM

Registering the Create Alert Request API to the Service Registry

Objective

After completing this lesson, you will be able to register APIs to the service registry.

Create a Web Server

In this lesson, we will more or less follow the guide to configure the alert service from SAP Help. This is a good example of how to register your own services to the Service Registry. When you register a third-party service, you will just need to know the structures and endpoint details. See this link The alert service allows you to create alerts within SAP DM and send mail notifications to the alert processors to ask them to work on the alert. The API is already part of the Service Registry by default, so you will also find it upon searching for it. However, the alert function in SAP DM allows you to set up custom alert types containing custom alert data. The custom alert data you configure is not part of the create alert service you find in the Service Registry by default. Therefore, as soon as you use custom alert data, you need to register the service yourself.

Watch a Video

Note

This SAP Help page explains how to set up the SAP DM default destination.

Create a Schema

Watch a Video

Note

Here is the link to the CreateAlertRequest Schema.

Create a Service / API Call

Watch a Video