Skip to content

Commit

Permalink
More possibilities for federation extension
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Aug 28, 2024
1 parent 777fa7c commit 23d47fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/federation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@ Applies to:
- `GET /processes`
- `GET /file_formats`
- `GET /process_graphs`
- `GET /files`
- `GET /jobs`
- `GET /jobs/{job_id}`
- `GET /jobs/{job_id}/results`
- `GET /jobs/{job_id}/logs`
- `GET /services`

The following endpoints define the resources (UDF runtimes / service types) at the top level of their response as key-value pairs.
Expand Down Expand Up @@ -160,6 +162,7 @@ Every discoverable resource that is defined as an object and allows to contain a
- `GET /collections/{id}`
- `GET /processes` (per process, per parameter)
- `GET /file_formats` (per file format)
- `GET /service_types` (per service)
- `GET /udf_runtimes` (per UDF runtime, per version)
- `POST /validation` (the back-ends that can run the process)
- `GET /process_graphs/{id}`
Expand Down

0 comments on commit 23d47fb

Please sign in to comment.