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
6be9e016
Commit
6be9e016
authored
Oct 29, 2019
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Plain Diff
Merge origin/DRIP_3.0 into DRIP_3.0
parents
4f91ee99
a23488e1
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
165 additions
and
171 deletions
+165
-171
swagger_sure_tosca.yml
openAPI/ swagger_sure_tosca.yml
+4
-24
Credentials.yml
openAPI/TOSCA/Credentials.yml
+8
-8
NodeTemplate.yml
openAPI/TOSCA/NodeTemplate.yml
+44
-33
TopologyTemplate.yml
openAPI/TOSCA/TopologyTemplate.yml
+39
-39
ToscaTemplate.yml
openAPI/TOSCA/ToscaTemplate.yml
+68
-65
swagger_drip.yml
openAPI/swagger_drip.yml
+2
-2
No files found.
openAPI/ swagger_sure_tosca.yml
View file @
6be9e016
...
@@ -8,7 +8,7 @@ info:
...
@@ -8,7 +8,7 @@ info:
license
:
license
:
name
:
"
Apache
2.0"
name
:
"
Apache
2.0"
url
:
"
http://www.apache.org/licenses/LICENSE-2.0.html"
url
:
"
http://www.apache.org/licenses/LICENSE-2.0.html"
# basePath: "/tosca-sure
"
basePath
:
"
/tosca-sure/1.0.0
"
schemes
:
schemes
:
-
"
https"
-
"
https"
-
"
http"
-
"
http"
...
@@ -33,10 +33,6 @@ paths:
...
@@ -33,10 +33,6 @@ paths:
type
:
"
string"
type
:
"
string"
405
:
405
:
description
:
"
Invalid
input"
description
:
"
Invalid
input"
security
:
-
drip_auth
:
-
"
write:ToscaTemplate"
-
"
read:ToscaTemplate"
/tosca_template/{id}
:
/tosca_template/{id}
:
get
:
get
:
description
:
"
"
description
:
"
"
...
@@ -53,7 +49,7 @@ paths:
...
@@ -53,7 +49,7 @@ paths:
200
:
200
:
description
:
"
successful
operation"
description
:
"
successful
operation"
schema
:
schema
:
$ref
:
'
$ref:
"https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/ToscaTemplate.yml"'
$ref
:
"
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/ToscaTemplate.yml#/ToscaTemplate"
405
:
405
:
description
:
"
Invalid
input"
description
:
"
Invalid
input"
/tosca_template/{id}/topology_template
:
/tosca_template/{id}/topology_template
:
...
@@ -72,7 +68,7 @@ paths:
...
@@ -72,7 +68,7 @@ paths:
200
:
200
:
description
:
"
successful
operation"
description
:
"
successful
operation"
schema
:
schema
:
$ref
:
'
'
#/definitions/TopologyTemplate'
$ref
:
"
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/TopologyTemplate.yml#/TopologyTemplate"
405
:
405
:
description
:
"
Invalid
input"
description
:
"
Invalid
input"
/tosca_template/{id}/topology_template/node_templates
:
/tosca_template/{id}/topology_template/node_templates
:
...
@@ -389,7 +385,6 @@ paths:
...
@@ -389,7 +385,6 @@ paths:
type
:
object
type
:
object
405
:
405
:
description
:
"
Invalid
input"
description
:
"
Invalid
input"
/tosca_template/{id}/topology_template/node_templates/related
:
/tosca_template/{id}/topology_template/node_templates/related
:
get
:
get
:
summary
:
"
"
summary
:
"
"
...
@@ -453,19 +448,4 @@ paths:
...
@@ -453,19 +448,4 @@ paths:
additionalProperties
:
additionalProperties
:
type
:
object
type
:
object
405
:
405
:
description
:
"
Invalid
input"
description
:
"
Invalid
input"
securityDefinitions
:
\ No newline at end of file
drip_auth
:
type
:
"
oauth2"
authorizationUrl
:
"
http://localhost/oauth/dialog"
flow
:
"
implicit"
scopes
:
write:ToscaTemplate
:
"
modify
topolog
template
in
your
account"
read:ToscaTemplate
:
"
read
your
topolog
template"
admin:User
:
"
Grants
access
to
admin
operations"
write:Credentials
:
"
modify
cloud
credentials
in
your
account"
read:Credentials
:
"
read
your
cloud
credentials"
# Added by API Auto Mocking Plugin
host
:
virtserver.swaggerhub.com
# Added by API Auto Mocking Plugin
basePath
:
/skoulouzis/SURE_TOSCA/1.0.0
\ No newline at end of file
openAPI/TOSCA/Credentials.yml
View file @
6be9e016
...
@@ -2,16 +2,16 @@ Credentials:
...
@@ -2,16 +2,16 @@ Credentials:
type
:
"
object"
type
:
"
object"
properties
:
properties
:
protocol
:
protocol
:
type
:
"
string"
type
:
"
string"
token_type
:
token_type
:
type
:
"
string"
type
:
"
string"
token
:
token
:
type
:
"
string"
type
:
"
string"
keys
:
keys
:
type
:
object
type
:
object
additionalProperties
:
additionalProperties
:
type
:
string
type
:
string
user
:
user
:
type
:
"
string"
type
:
"
string"
cloud_provider_name
:
cloud_provider_name
:
type
:
"
string"
type
:
"
string"
openAPI/TOSCA/NodeTemplate.yml
View file @
6be9e016
NodeTemplate
:
NodeTemplate
:
type
:
"
object"
type
:
"
object"
properties
:
properties
:
name
:
derived_from
:
type
:
"
string"
type
:
"
string"
type
:
properties
:
type
:
"
string"
type
:
object
requirements
:
additionalProperties
:
type
:
"
array"
type
:
object
items
:
requirements
:
type
:
object
type
:
"
array"
additionalProperties
:
items
:
type
:
object
type
:
object
artifacts
:
additionalProperties
:
type
:
object
type
:
object
additionalProperties
:
interfaces
:
type
:
object
type
:
object
properties
:
additionalProperties
:
type
:
object
type
:
object
additionalProperties
:
capabilities
:
type
:
object
type
:
object
interfaces
:
additionalProperties
:
type
:
object
type
:
object
additionalProperties
:
type
:
type
:
object
type
:
"
string"
capabilities
:
description
:
type
:
object
type
:
"
string"
additionalProperties
:
directives
:
type
:
object
type
:
"
array"
workflows
:
items
:
type
:
object
type
:
string
additionalProperties
:
attributes
:
type
:
object
type
:
object
additionalProperties
:
type
:
object
artifacts
:
type
:
object
additionalProperties
:
type
:
object
openAPI/TOSCA/TopologyTemplate.yml
View file @
6be9e016
TopologyTemplate
:
TopologyTemplate
:
type
:
"
object"
type
:
"
object"
properties
:
properties
:
description
:
description
:
type
:
"
string"
type
:
"
string"
inputs
:
inputs
:
type
:
"
array"
type
:
"
array"
items
:
items
:
type
:
object
type
:
object
additionalProperties
:
additionalProperties
:
type
:
object
type
:
object
polici
es
:
node_templat
es
:
type
:
"
array"
type
:
object
item
s
:
additionalPropertie
s
:
type
:
object
$ref
:
'
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/NodeTemplate.yml#/NodeTemplate'
additionalProperti
es
:
relationship_templat
es
:
type
:
object
type
:
object
output
s
:
additionalPropertie
s
:
type
:
"
array"
type
:
object
item
s
:
output
s
:
type
:
object
type
:
"
array"
additionalPropertie
s
:
item
s
:
type
:
object
type
:
object
node_templat
es
:
additionalProperti
es
:
type
:
object
type
:
object
additionalPropertie
s
:
group
s
:
$ref
:
'
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/TOSCA/openAPI/TOSCA/NodeTemplate.yml#/NodeTemplate'
type
:
object
relationship_templat
es
:
additionalProperti
es
:
type
:
object
type
:
object
additionalPropertie
s
:
substitution_mapping
s
:
type
:
object
type
:
object
group
s
:
additionalPropertie
s
:
type
:
object
type
:
object
additionalPropert
ies
:
polic
ies
:
type
:
object
type
:
"
array"
substitution_mapping
s
:
item
s
:
type
:
object
type
:
object
additionalProperties
:
additionalProperties
:
type
:
object
type
:
object
openAPI/TOSCA/ToscaTemplate.yml
View file @
6be9e016
ToscaTemplate
:
ToscaTemplate
:
type
:
"
object"
type
:
"
object"
properties
:
properties
:
tosca_definitions_version
:
tosca_definitions_version
:
type
:
"
string"
type
:
"
string"
tosca_default_namespace
:
tosca_default_namespace
:
type
:
"
string"
type
:
"
string"
template_name
:
template_name
:
type
:
"
string"
type
:
"
string"
imports
:
topology_template
:
type
:
"
array"
$ref
:
"
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/TopologyTemplate.yml#/TopologyTemplate"
items
:
template_author
:
type
:
object
type
:
"
string"
additionalProperties
:
template_version
:
type
:
string
type
:
"
string"
repositories
:
description
:
type
:
object
type
:
"
string"
additionalProperties
:
imports
:
type
:
string
type
:
"
array"
dsl_definitions
:
items
:
type
:
object
type
:
object
additionalProperties
:
additionalProperties
:
type
:
string
type
:
object
node_types
:
dsl_definitions
:
type
:
object
type
:
object
additionalProperties
:
additionalProperties
:
type
:
object
type
:
object
topology_template
:
node_types
:
$ref
:
"
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/TopologyTemplate.yml#/TopologyTemplate"
type
:
object
relationship_types
:
additionalProperties
:
type
:
object
type
:
object
additionalProperties
:
relationship_types
:
type
:
object
type
:
object
relationship_templates
:
additionalProperties
:
type
:
object
type
:
object
additionalProperties
:
relationship_templates
:
type
:
object
type
:
object
capability_types
:
additionalProperties
:
type
:
object
type
:
object
additionalProperties
:
capability_types
:
type
:
object
type
:
object
artifact_types
:
additionalProperties
:
type
:
object
type
:
object
additionalProperties
:
artifact_types
:
type
:
object
type
:
object
data_types
:
additionalProperties
:
type
:
object
type
:
object
additionalProperties
:
data_types
:
type
:
object
type
:
object
interface_types
:
additionalProperties
:
type
:
object
type
:
object
additionalProperties
:
interface_types
:
type
:
object
type
:
object
policy_types
:
additionalProperties
:
type
:
object
type
:
object
additionalProperties
:
policy_types
:
type
:
string
type
:
object
group_types
:
additionalProperties
:
type
:
object
type
:
string
additionalProperties
:
group_types
:
type
:
object
type
:
object
description
:
additionalProperties
:
type
:
"
string"
type
:
object
template_author
:
repositories
:
type
:
"
string"
type
:
object
additionalProperties
:
type
:
object
openAPI/swagger_drip.yml
View file @
6be9e016
...
@@ -445,6 +445,6 @@ definitions:
...
@@ -445,6 +445,6 @@ definitions:
NodeTemplate
:
NodeTemplate
:
$ref
:
"
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/NodeTemplate.yml#/NodeTemplate"
$ref
:
"
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/NodeTemplate.yml#/NodeTemplate"
TopologyTemplate
:
TopologyTemplate
:
$ref
:
"
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/TopologyTemplate.yml"
$ref
:
"
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/TopologyTemplate.yml
#/TopologyTemplate
"
ToscaTemplate
:
ToscaTemplate
:
$ref
:
"
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/ToscaTemplate.yml"
$ref
:
"
https://raw.githubusercontent.com/skoulouzis/DRIP/DRIP_3.0/openAPI/TOSCA/ToscaTemplate.yml#/ToscaTemplate"
\ No newline at end of file
\ 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