Versions Compared

Key

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

...

LTA FunctionCovered by
Query ProductsSTAC API (see STAC Requirements and Recommendations for EOF Services)
Catalog Exports?
Product OrderProcesses API (see Product Order)
Product DownloadSTAC API (Use STAC item asset hrefs to download products?)
Bulk Product Order?
Subscriptions?

...

Property NamePossible values / ExampleCommonCommentProposed solution
Online
  • true
  • false



to be stated in the ICD : 

Offline : item with no assets

Online : item with assets

Order extension field order:status:

  • orderable=Offline
  • succeeded=Online






Product Order
Anchor
ProductOrder
ProductOrder

API

LTA Client Use CaseOperationRequestResponse
Submit Product OrderPOST /processes/ProductOrder/execution

Header:

  • Prefer=respond-async

Body:

  • process-execute-request

Header:

  • Location=JobStatusURL

Body:

  • job-status
Get Order StatusGET /jobs/{jobId}
Body: job-status
Get Order ResultGET /jobs/{jobId}/results
Body: job-result
Cancel OrderDELETE /jobs/{jobId}
Body: job-status
List processesGET /processes
Body: process-list
Describe Product Order processGET /processes/ProductOrder
Body: process-description

...