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
73dfecdb
Commit
73dfecdb
authored
Oct 30, 2019
by
skoulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skoulouzis/SURE_TOSCA:1.0.0
parent
e8b55018
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
102 additions
and
43 deletions
+102
-43
swagger_sure_tosca.yml
openAPI/ swagger_sure_tosca.yml
+102
-43
No files found.
openAPI/ swagger_sure_tosca.yml
View file @
73dfecdb
...
...
@@ -54,6 +54,108 @@ paths:
description
:
"
Not
found"
405
:
description
:
"
Invalid
input"
/tosca_template/{id}/interface_types
:
get
:
summary
:
"
"
description
:
"
returns
the
interface
types"
operationId
:
"
getInterfaceTypes"
produces
:
-
"
application/json"
parameters
:
-
name
:
"
id"
in
:
"
path"
description
:
"
ID
of
topolog
template
uplodaed"
required
:
true
type
:
"
string"
-
in
:
query
name
:
interface_type
type
:
string
required
:
false
description
:
The interface type
-
in
:
query
name
:
derived_from
type
:
string
required
:
false
description
:
derived from interface
-
in
:
query
name
:
operations
type
:
array
items
:
type
:
string
required
:
false
description
:
the list of operations e.e. create, stop.
responses
:
200
:
description
:
"
successful
operation"
schema
:
type
:
array
items
:
type
:
object
additionalProperties
:
type
:
object
404
:
description
:
"
Not
found"
405
:
description
:
"
Invalid
input"
/tosca_template/{id}/imports
:
get
:
summary
:
"
"
description
:
"
returns
the
interface
types"
operationId
:
"
getImports"
produces
:
-
"
application/json"
parameters
:
-
name
:
"
id"
in
:
"
path"
description
:
"
ID
of
topolog
template
uplodaed"
required
:
true
type
:
"
string"
responses
:
200
:
description
:
"
successful
operation"
schema
:
type
:
array
items
:
type
:
object
additionalProperties
:
type
:
object
404
:
description
:
"
Not
found"
405
:
description
:
"
Invalid
input"
/tosca_template/{id}/dsl_definitions
:
get
:
summary
:
"
"
description
:
"
returns
the
interface
types"
operationId
:
"
getDslDefinitions"
produces
:
-
"
application/json"
parameters
:
-
name
:
"
id"
in
:
"
path"
description
:
"
ID
of
topolog
template
uplodaed"
required
:
true
type
:
"
string"
-
in
:
query
name
:
anchors
type
:
array
items
:
type
:
string
required
:
false
description
:
the anchors the definition is for
responses
:
200
:
description
:
"
successful
operation"
schema
:
type
:
array
items
:
type
:
object
additionalProperties
:
type
:
object
404
:
description
:
"
Not
found"
405
:
description
:
"
Invalid
input"
/tosca_template/{id}/topology_template
:
get
:
description
:
"
r"
...
...
@@ -452,48 +554,5 @@ paths:
$ref
:
"
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/NodeTemplate.yml#/NodeTemplate"
404
:
description
:
"
Not
found"
405
:
description
:
"
Invalid
input"
/tosca_template/{id}/interface_types
:
get
:
summary
:
"
"
description
:
"
returns
the
interface
types"
operationId
:
"
getInterfaceTypes"
produces
:
-
"
application/json"
parameters
:
-
name
:
"
id"
in
:
"
path"
description
:
"
ID
of
topolog
template
uplodaed"
required
:
true
type
:
"
string"
-
in
:
query
name
:
interface_type
type
:
string
required
:
false
description
:
The interface type
-
in
:
query
name
:
derived_from
type
:
string
required
:
false
description
:
derived from interface
-
in
:
query
name
:
operations
type
:
array
items
:
type
:
string
required
:
false
description
:
derived from interface
responses
:
200
:
description
:
"
successful
operation"
schema
:
type
:
array
items
:
type
:
object
additionalProperties
:
type
:
object
404
:
description
:
"
Not
found"
405
:
description
:
"
Invalid
input"
\ No newline at end of file
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