TelescopeSnapshot
TelescopeSnapshot Schema¶
Description: Timeseries of telescope state updates.
``operational_status`` / ``fault_reason`` (from FaultableSnapshotMixin) let a
telescope-level fault — one not attributable to a single device — be reported
and alerted through the same ingestor->operational-event path as a device
fault. The freeform ``data`` blob still carries the rest of the state.
Properties¶
| Name | Type | Description |
|---|---|---|
| telescope_id | Integer |
No description |
| timestamp | DateTime |
No description |
| data | JSONB |
No description |
| operational_status | Enum(safe, unsafe, stabilizing, unknown, fault) (Optional) |
No description |
| fault_reason | String(Unbounded) (Optional) |
No description |
Relationships¶
| Relationship Name | Type |
|---|---|
| telescope | Telescope |