Endpoint

DatabaseTime-SeriesPostgreSQLOpen SourceCloudHypertablesContinuous AggregatesTiger Cloud

Properties

Name Type Description
host string
port integer
View JSON Schema on GitHub

JSON Schema

timescaledb-endpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Endpoint",
  "title": "Endpoint",
  "type": "object",
  "properties": {
    "host": {
      "type": "string",
      "example": "my-service.com"
    },
    "port": {
      "type": "integer",
      "example": 8080
    }
  }
}