Thanks for the reply.
I have seen above, and noticed this artical. Garylog and PRTG API (REST JSON)
"Basically it’s a plain RESTFul API that can return A JSON struct that has an array with a dict entry for each item. So you can have something like:
{ … , “sensors”: [{“id”: “1234”, “name”: “sensor1”, … }, { "id: “1278”, “name”: “sensor2”}, … ]}
What I want is to transform each item into a record in Graylog."
My API json output is array as above. Quetion is that can I use “JSON path from HTTP API input” to get each item into a record in Graylog?
Thanks in advance.