-
Notifications
You must be signed in to change notification settings - Fork 6
/
swagger.yaml
355 lines (343 loc) · 9.22 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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
swagger: '2.0'
info:
title: UserDB.hkfree.org API
description: API pro přístup k některým údajům v databázi uživatelů hkfree.org
version: "1.0.2"
# the domain of the service
host: userdb.hkfree.org
# array of all schemes that your API supports
schemes:
- https
# will be prefixed to all paths
basePath: /userdb/api
produces:
- application/json
securityDefinitions:
basicAuth:
type: basic
security:
- basicAuth: []
paths:
/health-check:
get:
summary: Ověření funkčnosti API, vrací mj. aktuální čas na serveru
responses:
200:
description: Stav serveru, aktuální čas na serveru
schema:
type: object
properties:
result:
type: string
serverTime:
type: string
format: date-time
examples:
application/json:
result: "OK"
serverTime: "2017-01-29T21:04:22+01:00"
/device-db:
get:
summary: Seznam oblastí (bez AP) pro potřeby DeviceDB
responses:
200:
description: "Seznam oblastí: asoc. pole klíč=id_oblasti, hodnota=název_oblasti"
schema:
type: object
additionalProperties:
type: string
examples:
application/json:
6: "Kukleny"
112: "Stěžery Gogo"
/smokeping:
get:
produces:
- text/plain
summary: Konfigurační (textový) soubor pro SmokePing
responses:
200:
description: Konfigurační soubor
/areas:
get:
summary: Seznam oblastí, AP a jejich správců ("strom")
responses:
200:
description: Seznam oblastí
schema:
type: object
description: "Seznam oblastí: asoc. pole klíč=id_oblasti, hodnota=Oblast"
additionalProperties:
$ref: "#/definitions/Oblast"
examples:
application/json:
6:
id: 6
jmeno: "Kukleny (oblast pouze s jedním AP)"
aps:
6:
id: 6
jmeno: "Kukleny"
admins:
20:
id: 20
nick: "cermis"
email: "cermis@example.com"
role: "ZSO"
277:
id: 277
nick: "Jakub"
email: "jakub@example.com"
role: "SO"
112:
id: 112
jmeno: "Stěžery Gogo (oblast s dvěma AP)"
aps:
112:
id: 112
jmeno: "AP2"
1112:
id: 1112
jmeno: "AP3"
admins:
1980:
id: 1980
nick: "pavkriz"
email: "pavkriz@example.com"
role: "SO"
/wewimo/default/{id_ap}:
get:
summary: Wewimo výstup ze všech Routerboardů v daném AP (zařazeným do Wewima)
parameters:
- name: id_ap
in: path
required: true
description: ID APcka
type: integer
responses:
200:
description: Object se seznamem Routerboardů
schema:
type: object
properties:
devices:
type: array
items:
type: object
/password/default:
get:
summary: Login a heslo pro danou IP adresu
parameters:
- name: id_ap
in: query
required: false
description: ID APcka
type: integer
- name: ip
in: query
required: true
description: IP adresa
type: string
responses:
200:
description: Object s prihlasovacimi udaji
schema:
type: object
properties:
devices:
type: array
items:
type: object
/password/save:
get:
summary: Ulozi login a heslo pro danou IP adresu
parameters:
- name: id_ap
in: query
required: false
description: ID APcka
type: integer
- name: ip
in: query
required: true
description: IP adresa
type: string
- name: login
in: query
required: true
description: Login
type: string
- name: heslo
in: query
required: true
description: Heslo
type: string
responses:
200:
description: Status a casove razitko
schema:
type: object
properties:
devices:
type: array
items:
type: object
/ids:
get:
summary: Vraci seznam vsech podezrelych privatnich IP z Intrusion Detection Systemu (IDS)
responses:
200:
description: Seznam IP
/app/get-token:
post:
summary: Ověří uživatelské přihlašovací údaje a v případě úspěchu vypadá přístupový token
parameters:
- name: uid
in: query
required: true
description: UID člena
type: integer
- name: heslo
in: query
required: true
description: Uživatelské heslo
type: string
responses:
200:
description: Status a vygenerovaný token
schema:
type: object
properties:
result:
type: string
token:
type: string
examples:
application/json:
result: "OK"
token: "wb1ad5wpycgm9ra2cc93erjrmr8k1hu3uflgdia8f64316xmc1z7w3ybtd7swz8z"
/app/get-membership:
get:
summary: Ověří token a vrátí potvrzení platnosti členství uživatele
parameters:
- name: uid
in: query
required: true
description: UID člena
type: integer
- name: token
in: query
required: true
description: Přístupový token vydaný metodou get-token
type: string
responses:
200:
description: Status, typ členství a jméno
schema:
type: object
properties:
result:
type: string
clenstvi:
type: string
jmeno:
type: string
examples:
application/json:
result: "OK"
clenstvi: "řádné"
jmeno: "Karel Novak"
/app/get-map:
get:
summary: Ověří token a vrátí mapové údaje přístupových bodů včetně správcovských informací
parameters:
- name: uid
in: query
required: true
description: UID člena
type: integer
- name: token
in: query
required: true
description: Přístupový token vydaný metodou get-token
type: string
responses:
200:
description: složité
schema:
type: object
properties:
result:
type: string
aps:
type: array
items:
type: object
properties:
id:
type: integer
jmeno:
type: string
gps:
type: string
spravci:
type: array
items:
type: object
properties:
jmeno:
type: string
nick:
type: string
email:
type: string
examples:
application/json:
result: "OK"
aps:
- id: 1
jmeno: "Testovací AP"
gps: "50.209918,15.757680"
spravci:
- jmeno: "Tester testovací"
nick: "tester"
email: "tester@example.hkfree.org"
definitions:
Oblast:
type: object
properties:
id:
type: integer
jmeno:
type: string
aps:
type: object
description: "Seznam AP v dané oblasti: asoc. pole klíč=id_ap, hodnota=Ap"
additionalProperties:
$ref: "#/definitions/Ap"
admins:
type: object
description: "Seznam spávců dané oblasti: asoc. pole klíč=id_uživatele, hodnota=Spravce"
additionalProperties:
$ref: "#/definitions/Spravce"
Ap:
type: object
properties:
id:
type: integer
jmeno:
type: string
Spravce:
type: object
properties:
id:
type: integer
nick:
type: string
email:
type: string
role:
type: string
enum:
- SO
- ZSO