HTTP In Poller

LDIO Component Name: Ldio:LdioHttpInPollersee reference guide

Apache Nifi Component Name: InvokeHTTP see reference guide


The LDIO HTTP In Poller is a basic HTTP Poller that will poll a target URL on a specified interval. This component fetches data from an HTTP endpoint at a configured interval.

It is designed to process input in various content types, including XML (text/xml, application/xml), JSON (application/json), and RDF (text/turtle, application/ld+json, application/n-quads, application/n-triples, application/rdf+xml).

The expected output of the component is in these same formats, supporting XML, JSON, and RDF content types.

graph LR
    L[HTTP endpoint] --> H[HTTP poller component]
    H --> S[...]

    subgraph Publishing Pipeline
    H
    end