Expand description
Haystack HTTP API op handlers and route registration.
Modules§
- about
- The
aboutop — server info and SCRAM authentication handshake. - data
- The
exportandimportops — bulk data import/export. - defs
- The
defsandlibsops — query the definition namespace. - federation
- Federation HTTP endpoints — status and sync for remote connectors.
- formats
- The
formatsop — list supported MIME types. - his
- The
hisReadandhisWriteops — historical time-series data. - invoke
- The
invokeActionop — invoke an action on an entity. - libs
- Library and spec management endpoints.
- nav
- The
navop — navigate a project for entity discovery. - ops_
handler - The
opsop — list all available operations. - point_
write - The
pointWriteop — write a value to a writable point. - rdf
- RDF export endpoints — Turtle and JSON-LD serialization of all entities.
- read
- The
readop — read entities by filter or by id. - system
- System administration endpoints (admin-only).
- watch
- Watch ops — subscribe, poll, and unsubscribe for entity changes.
Functions§
- configure
- Configure all Haystack API routes under
/api.