type

HaystackConn

HaystackConn : Conn

Haystack connector to a Haystack REST API server.

slots id

Unique identifier for entity in its project

spec

Type of this entity

conn

Marker tag for Conn type

actorTimeout

Timeout for messages send to the connector's actor thread

connErr

Error message associated when connStatus indicates an error condition

connLinger

Linger timeout used to keep a connector open

connOpenRetryFreq

Duration used for connector open retries

connPingFreq

Duration used to configure the auto-ping feature on a given connector

connState

Current connection open/close state of a connector

connStatus

Current status of a connector as one of the predefined strings See Connectors

connTuningRef

Reference to a tuning configuration defined by a ConnTuning rec

disabled

Sets connector into disabled state to prevent communication

haystackConn

Marker tag for HaystackConn type

haystackPollFreq

Applied to haystackConn to tune the duration between watch polls

password

Password for authentication

tz

Timezone

uri

Universal resource identifier

username

Username for authentication

haystackConn Marker

Marker tag for HaystackConn type

haystackPollFreq Duration? <val:1sec>

Applied to haystackConn to tune the duration between watch polls. If not configured it defaults to 1sec.

password Password?

Password for authentication

tz TimeZone?

Timezone

uri Uri?

Universal resource identifier

username Str?

Username for authentication

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST