...
Call from LTA Client | "OGC API - Processes" operation | Details | Response of query |
---|---|---|---|
Product Order Request | /processes/{PROCESSIDProcessID}/execution | Query type : POST PROCESSID ProcessID = ProductRetrieve Input parameters :
| Response by default :
Mandatory information not supported by the standard :
|
Order Status Query (status = completed) | /jobs/{JOBIDJobID}?status=successful | Query type : GET JOBID JobID = ID returned by the execute query | List of completed Jobs with their ID and following parameters :
Information not supported by the standard :
|
Get result of Order query (NEW) | /jobs/{JOBIDJobID}/results | Query type : GET JOBID JobID = ID returned by the execute query Returns a JSON response with output parameters set for the completed order | A process result will contain the following information :
|
Product Staging Notification | Callback mechanism for completed jobs : requires to add a subscriber property in the order request (notification endpoint) | To assess : authorisation for callback | |
Retrieve process description (NEW) | /processes/{PROCESSIDProcessID} | Query type : GET PROCESSID ProcessID = ProductRetrieve | Response depending on the process definition (see below) |
...