Create sinks

Required capabilities: subscribeSignalsAcl:WRITE

Create one or more sinks in the project. A sink represents a destination for signals, either a user sink (signals sent to the user's e-mail) or an e-mail sink (signals sent to a specified e-mail address).

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

Sinks to create.

required
Array of any (Items) [ 1 .. 100 ] items
Responses
200

Created sinks.

400

The response for a bad request.

422

Validation Error

post/processes/signals/sinks
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}