Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property NamePossible values / ExampleCommonCommentProposed solution
Online
  • true
  • false




Order extension field order:status:

  • orderable=Offline
  • succeeded=Online

to be stated in the ICD : 

Offline : no assets ?

Online : the item embeds assets





Retrieval functions

Retrieve Product

...

Call from LTA Client"OGC API - Processes" operationDetails Response of query
Product Order Request

/processes/{PROCESSID}/execution

Query type : POST

PROCESSID = order-request

Input parameters : 

  • product_identifier
  • priority

By default returned by service:

  • ID of the Order → Job UUID

Other parameters (can be retrieved through endpoint /jobs/{JOBID}

Order Status Query (status = completed)/jobs/{JOBID}?status=successfulJOBID = order ID returned previously

List of completed Jobs with their ID and following parameters : 

  • Status → status
  • StatusMessage message
  • SubmissionDate → created
  • CompletedDate → finished
  • EstimatedDate →  additionalProperties mechanism ??
  • Priority additionalProperties mechanism ??
  • EvictionDate → additionalProperties mechanism ??

use job result to get some parameters ???

Product Staging NotificationCallback mechanism for completed jobs : requires to add a subscriber property in the order request (notification endpoint)To assess : authorisation for callback




TODO :add a table on Process definition with input and output parameters (as a requirement)

JobStatus value correspondance

...