-
Notifications
You must be signed in to change notification settings - Fork 44
[Job Launcher] Introduce new job creation endpoints #3864
Copy link
Copy link
Open
Description
Description
Add the new job creation API with two supported create flows:
- one endpoint for
manifest_url+manifest_hash - one endpoint that accepts the manifest directly in the request body as JSON
Motivation
This makes job creation easier to integrate and moves the API toward a more generic manifest-based model.
Implementation details
- Reuse the
quick-launchflow for the URL/hash endpoint. - Add a second create endpoint that accepts the manifest in the body together with the existing create parameters.
- Validate the manifest based on
request_typeby checking that the required properties are present, without changing the existing manifest shapes. - Update JL client with the new logic
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Review