...
Retrieval functions
Retrieve Product
Analysis from 3.4 section of LTA ICDQueries
Call from LTA Client | "OGC API - Processes" operation | Details on query | Response of query |
---|---|---|---|
Product Order Request | /processes/{PROCESSID}/execution | Query type : POST PROCESSID = order-request Input parameters :
| By default returned by service:
|
Other parameters (can be retrieved through endpoint /jobs/{JOBID} |
- Status → Job status (in_progress)
- Submission datetime → Job Start datetime
- Estimated datetime → Job end estimated datetime
- Priority → in parameters dict ?
Order Status Query (status = completed) | /jobs/{JOBID}?status=successful | JOBID = order ID returned previously | List of completed Jobs with their |
ID and following parameters :
| |||
Product Staging Notification | Callback mechanism for completed jobs : requires to add a subscriber property in the order request | ||
JobStatus value correspondance
Odata status | OGC API - Processes status |
---|---|
queued | accepted |
in_progress | running |
completed | successful |
failed | failed |
cancelled | dismissed |