Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Airflow plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LEXIS Platform
Orchestrator
Airflow plugin
Commits
f977c1bf
Commit
f977c1bf
authored
1 month ago
by
fol0037
Browse files
Options
Downloads
Plain Diff
Merge branch 'devel' into 'testing'
Devel See merge request
!27
parents
ce1c8610
e8388b29
No related branches found
Branches containing commit
No related tags found
2 merge requests
!33
NEW PROD PHASE merge
,
!27
Devel
Pipeline
#4243
failed
1 month ago
Stage: test
Stage: build_publish
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lexis_api/blueprints/hpc_command_app_blueprint.py
+10
-10
10 additions, 10 deletions
lexis_api/blueprints/hpc_command_app_blueprint.py
with
10 additions
and
10 deletions
lexis_api/blueprints/hpc_command_app_blueprint.py
+
10
−
10
View file @
f977c1bf
...
...
@@ -93,11 +93,11 @@ def index():
return
{
"
message
"
:
"
This is a LEXIS HPC command APP API. Command templates should be available on HEAppE instance.
"
},
201
@hpc_command_api.post
(
"
/create-
container
-application
"
,
responses
=
{
"
201
"
:
EndpointResponse
,
"
400
"
:
EndpointResponse
,
"
401
"
:
EndpointResponse
,
"
403
"
:
EndpointResponse
,
"
500
"
:
EndpointResponse
})
@hpc_command_api.post
(
"
/create-
hpc-command
-application
"
,
responses
=
{
"
201
"
:
EndpointResponse
,
"
400
"
:
EndpointResponse
,
"
401
"
:
EndpointResponse
,
"
403
"
:
EndpointResponse
,
"
500
"
:
EndpointResponse
})
@requires_authentication
def
create_command_app
(
body
:
HPCCommandAppBody
):
# OBTAIN BODY ---------------------------------------------------------------------------------------
...
...
@@ -202,11 +202,11 @@ def create_command_app(body: HPCCommandAppBody):
return
ResponseMessages
.
bad_server
()
@hpc_command_api.post
(
"
/update-
container
-application-params
"
,
responses
=
{
"
201
"
:
EndpointResponse
,
"
400
"
:
EndpointResponse
,
"
401
"
:
EndpointResponse
,
"
403
"
:
EndpointResponse
,
"
500
"
:
EndpointResponse
})
@hpc_command_api.post
(
"
/update-
hpc-command
-application-params
"
,
responses
=
{
"
201
"
:
EndpointResponse
,
"
400
"
:
EndpointResponse
,
"
401
"
:
EndpointResponse
,
"
403
"
:
EndpointResponse
,
"
500
"
:
EndpointResponse
})
@requires_authentication
def
update_command_app_params
(
body
:
UpdateHPCCommandAppParamsBody
):
# OBTAIN BODY
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment