Create subscriptions

Required capabilities: subscribeSignalsAcl:WRITE

Create one or more subscriptions in the project. A subscription ties a sink to a topic with a filter that determines which signals will be pushed out to the sink.

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

Subscriptions to create.

required
Array of objects (Items) [ 1 .. 10 ] items
Responses
200

Created subscriptions.

400

The response for a bad request.

422

Validation Error

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