The SatDbTleUpload data record is used to upload a file containing a list of TLE definitions to the satellite database. It is used with the /api/v1/tleimport API endpoint.
Data Model
| Key | Type | Value |
|---|---|---|
| fileName | String | the name of the file which is to be imported. This is used in the backend for logging etc. |
| replaceAll | Boolean | Controls the behavior of the import process, FALSE merges the database and file content together, overwiting data sets with the same norad number. TRUE ensures that after the import only the TLE datasets from imported file are in the database. |
| fileContent | String | The content of the file to be imported, BASE64 coded. |