ShutdownInterlock
ShutdownInterlock Schema
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| uid | UUID |
No description |
| owner_id | Integer |
No description |
| scope_type | Enum(telescope, observatory) |
No description |
| telescope_id | Integer (Optional) |
No description |
| observatory_id | Integer (Optional) |
No description |
| name | String(255) |
No description |
| reason | String(1024) (Optional) |
No description |
| is_enabled | Boolean |
No description |
| starts_at | DateTime (Optional) |
No description |
| expires_at | DateTime (Optional) |
No description |
| last_modified | DateTime |
No description |
| is_deleted | Boolean |
No description |
Relationships
| Relationship Name | Type |
|---|---|
| owner | Entity |
| telescope | Telescope |
| observatory | Observatory |