QuestDB ILP HTTP Ingestion

Influx Line Protocol over HTTP /write endpoint for ingestion clients that prefer HTTP (TLS, auth and ack semantics easier than the TCP variant). Served on the same port (9000) as the REST API.

API entry from apis.yml

apis.yml Raw ↑
aid: questdb:ilp-http
name: QuestDB ILP HTTP Ingestion
description: Influx Line Protocol over HTTP /write endpoint for ingestion clients that prefer HTTP (TLS,
  auth and ack semantics easier than the TCP variant). Served on the same port (9000) as the REST API.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://questdb.com/docs/reference/api/ilp/overview/
baseURL: http://<host>:9000
tags:
- ILP
- HTTP
- Ingestion