Hi,
using graylog 4.1.6, I’d like to create an input using ReST. So I look at Node/Swagger api console to understand how create the json to post for input creation
A good way to understand a REST call is to issue it through the UI and observe the parameters in the browser dev tools. The GL frontend communicates exclusively via the API. Anything you can do via the UI you should also be able to do directly via API.