Skip to main content

HTTP Client

Pulls data from an HTTP endpoint by making requests at a configured interval.

FieldTypeDefaultDescription
URLstringThe URL to send requests to
VerbstringGETHTTP method (GET, POST, PUT, DELETE)
HeadersmapHTTP headers to include
Timeoutstring5sRequest timeout
Retry Periodstring1sDelay between retries
Retriesinteger3Number of retries on failure
Rate LimitstringRate limit resource name

Supports authentication: Basic Auth, OAuth, OAuth2, and JWT.