http_poll event has these fields:
string
required
The event type.
string
required
The source that made the event.
string
required
The URL, with no query string, fragment or user info.
string
required
When the poll ran (RFC 3339).
boolean
true when the event was over 3 MiB. Then before, after and item are removed.changed_fields is a sorted list of dotted paths. Arrays are compared as a whole, so a change inside an array shows the path of the array.
http_poll.changed
Document mode. The watched value changed.any
The old value.
null when the old value was too large to keep (over 2 MiB). Then changed_fields is ["$"].any
The new value.
string[]
The paths that changed.
http_poll.item.added
Items mode. A new item is in the list.string
The value of the ID field, as text.
object
The item.
http_poll.item.changed
Items mode. An item changed.object
The item now.
object
The item before. Not present when the old item was too large to keep. Then
changed_fields is ["$"].string[]
The paths that changed. Fields in Ignore fields are not counted.
http_poll.item.removed
Items mode. An item is no longer in the list.object
The last copy of the item, when hooksnode kept it.