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
bdc693e5
Commit
bdc693e5
authored
Oct 28, 2019
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete old swagger files
parent
5557a80f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
767 deletions
+0
-767
SURE_TOSCA.yaml
openAPI/SURE_TOSCA.yaml
+0
-328
swagger.yaml
openAPI/swagger.yaml
+0
-439
No files found.
openAPI/SURE_TOSCA.yaml
deleted
100644 → 0
View file @
5557a80f
swagger
:
"
2.0"
info
:
description
:
"
SURE
Simple
qUeRy
sErvice
TOSCA.
"
version
:
"
3.0.0"
title
:
"
SURE
TOSCA"
contact
:
email
:
"
S.Koulouzis@uva.nl"
license
:
name
:
"
Apache
2.0"
url
:
"
http://www.apache.org/licenses/LICENSE-2.0.html"
basePath
:
"
/sure_tosca"
schemes
:
-
"
https"
-
"
http"
paths
:
/tosca_template/validate
:
get
:
summary
:
"
validate
tosca
template
file"
description
:
"
"
operationId
:
"
validateToscaTemplate"
consumes
:
-
"
multipart/form-data"
parameters
:
-
in
:
"
formData"
name
:
"
file"
type
:
file
description
:
"
tosca
Template
description"
required
:
true
responses
:
200
:
description
:
"
successful
operation"
schema
:
type
:
"
string"
405
:
description
:
"
Invalid
input"
/tosca_template/{id}/node_templates
:
get
:
summary
:
"
"
description
:
"
"
operationId
:
"
getNodeTemplates"
produces
:
-
"
application/json"
parameters
:
-
name
:
"
id"
in
:
"
path"
description
:
"
ID
of
topolog
template
uplodaed"
required
:
true
type
:
"
string"
-
in
:
query
name
:
node_type
type
:
string
description
:
The node type to return
responses
:
200
:
description
:
"
successful
operation"
schema
:
$ref
:
'
#/definitions/ArrayOfNodeTemplate'
405
:
description
:
"
Invalid
input"
/tosca_template/{id}/node_templates/type_name
:
get
:
summary
:
"
"
description
:
"
"
operationId
:
"
getNodeTypeName"
produces
:
-
"
application/json"
parameters
:
-
name
:
"
id"
in
:
"
path"
description
:
"
ID
of
topolog
template
uplodaed"
required
:
true
type
:
"
string"
-
in
:
"
body"
name
:
"
body"
description
:
"
"
required
:
true
schema
:
$ref
:
'
#/definitions/NodeTemplate'
responses
:
200
:
description
:
"
successful
operation"
schema
:
type
:
"
string"
405
:
description
:
"
Invalid
input"
/tosca_template/{id}/node_templates/requirements
:
get
:
summary
:
"
"
description
:
"
"
operationId
:
"
getNodeRequirements"
produces
:
-
"
application/json"
parameters
:
-
name
:
"
id"
in
:
"
path"
description
:
"
ID
of
topolog
template
uplodaed"
required
:
true
type
:
"
string"
-
in
:
"
body"
name
:
"
body"
description
:
"
"
required
:
true
schema
:
$ref
:
'
#/definitions/NodeTemplate'
responses
:
200
:
description
:
"
successful
operation"
schema
:
type
:
object
additionalProperties
:
type
:
string
405
:
description
:
"
Invalid
input"
/tosca_template/{id}/node_templates/parent_type_name
:
get
:
summary
:
"
"
description
:
"
"
operationId
:
"
getParentTypeName"
produces
:
-
"
application/json"
parameters
:
-
name
:
"
id"
in
:
"
path"
description
:
"
ID
of
topolog
template
uplodaed"
required
:
true
type
:
"
string"
-
in
:
"
body"
name
:
"
body"
description
:
"
"
required
:
true
schema
:
$ref
:
'
#/definitions/NodeTemplate'
responses
:
200
:
description
:
"
successful
operation"
schema
:
type
:
string
405
:
description
:
"
Invalid
input"
/tosca_template/{id}/node_templates/ancestors_requirements
:
get
:
summary
:
"
"
description
:
"
"
operationId
:
"
getAncestorsRequirements"
produces
:
-
"
application/json"
parameters
:
-
name
:
"
id"
in
:
"
path"
description
:
"
ID
of
topolog
template
uplodaed"
required
:
true
type
:
"
string"
-
in
:
"
body"
name
:
"
body"
description
:
"
"
required
:
true
schema
:
$ref
:
'
#/definitions/NodeTemplate'
responses
:
200
:
description
:
"
successful
operation"
schema
:
type
:
object
additionalProperties
:
type
:
string
405
:
description
:
"
Invalid
input"
securityDefinitions
:
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"
definitions
:
ToscaTemplate
:
type
:
"
object"
properties
:
tosca_definitions_version
:
type
:
"
string"
tosca_default_namespace
:
type
:
"
string"
template_name
:
type
:
"
string"
imports
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
string
repositories
:
type
:
object
additionalProperties
:
type
:
string
dsl_definitions
:
type
:
object
additionalProperties
:
type
:
string
node_types
:
type
:
object
additionalProperties
:
type
:
object
topology_template
:
$ref
:
"
#/definitions/TopologyTemplate"
relationship_types
:
type
:
object
additionalProperties
:
type
:
object
relationship_templates
:
type
:
object
additionalProperties
:
type
:
object
capability_types
:
type
:
object
additionalProperties
:
type
:
object
artifact_types
:
type
:
object
additionalProperties
:
type
:
object
data_types
:
type
:
object
additionalProperties
:
type
:
object
interface_types
:
type
:
object
additionalProperties
:
type
:
object
policy_types
:
type
:
object
additionalProperties
:
type
:
string
group_types
:
type
:
object
additionalProperties
:
type
:
object
description
:
type
:
"
string"
template_author
:
type
:
"
string"
TopologyTemplate
:
type
:
"
object"
properties
:
description
:
type
:
"
string"
inputs
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
policies
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
outputs
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
node_templates
:
type
:
object
additionalProperties
:
type
:
object
relationship_templates
:
type
:
object
additionalProperties
:
type
:
object
groups
:
type
:
object
additionalProperties
:
type
:
object
substitution_mappings
:
type
:
object
additionalProperties
:
type
:
object
NodeTemplate
:
type
:
"
object"
properties
:
name
:
type
:
"
string"
type
:
type
:
"
string"
requirements
:
type
:
"
array"
items
:
type
:
object
additionalProperties
:
type
:
object
artifacts
:
type
:
object
additionalProperties
:
type
:
object
properties
:
type
:
object
additionalProperties
:
type
:
object
interfaces
:
type
:
object
additionalProperties
:
type
:
object
capabilities
:
type
:
object
additionalProperties
:
type
:
object
workflows
:
type
:
object
additionalProperties
:
type
:
object
ArrayOfNodeTemplate
:
type
:
"
array"
items
:
$ref
:
"
#/definitions/NodeTemplate"
externalDocs
:
description
:
"
Find
out
more
about
DRIP"
url
:
"
https://github.com/QCAPI-DRIP/DRIP-integration/wiki"
openAPI/swagger.yaml
deleted
100644 → 0
View file @
5557a80f
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