@itentialopensource/adapter-netbox_v33 2.4.0 → 2.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,538 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getBackgroundQueuesList",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/core/background-queues/?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": ""
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "getBackgroundQueue",
26
+ "protocol": "REST",
27
+ "method": "GET",
28
+ "entitypath": "{base_path}/{version}/core/background-queues/{pathv1}/?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "sendGetBody": false,
34
+ "requestDatatype": "JSON",
35
+ "responseDatatype": "JSON",
36
+ "headers": {},
37
+ "responseObjects": [
38
+ {
39
+ "type": "default",
40
+ "key": "",
41
+ "mockFile": ""
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "name": "getBackgroundTasksList",
47
+ "protocol": "REST",
48
+ "method": "GET",
49
+ "entitypath": "{base_path}/{version}/core/background-tasks/?{query}",
50
+ "requestSchema": "schema.json",
51
+ "responseSchema": "schema.json",
52
+ "timeout": 0,
53
+ "sendEmpty": false,
54
+ "sendGetBody": false,
55
+ "requestDatatype": "JSON",
56
+ "responseDatatype": "JSON",
57
+ "headers": {},
58
+ "responseObjects": [
59
+ {
60
+ "type": "default",
61
+ "key": "",
62
+ "mockFile": ""
63
+ }
64
+ ]
65
+ },
66
+ {
67
+ "name": "getBackgroundTask",
68
+ "protocol": "REST",
69
+ "method": "GET",
70
+ "entitypath": "{base_path}/{version}/core/background-tasks/{pathv1}/?{query}",
71
+ "requestSchema": "schema.json",
72
+ "responseSchema": "schema.json",
73
+ "timeout": 0,
74
+ "sendEmpty": false,
75
+ "sendGetBody": false,
76
+ "requestDatatype": "JSON",
77
+ "responseDatatype": "JSON",
78
+ "headers": {},
79
+ "responseObjects": [
80
+ {
81
+ "type": "default",
82
+ "key": "",
83
+ "mockFile": ""
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "name": "deleteBackgroundTask",
89
+ "protocol": "REST",
90
+ "method": "POST",
91
+ "entitypath": "{base_path}/{version}/core/background-tasks/{pathv1}/delete/?{query}",
92
+ "requestSchema": "schema.json",
93
+ "responseSchema": "schema.json",
94
+ "timeout": 0,
95
+ "sendEmpty": false,
96
+ "requestDatatype": "JSON",
97
+ "responseDatatype": "JSON",
98
+ "headers": {},
99
+ "responseObjects": [
100
+ {
101
+ "type": "default",
102
+ "key": "",
103
+ "mockFile": ""
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "name": "enqueueBackgroundTask",
109
+ "protocol": "REST",
110
+ "method": "POST",
111
+ "entitypath": "{base_path}/{version}/core/background-tasks/{pathv1}/enqueue/?{query}",
112
+ "requestSchema": "schema.json",
113
+ "responseSchema": "schema.json",
114
+ "timeout": 0,
115
+ "sendEmpty": false,
116
+ "requestDatatype": "JSON",
117
+ "responseDatatype": "JSON",
118
+ "headers": {},
119
+ "responseObjects": [
120
+ {
121
+ "type": "default",
122
+ "key": "",
123
+ "mockFile": ""
124
+ }
125
+ ]
126
+ },
127
+ {
128
+ "name": "requeueBackgroundTask",
129
+ "protocol": "REST",
130
+ "method": "POST",
131
+ "entitypath": "{base_path}/{version}/core/background-tasks/{pathv1}/requeue/?{query}",
132
+ "requestSchema": "schema.json",
133
+ "responseSchema": "schema.json",
134
+ "timeout": 0,
135
+ "sendEmpty": false,
136
+ "requestDatatype": "JSON",
137
+ "responseDatatype": "JSON",
138
+ "headers": {},
139
+ "responseObjects": [
140
+ {
141
+ "type": "default",
142
+ "key": "",
143
+ "mockFile": ""
144
+ }
145
+ ]
146
+ },
147
+ {
148
+ "name": "stopBackgroundTask",
149
+ "protocol": "REST",
150
+ "method": "POST",
151
+ "entitypath": "{base_path}/{version}/core/background-tasks/{pathv1}/stop/?{query}",
152
+ "requestSchema": "schema.json",
153
+ "responseSchema": "schema.json",
154
+ "timeout": 0,
155
+ "sendEmpty": false,
156
+ "requestDatatype": "JSON",
157
+ "responseDatatype": "JSON",
158
+ "headers": {},
159
+ "responseObjects": [
160
+ {
161
+ "type": "default",
162
+ "key": "",
163
+ "mockFile": ""
164
+ }
165
+ ]
166
+ },
167
+ {
168
+ "name": "getBackgroundWorkersList",
169
+ "protocol": "REST",
170
+ "method": "GET",
171
+ "entitypath": "{base_path}/{version}/core/background-workers/?{query}",
172
+ "requestSchema": "schema.json",
173
+ "responseSchema": "schema.json",
174
+ "timeout": 0,
175
+ "sendEmpty": false,
176
+ "sendGetBody": false,
177
+ "requestDatatype": "JSON",
178
+ "responseDatatype": "JSON",
179
+ "headers": {},
180
+ "responseObjects": [
181
+ {
182
+ "type": "default",
183
+ "key": "",
184
+ "mockFile": ""
185
+ }
186
+ ]
187
+ },
188
+ {
189
+ "name": "getBackgroundWorker",
190
+ "protocol": "REST",
191
+ "method": "GET",
192
+ "entitypath": "{base_path}/{version}/core/background-workers/{pathv1}/?{query}",
193
+ "requestSchema": "schema.json",
194
+ "responseSchema": "schema.json",
195
+ "timeout": 0,
196
+ "sendEmpty": false,
197
+ "sendGetBody": false,
198
+ "requestDatatype": "JSON",
199
+ "responseDatatype": "JSON",
200
+ "headers": {},
201
+ "responseObjects": [
202
+ {
203
+ "type": "default",
204
+ "key": "",
205
+ "mockFile": ""
206
+ }
207
+ ]
208
+ },
209
+ {
210
+ "name": "getDataFilesList",
211
+ "protocol": "REST",
212
+ "method": "GET",
213
+ "entitypath": "{base_path}/{version}/core/data-files/?{query}",
214
+ "requestSchema": "schema.json",
215
+ "responseSchema": "schema.json",
216
+ "timeout": 0,
217
+ "sendEmpty": false,
218
+ "sendGetBody": false,
219
+ "requestDatatype": "JSON",
220
+ "responseDatatype": "JSON",
221
+ "headers": {},
222
+ "responseObjects": [
223
+ {
224
+ "type": "default",
225
+ "key": "",
226
+ "mockFile": ""
227
+ }
228
+ ]
229
+ },
230
+ {
231
+ "name": "getDataFile",
232
+ "protocol": "REST",
233
+ "method": "GET",
234
+ "entitypath": "{base_path}/{version}/core/data-files/{pathv1}/?{query}",
235
+ "requestSchema": "schema.json",
236
+ "responseSchema": "schema.json",
237
+ "timeout": 0,
238
+ "sendEmpty": false,
239
+ "sendGetBody": false,
240
+ "requestDatatype": "JSON",
241
+ "responseDatatype": "JSON",
242
+ "headers": {},
243
+ "responseObjects": [
244
+ {
245
+ "type": "default",
246
+ "key": "",
247
+ "mockFile": ""
248
+ }
249
+ ]
250
+ },
251
+ {
252
+ "name": "getDataSourceList",
253
+ "protocol": "REST",
254
+ "method": "GET",
255
+ "entitypath": "{base_path}/{version}/core/data-sources/?{query}",
256
+ "requestSchema": "schema.json",
257
+ "responseSchema": "schema.json",
258
+ "timeout": 0,
259
+ "sendEmpty": false,
260
+ "sendGetBody": false,
261
+ "requestDatatype": "JSON",
262
+ "responseDatatype": "JSON",
263
+ "headers": {},
264
+ "responseObjects": [
265
+ {
266
+ "type": "default",
267
+ "key": "",
268
+ "mockFile": ""
269
+ }
270
+ ]
271
+ },
272
+ {
273
+ "name": "postDataSourceList",
274
+ "protocol": "REST",
275
+ "method": "POST",
276
+ "entitypath": "{base_path}/{version}/core/data-sources/?{query}",
277
+ "requestSchema": "schema.json",
278
+ "responseSchema": "schema.json",
279
+ "timeout": 0,
280
+ "sendEmpty": false,
281
+ "requestDatatype": "JSON",
282
+ "responseDatatype": "JSON",
283
+ "headers": {},
284
+ "responseObjects": [
285
+ {
286
+ "type": "default",
287
+ "key": "",
288
+ "mockFile": ""
289
+ }
290
+ ]
291
+ },
292
+ {
293
+ "name": "putDataSourceList",
294
+ "protocol": "REST",
295
+ "method": "PUT",
296
+ "entitypath": "{base_path}/{version}/core/data-sources/?{query}",
297
+ "requestSchema": "schema.json",
298
+ "responseSchema": "schema.json",
299
+ "timeout": 0,
300
+ "sendEmpty": false,
301
+ "requestDatatype": "JSON",
302
+ "responseDatatype": "JSON",
303
+ "headers": {},
304
+ "responseObjects": [
305
+ {
306
+ "type": "default",
307
+ "key": "",
308
+ "mockFile": ""
309
+ }
310
+ ]
311
+ },
312
+ {
313
+ "name": "patchDataSourceList",
314
+ "protocol": "REST",
315
+ "method": "PATCH",
316
+ "entitypath": "{base_path}/{version}/core/data-sources/?{query}",
317
+ "requestSchema": "schema.json",
318
+ "responseSchema": "schema.json",
319
+ "timeout": 0,
320
+ "sendEmpty": false,
321
+ "requestDatatype": "JSON",
322
+ "responseDatatype": "JSON",
323
+ "headers": {},
324
+ "responseObjects": [
325
+ {
326
+ "type": "default",
327
+ "key": "",
328
+ "mockFile": ""
329
+ }
330
+ ]
331
+ },
332
+ {
333
+ "name": "deleteDataSourceList",
334
+ "protocol": "REST",
335
+ "method": "DELETE",
336
+ "entitypath": "{base_path}/{version}/core/data-sources/?{query}",
337
+ "requestSchema": "schema.json",
338
+ "responseSchema": "schema.json",
339
+ "timeout": 0,
340
+ "sendEmpty": false,
341
+ "requestDatatype": "JSON",
342
+ "responseDatatype": "JSON",
343
+ "headers": {},
344
+ "responseObjects": [
345
+ {
346
+ "type": "default",
347
+ "key": "",
348
+ "mockFile": ""
349
+ }
350
+ ]
351
+ },
352
+ {
353
+ "name": "getDataSource",
354
+ "protocol": "REST",
355
+ "method": "GET",
356
+ "entitypath": "{base_path}/{version}/core/data-sources/{pathv1}/?{query}",
357
+ "requestSchema": "schema.json",
358
+ "responseSchema": "schema.json",
359
+ "timeout": 0,
360
+ "sendEmpty": false,
361
+ "sendGetBody": false,
362
+ "requestDatatype": "JSON",
363
+ "responseDatatype": "JSON",
364
+ "headers": {},
365
+ "responseObjects": [
366
+ {
367
+ "type": "default",
368
+ "key": "",
369
+ "mockFile": ""
370
+ }
371
+ ]
372
+ },
373
+ {
374
+ "name": "putDataSource",
375
+ "protocol": "REST",
376
+ "method": "PUT",
377
+ "entitypath": "{base_path}/{version}/core/data-sources/{pathv1}/?{query}",
378
+ "requestSchema": "schema.json",
379
+ "responseSchema": "schema.json",
380
+ "timeout": 0,
381
+ "sendEmpty": false,
382
+ "requestDatatype": "JSON",
383
+ "responseDatatype": "JSON",
384
+ "headers": {},
385
+ "responseObjects": [
386
+ {
387
+ "type": "default",
388
+ "key": "",
389
+ "mockFile": ""
390
+ }
391
+ ]
392
+ },
393
+ {
394
+ "name": "patchDataSource",
395
+ "protocol": "REST",
396
+ "method": "PATCH",
397
+ "entitypath": "{base_path}/{version}/core/data-sources/{pathv1}/?{query}",
398
+ "requestSchema": "schema.json",
399
+ "responseSchema": "schema.json",
400
+ "timeout": 0,
401
+ "sendEmpty": false,
402
+ "requestDatatype": "JSON",
403
+ "responseDatatype": "JSON",
404
+ "headers": {},
405
+ "responseObjects": [
406
+ {
407
+ "type": "default",
408
+ "key": "",
409
+ "mockFile": ""
410
+ }
411
+ ]
412
+ },
413
+ {
414
+ "name": "deleteDataSource",
415
+ "protocol": "REST",
416
+ "method": "DELETE",
417
+ "entitypath": "{base_path}/{version}/core/data-sources/{pathv1}/?{query}",
418
+ "requestSchema": "schema.json",
419
+ "responseSchema": "schema.json",
420
+ "timeout": 0,
421
+ "sendEmpty": false,
422
+ "requestDatatype": "JSON",
423
+ "responseDatatype": "JSON",
424
+ "headers": {},
425
+ "responseObjects": [
426
+ {
427
+ "type": "default",
428
+ "key": "",
429
+ "mockFile": ""
430
+ }
431
+ ]
432
+ },
433
+ {
434
+ "name": "syncDataSource",
435
+ "protocol": "REST",
436
+ "method": "POST",
437
+ "entitypath": "{base_path}/{version}/core/data-sources/{pathv1}/sync/?{query}",
438
+ "requestSchema": "schema.json",
439
+ "responseSchema": "schema.json",
440
+ "timeout": 0,
441
+ "sendEmpty": false,
442
+ "requestDatatype": "JSON",
443
+ "responseDatatype": "JSON",
444
+ "headers": {},
445
+ "responseObjects": [
446
+ {
447
+ "type": "default",
448
+ "key": "",
449
+ "mockFile": ""
450
+ }
451
+ ]
452
+ },
453
+ {
454
+ "name": "getJobResultsList",
455
+ "protocol": "REST",
456
+ "method": "GET",
457
+ "entitypath": "{base_path}/{version}/core/jobs/?{query}",
458
+ "requestSchema": "schema.json",
459
+ "responseSchema": "schema.json",
460
+ "timeout": 0,
461
+ "sendEmpty": false,
462
+ "sendGetBody": false,
463
+ "requestDatatype": "JSON",
464
+ "responseDatatype": "JSON",
465
+ "headers": {},
466
+ "responseObjects": [
467
+ {
468
+ "type": "default",
469
+ "key": "",
470
+ "mockFile": ""
471
+ }
472
+ ]
473
+ },
474
+ {
475
+ "name": "getJobResult",
476
+ "protocol": "REST",
477
+ "method": "GET",
478
+ "entitypath": "{base_path}/{version}/core/jobs/{pathv1}/?{query}",
479
+ "requestSchema": "schema.json",
480
+ "responseSchema": "schema.json",
481
+ "timeout": 0,
482
+ "sendEmpty": false,
483
+ "sendGetBody": false,
484
+ "requestDatatype": "JSON",
485
+ "responseDatatype": "JSON",
486
+ "headers": {},
487
+ "responseObjects": [
488
+ {
489
+ "type": "default",
490
+ "key": "",
491
+ "mockFile": ""
492
+ }
493
+ ]
494
+ },
495
+ {
496
+ "name": "getObjectChangesList",
497
+ "protocol": "REST",
498
+ "method": "GET",
499
+ "entitypath": "{base_path}/{version}/core/object-changes/?{query}",
500
+ "requestSchema": "schema.json",
501
+ "responseSchema": "schema.json",
502
+ "timeout": 0,
503
+ "sendEmpty": false,
504
+ "sendGetBody": false,
505
+ "requestDatatype": "JSON",
506
+ "responseDatatype": "JSON",
507
+ "headers": {},
508
+ "responseObjects": [
509
+ {
510
+ "type": "default",
511
+ "key": "",
512
+ "mockFile": ""
513
+ }
514
+ ]
515
+ },
516
+ {
517
+ "name": "getObjectChange",
518
+ "protocol": "REST",
519
+ "method": "GET",
520
+ "entitypath": "{base_path}/{version}/core/object-changes/{pathv1}/?{query}",
521
+ "requestSchema": "schema.json",
522
+ "responseSchema": "schema.json",
523
+ "timeout": 0,
524
+ "sendEmpty": false,
525
+ "sendGetBody": false,
526
+ "requestDatatype": "JSON",
527
+ "responseDatatype": "JSON",
528
+ "headers": {},
529
+ "responseObjects": [
530
+ {
531
+ "type": "default",
532
+ "key": "",
533
+ "mockFile": ""
534
+ }
535
+ ]
536
+ }
537
+ ]
538
+ }