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
d592ce24
Commit
d592ce24
authored
Jan 31, 2022
by
jcorvi
Browse files
Upload New File
parent
f0523f82
Pipeline
#27049
passed with stage
in 1 minute and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/manage/v1/api
0 → 100644
View file @
d592ce24
openapi: 3.0.2
info:
title: Query app
termsOfService: http://etransafe.eu
description: >
Query App to perform queries to the primitive adapters
contact:
name: Support team
url: https://www.gmv.com/
email: etransafe@gmv.com
license:
name: eTRANSAFE Consortium License 1.0
url: https://etransafe.eu
version: {APP_VERSION}
x-meta:
serviceType: frontend
uuid: 9618248c-38a7-4112-ab2e-b0ea0e1fbfb8
provider: GMV
created: 2021-02-09
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