Commit 3e0d607a authored by Spiros Koulouzis's avatar Spiros Koulouzis

update API

parent 57dbe642
...@@ -441,6 +441,23 @@ securityDefinitions: ...@@ -441,6 +441,23 @@ securityDefinitions:
definitions: definitions:
User: User:
type: object type: object
properties:
id:
type: string
username:
type: string
firstName:
type: string
lastName:
type: string
email:
type: string
password:
type: string
userStatus:
type: integer
format: int32
description: User Status
Credentials: Credentials:
type: object type: object
properties: properties:
...@@ -461,8 +478,6 @@ definitions: ...@@ -461,8 +478,6 @@ definitions:
NodeTemplate: NodeTemplate:
type: object type: object
properties: properties:
name:
type: string
derived_from: derived_from:
type: string type: string
properties: properties:
...@@ -639,6 +654,62 @@ definitions: ...@@ -639,6 +654,62 @@ definitions:
type: array type: array
items: items:
$ref: '#/definitions/CloudsStormSubnets' $ref: '#/definitions/CloudsStormSubnets'
CloudDB:
type: object
properties:
cloudProvider:
type: string
dbInfoFile:
type: string
DBInfo:
type: object
properties:
GlobalEntry:
type: string
DCMetaInfo:
$ref: '#/definitions/DCMetaInfo'
DCMetaInfo:
type: object
properties:
domain:
type: string
endpoint:
type: string
country:
type: string
longitude:
type: string
latitude:
type: string
availability:
type: string
VMMetaInfo:
$ref: '#/definitions/VMMetaInfo'
extraInfo:
type: object
additionalProperties:
type: object
properties: {}
VMMetaInfo:
type: object
properties:
OS:
type: string
CPU:
type: string
MEM:
type: string
Price:
type: string
DefaultSSHAccount:
type: string
availability:
type: string
extraInfo:
type: object
additionalProperties:
type: object
properties: {}
CloudsStormSubTopology: CloudsStormSubTopology:
type: object type: object
properties: properties:
......
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