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
ae43cbfa
Commit
ae43cbfa
authored
5 years ago
by
skoulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skoulouzis/SURE_TOSCA:1.0.0
parent
73dfecdb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
30 deletions
+50
-30
swagger_sure_tosca.yml
openAPI/ swagger_sure_tosca.yml
+50
-30
No files found.
openAPI/ swagger_sure_tosca.yml
View file @
ae43cbfa
...
@@ -54,11 +54,11 @@ paths:
...
@@ -54,11 +54,11 @@ paths:
description
:
"
Not
found"
description
:
"
Not
found"
405
:
405
:
description
:
"
Invalid
input"
description
:
"
Invalid
input"
/tosca_template/{id}/i
nterface_type
s
:
/tosca_template/{id}/i
mport
s
:
get
:
get
:
summary
:
"
"
summary
:
"
"
description
:
"
returns
the
interface
types"
description
:
"
returns
the
interface
types"
operationId
:
"
getI
nterfaceType
s"
operationId
:
"
getI
mport
s"
produces
:
produces
:
-
"
application/json"
-
"
application/json"
parameters
:
parameters
:
...
@@ -67,23 +67,6 @@ paths:
...
@@ -67,23 +67,6 @@ paths:
description
:
"
ID
of
topolog
template
uplodaed"
description
:
"
ID
of
topolog
template
uplodaed"
required
:
true
required
:
true
type
:
"
string"
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
:
responses
:
200
:
200
:
description
:
"
successful
operation"
description
:
"
successful
operation"
...
@@ -97,11 +80,11 @@ paths:
...
@@ -97,11 +80,11 @@ paths:
description
:
"
Not
found"
description
:
"
Not
found"
405
:
405
:
description
:
"
Invalid
input"
description
:
"
Invalid
input"
/tosca_template/{id}/
import
s
:
/tosca_template/{id}/
dsl_definition
s
:
get
:
get
:
summary
:
"
"
summary
:
"
"
description
:
"
returns
the
interface
types"
description
:
"
returns
the
interface
types"
operationId
:
"
get
Import
s"
operationId
:
"
get
DslDefinition
s"
produces
:
produces
:
-
"
application/json"
-
"
application/json"
parameters
:
parameters
:
...
@@ -110,6 +93,18 @@ paths:
...
@@ -110,6 +93,18 @@ paths:
description
:
"
ID
of
topolog
template
uplodaed"
description
:
"
ID
of
topolog
template
uplodaed"
required
:
true
required
:
true
type
:
"
string"
type
:
"
string"
-
in
:
query
name
:
anchors
type
:
array
items
:
type
:
string
required
:
false
description
:
the anchors the definition is for
-
in
:
query
name
:
derived_from
type
:
string
required
:
false
description
:
derived from
responses
:
responses
:
200
:
200
:
description
:
"
successful
operation"
description
:
"
successful
operation"
...
@@ -123,11 +118,11 @@ paths:
...
@@ -123,11 +118,11 @@ paths:
description
:
"
Not
found"
description
:
"
Not
found"
405
:
405
:
description
:
"
Invalid
input"
description
:
"
Invalid
input"
/tosca_template/{id}/
dsl_definition
s
:
/tosca_template/{id}/
type
s
:
get
:
get
:
summary
:
"
"
summary
:
"
"
description
:
"
returns
the
interface
types"
description
:
"
returns
the
interface
types"
operationId
:
"
get
DslDefinition
s"
operationId
:
"
get
Type
s"
produces
:
produces
:
-
"
application/json"
-
"
application/json"
parameters
:
parameters
:
...
@@ -137,12 +132,37 @@ paths:
...
@@ -137,12 +132,37 @@ paths:
required
:
true
required
:
true
type
:
"
string"
type
:
"
string"
-
in
:
query
-
in
:
query
name
:
anchors
name
:
kind_of_type
type
:
array
description
:
the type we are looking for e.g. capability_types, artifact_types. etc.
items
:
type
:
string
enum
:
[
node_types
,
relationship_types
,
capability_types
,
artifact_types
,
data_types
,
interface_types
,
policy_types
,
group_types
]
-
in
:
query
name
:
has_interfaces
type
:
boolean
description
:
filter if has interfaces
-
in
:
query
name
:
type_name
type
:
string
type
:
string
required
:
false
required
:
false
description
:
the anchors the definition is for
description
:
The relationship type
-
in
:
query
name
:
has_properties
type
:
boolean
description
:
filter if has properties
-
in
:
query
name
:
has_attributes
type
:
boolean
description
:
filter if has attributes
-
in
:
query
name
:
derived_from
type
:
string
required
:
false
description
:
derived from
-
in
:
query
name
:
has_requirements
type
:
boolean
description
:
filter if has requirements
responses
:
responses
:
200
:
200
:
description
:
"
successful
operation"
description
:
"
successful
operation"
...
...
This diff is collapsed.
Click to expand it.
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