opengeospatial / ogcapi-processes

Home Page:https://ogcapi.ogc.org/processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Jobs function

samadammeek opened this issue · comments

Looking at using this standard for exposing quantum processes. Amazon bracket has a search function for jobs https://docs.aws.amazon.com/braket/latest/APIReference/API_SearchJobs.html
will this be supported?

The proceses-spec has a /jobs endpoint that should have a the ability to support some filtering parameters. Section 11.2 mentions:

type
process_id
status
datetime
minDuration
maxDuration
limit

though these are not available in the supplied openapi.spec.

We're also considering the "Local Resources Catalog" deployment type as a way to allow Records API capabilities on /processes (see https://docs.ogc.org/DRAFTS/20-004.html#clause-local-resources-catalog , related to opengeospatial/ogcapi-records#300).

-- sorry I was mixing up /jobs and /processes.
There's already quite a bit of "Search" functionality in 1.0 already:

https://docs.ogc.org/DRAFTS/18-062.html#_parameter_type

@samadammeek what do you think about the filtering parameters? It seems most of the parameters that AWS offers are there. If more functionality is neede, could this be something for the quantum computing profile/extension?