Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
3e0d607a
Commit
3e0d607a
authored
Dec 11, 2019
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update API
parent
57dbe642
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
73 additions
and
2 deletions
+73
-2
CONF-3.0.0-swagger.yaml
openAPI/API/CONF-3.0.0-swagger.yaml
+73
-2
No files found.
openAPI/API/CONF-3.0.0-swagger.yaml
View file @
3e0d607a
...
...
@@ -441,6 +441,23 @@ securityDefinitions:
definitions
:
User
:
type
:
object
properties
:
id
:
type
:
string
username
:
type
:
string
firstName
:
type
:
string
lastName
:
type
:
string
email
:
type
:
string
password
:
type
:
string
userStatus
:
type
:
integer
format
:
int32
description
:
User Status
Credentials
:
type
:
object
properties
:
...
...
@@ -461,8 +478,6 @@ definitions:
NodeTemplate
:
type
:
object
properties
:
name
:
type
:
string
derived_from
:
type
:
string
properties
:
...
...
@@ -639,6 +654,62 @@ definitions:
type
:
array
items
:
$ref
:
'
#/definitions/CloudsStormSubnets'
CloudDB
:
type
:
object
properties
:
cloudProvider
:
type
:
string
dbInfoFile
:
type
:
string
DBInfo
:
type
:
object
properties
:
GlobalEntry
:
type
:
string
DCMetaInfo
:
$ref
:
'
#/definitions/DCMetaInfo'
DCMetaInfo
:
type
:
object
properties
:
domain
:
type
:
string
endpoint
:
type
:
string
country
:
type
:
string
longitude
:
type
:
string
latitude
:
type
:
string
availability
:
type
:
string
VMMetaInfo
:
$ref
:
'
#/definitions/VMMetaInfo'
extraInfo
:
type
:
object
additionalProperties
:
type
:
object
properties
:
{}
VMMetaInfo
:
type
:
object
properties
:
OS
:
type
:
string
CPU
:
type
:
string
MEM
:
type
:
string
Price
:
type
:
string
DefaultSSHAccount
:
type
:
string
availability
:
type
:
string
extraInfo
:
type
:
object
additionalProperties
:
type
:
object
properties
:
{}
CloudsStormSubTopology
:
type
:
object
properties
:
...
...
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