Skip to content

L2: Recommended - Batch Jobs > Results #57

Description

@PondiB

Batch Jobs > Results

  • POST /jobs/{id}/results: Supports queueing/starting jobs (with authentication)
  • POST /jobs/{id}/results: Queues or starts the processing, which is reflected in the job status. Does nothing if already queued or running. Responds with HTTP status 202.
  • POST /jobs/{id}/results: Rejects queueing a job if a payment is required.
  • GET /jobs/{id}/results: Is supported (with authentication)
  • GET /jobs/{id}/results: Returns HTTP status code 200 if the result is available, HTTP status code 424 with error message if the job status is "error," 4XX/5XX otherwise.
  • GET /jobs/{id}/results > partial parameter: If processing has not finished and the partial parameter is not set to true, requests are rejected with openEO error JobNotFinished.
  • GET /jobs/{id}/results > STAC: Response is a valid STAC Item or Collection
  • GET /jobs/{id}/results > STAC: Supports a valid STAC version (0.9.0 or later, preferably 1.0.0).
  • GET /jobs/{id}/results > STAC: Assets all have an href and type, ideally also a title
  • GET /jobs/{id}/results > STAC: Additional metadata is provided for the results (e.g., extents, projection, bands, dimensions). Please provide details in the comments.
  • GET /jobs/{id}/results > public access link: Support canonical links (a public access signed URL, exposed as a link with relation type canonical)
  • GET /jobs/{id}/results > public access link: Exposes the expires property in the response body
  • DELETE /jobs/{id}/results: Is supported (with authentication)
  • DELETE /jobs/{id}/results: Cancels data processing (if queued or running), optionally deletes the batch job results and returns an HTTP 202 on success.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions