...
Endpoint | Function | Input | Output/Result |
---|---|---|---|
POST /aoi-track/ | Submit new aoi-track |
|
|
GET /aoi-track/ | List aoi-track
| none |
|
GET /aoi-track/{aoitrack_id} | Get aoi-track |
|
|
Implementation Notes
create new aoi-track
...
Assumption: Create AOI of high target areas for the system to keep-up IPFs.
metadata json will be saved inside the datasets directory as dataset.met.json
defaulting these AOIs to “inactive”
These dataset=area_of_interest in the backend need to have user tag “inactive” so that it is not active upon for forward keep up mode. These AOIs are for on-demand only and we store it for reference.
list aoi-track
query GRQ for all dataset=area_of_interest , but then filter results for dataset IDs that starts with “aoi_track-*”
...
query GRQ given aoitrack_id
return the contents of dataset.met.json as the metadata output field.