Reporting Telemetry via OCM
You can report the actual execution details using an OCM file. To do this:- Go to the
/burn-planpage. - Click the Telemetry button.
- Upload the OCM file containing the real execution data via TELEMETRY maneuvers.

- The actual maneuver magnitude and epoch differ significantly from the planned values.
- You want to report telemetry for multiple maneuvers at once.
Merging Existing Telemetry
If a user has already uploaded telemetry for a specific time range and need to include new or updated data, there are two merge strategies:- Update: Updates only the maneuvers that match by ID within the overlapping period. Any maneuvers without matching IDs remain unchanged.
- Replace: Removes any existing maneuvers that overlap with the newly imported ones. This action is permanent; you cannot undo it.
Merge actions act on existing datasets, regardless if it was formerly reported as PLANNED or TELEMETRY data.
POST /v1/maneuvers/report/file: to update existing data with telemetry valuesPOST /v1/maneuvers/report/file/override: to replace existing data with telemetry values
Reporting Execution Epochs
This option is recommended if a maneuver was partially executed but the maneuver’s magnitude stayed nominal. Users can update each maneuver individually through the platform:- Click the edit icon in the maneuver composition section.
- Enter the actual execution epochs in the popup window.

PUT /v1/maneuvers/{maneuverID}/report/epoch.