Initiate test watchbox workflow
POST/initiate-test-watchbox-workflow
Triggers a simulated EO watchbox delivery workflow for integration testing purposes. The endpoint selects a pre-existing image strip collected for the specified customer/mission, fabricates a synthetic watchbox around it, and exercises the full delivery pipeline — sending Watchbox_Inventory_Collected, optionally Full_Strip_Available, and Products_Available callbacks to all configured channels.
The endpoint returns 202 immediately. All callbacks arrive within a few minutes.
Notes
- The customer and mission must be configured with Vantor and must have the EO_Vessel_Detect product type enabled.
- The image strip used is selected randomly from pre-existing strips for the mission.
- The synthetic watchbox geometry is fabricated around the selected strip and does not persist.
- Callback timing is compressed (seconds) compared to normal operations (hours to days).
Request
Responses
- 202
- 400
- 500
Watchbox test workflow initiated. All callbacks will arrive within a few minutes.
Invalid inputs — missing required fields, or customer/mission not configured for EO_Vessel_Detect.
Internal server error.