You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Query Product

The following presentation contains a short gap analysis regarding STAC and the AIP of the LTA service:

STAC-AIP-Gap-Analysis.pptx


This table focuses on product properties that should be exposed by AIP instances and that are not currently backed by STAC Core or extensions.

Property NamePossible values / ExampleCommonCommentProposed solution
Online
  • true
  • false




Order extension field order:status:

  • orderable=Offline
  • succeeded=Online

Retrieval functions

Retrieve Product

Queries

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 ??
Product Staging NotificationCallback mechanism for completed jobs : requires to add a subscriber property in the order requestTo assess : authorisation for callback








JobStatus value correspondance

Odata statusOGC API - Processes status

queued

accepted
in_progressrunning
completedsuccessful
failedfailed
cancelleddismissed

Bulk Product Retrieve

The bulk is defined by a list of products or query filter parameters and a batch size

1st level assumption: not in the OGC standard. 


  • No labels