SkyNodeInstallation
SkyNodeInstallation Schema
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| uid | UUID |
No description |
| owner_id | Integer |
No description |
| created_by_user_id | Integer |
No description |
| created_at | DateTime |
No description |
| last_seen_at | DateTime (Optional) |
No description |
| observatory_id | Integer |
No description |
| telescope_id | Integer (Optional) |
No description |
| name | String(255) (Optional) |
No description |
| machine_label | String(255) (Optional) |
No description |
| platform | String(100) (Optional) |
No description |
| app_version | String(100) (Optional) |
No description |
| notes | String(Unbounded) (Optional) |
No description |
Relationships
| Relationship Name | Type |
|---|---|
| owner | Entity |
| created_by_user | User |
| observatory | Observatory |
| telescope | Telescope |
| tokens | Token |