8.5.82 SatDbSatDetails

The SatDbSatDetails data record contains detailed information for one satellite. It is returned by a GET performed on the /api/v1/satdetails endpoint, collecting all information known about the satellite in one single document.

Data Model

| Key | Type | Value | | ------------ | ------------------------------------------------- | ----------------------------------------------------------------------------------------------_ | | satellite | SatDbSatellite | the basic properties of the satellite | | operator | SatDbSatOperator | the satellite operator assigned to this satellite | | beacons | Array of SatDbBeacon | a list of all beacons defined for this satellite, may contain 0 or more elements. | | tcChannels | Array of SatDbTc | a list of all tele-command channels defined for this satellite, may contain 0 or more elements. | | tmChannels | Array of SatDbTm | a list of all telemetry channels defined for this satellite, may contain 0 or more elements. | | tleData | Array of SatDbTLEData | the TLE ephemeris data defined for this satellite, may contain 0 or 1 elements. | | i11Data | Array of SatDbI11Data | the I11 ephemeris data defined for this satellite, may contain 0 or more elements. | | tableData | Array of SatDbTableTracking | the table tracking information for this satellite, may contain 0 or more elements. |

The SatDbSatDetails data record does not contain any antenna pointing information as this also depends on the antenna used to see this satellite.