Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
INB
eTRANSAFE
pretox-app
Commits
2140dac0
Commit
2140dac0
authored
Jan 31, 2022
by
jcorvi
Browse files
Add new file
parent
eaa78e32
Pipeline
#27062
passed with stage
in 2 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/manage/v1/api.template
0 → 100644
View file @
2140dac0
openapi: 3.0.2
info:
title: Pretox TM
termsOfService: http://etransafe.eu
description: >
A preclinical text mining tool for detecting treatment-related findings.
contact:
name: BSC
url: https://www.bsc.es/
email: javier.corvi@bsc.es
license:
name: eTRANSAFE Consortium License 1.0
url: https://etransafe.eu
version: {APP_VERSION}
x-meta:
serviceType: frontend
uuid: {UUID}
provider: BSC
created: 2022-01-31
released: {RELEASE_DATE}
lastChanged: {RELEASE_DATE}
software:
- name: Angular
version: 11
description: Angular framework
provider: Acme Corporation
license:
name: Angular MIT-License
url: https://angular.io/license
servers:
- url: /manage/v1
description: Base URL of the API
paths:
/api:
get:
summary: Returns this API definition
description: Reports this API definition.
responses:
200:
description: YAML specification of this API
content:
text/yaml:
schema:
type: object
/ready:
get:
summary: Returns the online status of the service
description: Reports the online status (readiness) of the service.
responses:
200:
description: Service is ready.
content:
text/plain:
schema:
type: string
example: Service is ready.
/alive:
get:
summary: Returns the health status of the service
description: Reports the health status (leaviness) of the service.
responses:
200:
description: Service is alive.
content:
text/plain:
schema:
type: string
example: Service is alive and healthy.
/../../..:
get:
summary: UI of the service
description: Redirects to the UI of the service, which would be <host>/basePath/ then.
responses:
200:
description: Service UI.
content:
text/html:
schema:
type: string
example: Service UI.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment