-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswagger.yaml
284 lines (284 loc) · 6.14 KB
/
swagger.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
basePath: /
definitions:
models_icos.API:
properties:
authentication:
type: string
authorization:
type: string
commProtocol:
type: string
dataFormat:
type: string
protocolVersion:
type: string
type: object
models_icos.AvailableStorage:
properties:
free:
type: number
name:
type: string
type: object
models_icos.Cluster:
properties:
API:
$ref: '#/definitions/models_icos.API'
any: {}
name:
type: string
node:
additionalProperties:
$ref: '#/definitions/models_icos.Node'
type: object
pod:
additionalProperties:
$ref: '#/definitions/models_icos.Pod'
type: object
serviceLevelAgreement:
$ref: '#/definitions/models_icos.ServiceLevelAgreement'
type:
type: string
uuid:
type: string
type: object
models_icos.Container:
properties:
containerMemory:
type: string
cpuUsage:
type: number
ip:
type: string
name:
type: string
node:
type: string
port:
type: string
type: object
models_icos.Controller:
properties:
API:
$ref: '#/definitions/models_icos.API'
any: {}
location:
$ref: '#/definitions/models_icos.Location'
name:
type: string
serviceLevelAgreement:
$ref: '#/definitions/models_icos.ServiceLevelAgreement'
type:
type: string
type: object
models_icos.Device:
properties:
name:
type: string
path:
type: string
status:
type: string
type:
type: string
type: object
models_icos.DynamicMetrics:
properties:
availableStorage:
$ref: '#/definitions/models_icos.AvailableStorage'
cpuEnergyConsumption:
type: number
cpuFrequency:
type: string
cpuTemperature:
type: number
freeRAM:
type: integer
gpuEnergyConsumption:
type: number
gpuFrequency:
type: string
gpuTemperature:
type: number
upTime:
type: number
type: object
models_icos.Infrastructure:
properties:
cluster:
additionalProperties:
$ref: '#/definitions/models_icos.Cluster'
type: object
controller:
additionalProperties:
$ref: '#/definitions/models_icos.Controller'
type: object
timestamp:
$ref: '#/definitions/models_icos.Timestamp'
type: object
models_icos.Interface:
properties:
engressUssage:
type: string
ingressUssage:
type: string
ip:
type: string
name:
type: string
speed:
type: integer
status:
type: string
subnetMask:
type: string
type:
type: string
type: object
models_icos.Location:
properties:
city:
type: string
continent:
type: string
country:
type: string
latitude:
type: number
longitude:
type: number
name:
type: string
type: object
models_icos.Node:
properties:
ScaScore:
type: integer
devices:
additionalProperties:
$ref: '#/definitions/models_icos.Device'
type: object
dynamicMetrics:
$ref: '#/definitions/models_icos.DynamicMetrics'
location:
$ref: '#/definitions/models_icos.Location'
name:
type: string
networkInterfaces:
additionalProperties:
$ref: '#/definitions/models_icos.Interface'
type: object
staticMetrics:
$ref: '#/definitions/models_icos.StaticMetrics'
type:
type: string
uuid:
type: string
vulnerabilities:
additionalProperties:
type: integer
type: object
type: object
models_icos.Pod:
properties:
container:
additionalProperties:
$ref: '#/definitions/models_icos.Container'
type: object
ip:
type: string
name:
type: string
numberOfApps:
type: integer
numberOfContainers:
type: integer
status:
type: string
type: object
models_icos.ServiceLevelAgreement:
properties:
name:
type: string
type: object
models_icos.StaticMetrics:
properties:
RAMMemory:
type: integer
cpuArchitecture:
type: string
cpuCores:
type: integer
cpuMaxFrequency:
type: integer
gpuCores:
type: number
gpuMaxFrequency:
type: string
gpuRAMMemory:
type: string
storage:
items:
$ref: '#/definitions/models_icos.Storage'
type: array
type: object
models_icos.Storage:
properties:
capacity:
type: number
name:
type: string
type:
type: string
type: object
models_icos.Timestamp:
properties:
oldestTimestamp:
type: number
timeSinceOldest:
type: number
type: object
externalDocs:
description: OpenAPI
url: https://swagger.io/resources/open-api/
host: localhost:8080
info:
contact:
email: [email protected]
name: API Support
url: http://www.swagger.io/support
description: Aggregator Microservice.
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: http://swagger.io/terms/
title: Swagger Aggregator API
version: "1.0"
paths:
/:
get:
consumes:
- application/json
description: get clusters state
parameters:
- description: Authentication header
in: header
name: Authorization
required: true
type: string
produces:
- application/json
responses:
"200":
description: Ok
schema:
$ref: '#/definitions/models_icos.Infrastructure'
"400":
description: Bad request
schema:
type: string
summary: get clusters state
securityDefinitions:
OAuth 2.0:
type: basic
swagger: "2.0"