OpenAPI Enricher
Description
OpenAPI Enricher is a particular type of enricher which uses Open API standard for inter-systems commmunication. It is autogenerated by Nussknacker based on the OpenAPI interface definition. You need to configure OpenAPI integration to have this component available in the Component Palette.
note
In this documentation, data record is the neutral term used across all processing modes.
In purely streaming contexts, we typically use term event - that simply means a data record with a timestamp, which lets Nussknacker apply time-based processing logic.
Parameters and configuration
| Name | Description |
|---|---|
| OperationId | Id of the OpenAPI operation, as defined in the interface definition |
| Input parameters | An entry field for each of the operation's input parameters. Nussknacker validates the data type of each entry field against the OpenAPI interface definition. |
| Output variable name | This variable will contain the result of OpenAPI service call |