server.web.routes.v2.cli.task_template
Routes for TaskTemplate.
Attributes
Functions
Get the task_template_version_ids. |
|
|
Get the min, max, and arg of requested cores. |
|
Get the most popular queue of the task template. |
Return the aggregate resource usage for a give TaskTemplate. |
|
|
Get the status of the workflows for GUI. |
|
Get the error logs for a task template id for GUI. |
Module Contents
- server.web.routes.v2.cli.task_template.get_task_template_version_for_tasks() Any[source]
Get the task_template_version_ids.
- server.web.routes.v2.cli.task_template.get_requested_cores() Any[source]
Get the min, max, and arg of requested cores.
- server.web.routes.v2.cli.task_template.get_most_popular_queue() Any[source]
Get the most popular queue of the task template.
- server.web.routes.v2.cli.task_template.get_task_template_resource_usage() Any[source]
Return the aggregate resource usage for a give TaskTemplate.
Need to use cross_origin decorator when using the GUI to call a post route. This enables Cross Origin Resource Sharing (CORS) on the route. Default is most permissive settings.