Commit ebf8c83f authored by skoulouzis's avatar skoulouzis

skoulouzis/SURE_TOSCA:1.0.0

parent 8f106097
......@@ -322,7 +322,7 @@ paths:
schema:
type: object
additionalProperties:
type: string
type: object
405:
description: "Invalid input"
put:
......@@ -355,7 +355,7 @@ paths:
schema:
type: object
additionalProperties:
type: string
type: object
405:
description: "Invalid input"
/tosca_template/{id}/topology_template/node_templates/outputs:
......@@ -386,7 +386,7 @@ paths:
schema:
type: object
additionalProperties:
type: string
type: object
405:
description: "Invalid input"
......@@ -419,6 +419,39 @@ paths:
type: array
items:
$ref: '#/definitions/NodeTemplate'
405:
description: "Invalid input"
/tosca_template/{id}/interface_types:
get:
summary: ""
description: "s"
operationId: "getInterfaceTypes"
produces:
- "application/json"
parameters:
- name: "id"
in: "path"
description: "ID of topolog template uplodaed"
required: true
type: "string"
- in: "body"
name: "body"
required: false
schema:
$ref: '#/definitions/NodeTemplate'
- in: query
name: interface_type
type: string
description: The interface type
responses:
200:
description: "successful operation"
schema:
type: array
items:
type: object
additionalProperties:
type: object
405:
description: "Invalid input"
securityDefinitions:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment