catocli 3.0.24__py3-none-any.whl → 3.0.26__py3-none-any.whl

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.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (31) hide show
  1. catocli/Utils/clidriver.py +10 -10
  2. catocli/Utils/formatter_app_stats.py +29 -16
  3. catocli/Utils/formatter_app_stats_timeseries.py +15 -23
  4. catocli/Utils/formatter_utils.py +1 -0
  5. catocli/__init__.py +1 -1
  6. catocli/clisettings.json +2 -1
  7. catocli/parsers/query_appStatsTimeSeries/README.md +2 -0
  8. catocli/parsers/query_container/__init__.py +118 -10
  9. catocli/parsers/query_container_fqdn_downloadFile/README.md +27 -0
  10. catocli/parsers/query_container_fqdn_search/README.md +29 -0
  11. catocli/parsers/query_container_fqdn_searchFqdn/README.md +26 -0
  12. catocli/parsers/query_container_ipAddressRange_downloadFile/README.md +27 -0
  13. catocli/parsers/query_container_ipAddressRange_search/README.md +29 -0
  14. catocli/parsers/query_container_ipAddressRange_searchIpAddressRange/README.md +29 -0
  15. catocli/parsers/query_container_list/README.md +30 -0
  16. {catocli-3.0.24.dist-info → catocli-3.0.26.dist-info}/METADATA +2 -5
  17. {catocli-3.0.24.dist-info → catocli-3.0.26.dist-info}/RECORD +30 -17
  18. models/query.appStats.json +216 -0
  19. models/query.appStatsTimeSeries.json +144 -0
  20. models/query.container.fqdn.downloadFile.json +519 -0
  21. models/query.container.fqdn.search.json +790 -0
  22. models/query.container.fqdn.searchFqdn.json +567 -0
  23. models/query.container.ipAddressRange.downloadFile.json +519 -0
  24. models/query.container.ipAddressRange.search.json +790 -0
  25. models/query.container.ipAddressRange.searchIpAddressRange.json +720 -0
  26. models/query.container.list.json +1316 -0
  27. catocli/parsers/query_container/README.md +0 -65
  28. {catocli-3.0.24.dist-info → catocli-3.0.26.dist-info}/WHEEL +0 -0
  29. {catocli-3.0.24.dist-info → catocli-3.0.26.dist-info}/entry_points.txt +0 -0
  30. {catocli-3.0.24.dist-info → catocli-3.0.26.dist-info}/licenses/LICENSE +0 -0
  31. {catocli-3.0.24.dist-info → catocli-3.0.26.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,519 @@
1
+ {
2
+ "args": {
3
+ "accountId": {
4
+ "defaultValue": null,
5
+ "description": null,
6
+ "id_str": "accountId",
7
+ "name": "accountId",
8
+ "path": "accountId",
9
+ "requestStr": "$accountId:ID! ",
10
+ "required": true,
11
+ "responseStr": "accountId:$accountId ",
12
+ "type": {
13
+ "kind": [
14
+ "NON_NULL",
15
+ "SCALAR"
16
+ ],
17
+ "name": "ID",
18
+ "non_null": false
19
+ },
20
+ "varName": "accountId"
21
+ }
22
+ },
23
+ "childOperations": {
24
+ "downloadFile": {
25
+ "args": {
26
+ "downloadFile___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "downloadFile___input",
30
+ "name": "input",
31
+ "path": "downloadFile.input",
32
+ "requestStr": "$downloadFqdnContainerFileInput:DownloadFqdnContainerFileInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$downloadFqdnContainerFileInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": "Input for searching FQDN typed container to download its content",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "by": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "downloadFile___input___by",
45
+ "name": "by",
46
+ "path": "downloadFile.input.by",
47
+ "requestStr": "$by:ObjectRefBy! ",
48
+ "required": true,
49
+ "responseStr": "by:$by ",
50
+ "type": {
51
+ "definition": {
52
+ "description": null,
53
+ "enumValues": [
54
+ {
55
+ "deprecationReason": null,
56
+ "description": null,
57
+ "isDeprecated": false,
58
+ "name": "ID"
59
+ },
60
+ {
61
+ "deprecationReason": null,
62
+ "description": null,
63
+ "isDeprecated": false,
64
+ "name": "NAME"
65
+ }
66
+ ],
67
+ "fields": null,
68
+ "inputFields": null,
69
+ "interfaces": null,
70
+ "kind": "ENUM",
71
+ "name": "ObjectRefBy",
72
+ "possibleTypes": null
73
+ },
74
+ "indexType": "enum",
75
+ "kind": [
76
+ "NON_NULL",
77
+ "ENUM"
78
+ ],
79
+ "name": "ObjectRefBy",
80
+ "non_null": false
81
+ },
82
+ "varName": "by"
83
+ },
84
+ "input": {
85
+ "defaultValue": null,
86
+ "description": null,
87
+ "id_str": "downloadFile___input___input",
88
+ "name": "input",
89
+ "path": "downloadFile.input.input",
90
+ "requestStr": "$input:String! ",
91
+ "required": true,
92
+ "responseStr": "input:$input ",
93
+ "type": {
94
+ "kind": [
95
+ "NON_NULL",
96
+ "SCALAR"
97
+ ],
98
+ "name": "String",
99
+ "non_null": false
100
+ },
101
+ "varName": "input"
102
+ }
103
+ },
104
+ "interfaces": null,
105
+ "kind": "INPUT_OBJECT",
106
+ "name": "DownloadFqdnContainerFileInput",
107
+ "possibleTypes": null
108
+ },
109
+ "indexType": "input_object",
110
+ "kind": [
111
+ "NON_NULL",
112
+ "INPUT_OBJECT"
113
+ ],
114
+ "name": "DownloadFqdnContainerFileInput",
115
+ "non_null": false
116
+ },
117
+ "varName": "downloadFqdnContainerFileInput"
118
+ }
119
+ },
120
+ "deprecationReason": null,
121
+ "description": null,
122
+ "isDeprecated": false,
123
+ "name": "downloadFile",
124
+ "type": {
125
+ "kind": "NON_NULL",
126
+ "name": null,
127
+ "ofType": {
128
+ "kind": "OBJECT",
129
+ "name": "DownloadFqdnContainerFilePayload",
130
+ "ofType": null
131
+ }
132
+ }
133
+ },
134
+ "fqdn": {
135
+ "args": {},
136
+ "deprecationReason": null,
137
+ "description": null,
138
+ "isDeprecated": false,
139
+ "name": "fqdn",
140
+ "type": {
141
+ "kind": "NON_NULL",
142
+ "name": null,
143
+ "ofType": {
144
+ "kind": "OBJECT",
145
+ "name": "FqdnContainerQueries",
146
+ "ofType": null
147
+ }
148
+ }
149
+ }
150
+ },
151
+ "deprecationReason": null,
152
+ "description": null,
153
+ "fieldTypes": {},
154
+ "isDeprecated": false,
155
+ "name": "container",
156
+ "operationArgs": {
157
+ "accountId": {
158
+ "defaultValue": null,
159
+ "description": null,
160
+ "id_str": "accountId",
161
+ "name": "accountId",
162
+ "path": "accountId",
163
+ "requestStr": "$accountId:ID! ",
164
+ "required": true,
165
+ "responseStr": "accountId:$accountId ",
166
+ "type": {
167
+ "kind": [
168
+ "NON_NULL",
169
+ "SCALAR"
170
+ ],
171
+ "name": "ID",
172
+ "non_null": false
173
+ },
174
+ "varName": "accountId"
175
+ },
176
+ "downloadFqdnContainerFileInput": {
177
+ "defaultValue": null,
178
+ "description": null,
179
+ "id_str": "downloadFile___input",
180
+ "name": "input",
181
+ "path": "downloadFile.input",
182
+ "requestStr": "$downloadFqdnContainerFileInput:DownloadFqdnContainerFileInput! ",
183
+ "required": true,
184
+ "responseStr": "input:$downloadFqdnContainerFileInput ",
185
+ "type": {
186
+ "definition": {
187
+ "description": "Input for searching FQDN typed container to download its content",
188
+ "enumValues": null,
189
+ "fields": null,
190
+ "inputFields": {
191
+ "by": {
192
+ "defaultValue": null,
193
+ "description": null,
194
+ "id_str": "downloadFile___input___by",
195
+ "name": "by",
196
+ "path": "downloadFile.input.by",
197
+ "requestStr": "$by:ObjectRefBy! ",
198
+ "required": true,
199
+ "responseStr": "by:$by ",
200
+ "type": {
201
+ "definition": {
202
+ "description": null,
203
+ "enumValues": [
204
+ {
205
+ "deprecationReason": null,
206
+ "description": null,
207
+ "isDeprecated": false,
208
+ "name": "ID"
209
+ },
210
+ {
211
+ "deprecationReason": null,
212
+ "description": null,
213
+ "isDeprecated": false,
214
+ "name": "NAME"
215
+ }
216
+ ],
217
+ "fields": null,
218
+ "inputFields": null,
219
+ "interfaces": null,
220
+ "kind": "ENUM",
221
+ "name": "ObjectRefBy",
222
+ "possibleTypes": null
223
+ },
224
+ "indexType": "enum",
225
+ "kind": [
226
+ "NON_NULL",
227
+ "ENUM"
228
+ ],
229
+ "name": "ObjectRefBy",
230
+ "non_null": false
231
+ },
232
+ "varName": "by"
233
+ },
234
+ "input": {
235
+ "defaultValue": null,
236
+ "description": null,
237
+ "id_str": "downloadFile___input___input",
238
+ "name": "input",
239
+ "path": "downloadFile.input.input",
240
+ "requestStr": "$input:String! ",
241
+ "required": true,
242
+ "responseStr": "input:$input ",
243
+ "type": {
244
+ "kind": [
245
+ "NON_NULL",
246
+ "SCALAR"
247
+ ],
248
+ "name": "String",
249
+ "non_null": false
250
+ },
251
+ "varName": "input"
252
+ }
253
+ },
254
+ "interfaces": null,
255
+ "kind": "INPUT_OBJECT",
256
+ "name": "DownloadFqdnContainerFileInput",
257
+ "possibleTypes": null
258
+ },
259
+ "indexType": "input_object",
260
+ "kind": [
261
+ "NON_NULL",
262
+ "INPUT_OBJECT"
263
+ ],
264
+ "name": "DownloadFqdnContainerFileInput",
265
+ "non_null": false
266
+ },
267
+ "varName": "downloadFqdnContainerFileInput"
268
+ }
269
+ },
270
+ "path": "query.container.fqdn.downloadFile",
271
+ "type": {
272
+ "definition": {
273
+ "description": null,
274
+ "enumValues": null,
275
+ "fields": {
276
+ "fqdn": {
277
+ "args": {},
278
+ "deprecationReason": null,
279
+ "description": null,
280
+ "id_str": "fqdn",
281
+ "isDeprecated": false,
282
+ "name": "fqdn",
283
+ "path": "fqdn",
284
+ "requestStr": "$fqdnContainerQueries:FqdnContainerQueries! ",
285
+ "required": true,
286
+ "responseStr": "fqdn:$fqdnContainerQueries ",
287
+ "type": {
288
+ "definition": {
289
+ "description": null,
290
+ "enumValues": null,
291
+ "fields": {
292
+ "downloadFile": {
293
+ "args": {
294
+ "downloadFile___input": {
295
+ "defaultValue": null,
296
+ "description": null,
297
+ "id_str": "downloadFile___input",
298
+ "name": "input",
299
+ "path": "downloadFile.input",
300
+ "requestStr": "$downloadFqdnContainerFileInput:DownloadFqdnContainerFileInput! ",
301
+ "required": true,
302
+ "responseStr": "input:$downloadFqdnContainerFileInput ",
303
+ "type": {
304
+ "definition": {
305
+ "description": "Input for searching FQDN typed container to download its content",
306
+ "enumValues": null,
307
+ "fields": null,
308
+ "inputFields": {
309
+ "by": {
310
+ "defaultValue": null,
311
+ "description": null,
312
+ "id_str": "downloadFile___input___by",
313
+ "name": "by",
314
+ "path": "downloadFile.input.by",
315
+ "requestStr": "$by:ObjectRefBy! ",
316
+ "required": true,
317
+ "responseStr": "by:$by ",
318
+ "type": {
319
+ "definition": {
320
+ "description": null,
321
+ "enumValues": [
322
+ {
323
+ "deprecationReason": null,
324
+ "description": null,
325
+ "isDeprecated": false,
326
+ "name": "ID"
327
+ },
328
+ {
329
+ "deprecationReason": null,
330
+ "description": null,
331
+ "isDeprecated": false,
332
+ "name": "NAME"
333
+ }
334
+ ],
335
+ "fields": null,
336
+ "inputFields": null,
337
+ "interfaces": null,
338
+ "kind": "ENUM",
339
+ "name": "ObjectRefBy",
340
+ "possibleTypes": null
341
+ },
342
+ "indexType": "enum",
343
+ "kind": [
344
+ "NON_NULL",
345
+ "ENUM"
346
+ ],
347
+ "name": "ObjectRefBy",
348
+ "non_null": false
349
+ },
350
+ "varName": "by"
351
+ },
352
+ "input": {
353
+ "defaultValue": null,
354
+ "description": null,
355
+ "id_str": "downloadFile___input___input",
356
+ "name": "input",
357
+ "path": "downloadFile.input.input",
358
+ "requestStr": "$input:String! ",
359
+ "required": true,
360
+ "responseStr": "input:$input ",
361
+ "type": {
362
+ "kind": [
363
+ "NON_NULL",
364
+ "SCALAR"
365
+ ],
366
+ "name": "String",
367
+ "non_null": false
368
+ },
369
+ "varName": "input"
370
+ }
371
+ },
372
+ "interfaces": null,
373
+ "kind": "INPUT_OBJECT",
374
+ "name": "DownloadFqdnContainerFileInput",
375
+ "possibleTypes": null
376
+ },
377
+ "indexType": "input_object",
378
+ "kind": [
379
+ "NON_NULL",
380
+ "INPUT_OBJECT"
381
+ ],
382
+ "name": "DownloadFqdnContainerFileInput",
383
+ "non_null": false
384
+ },
385
+ "varName": "downloadFqdnContainerFileInput"
386
+ }
387
+ },
388
+ "deprecationReason": null,
389
+ "description": null,
390
+ "id_str": "fqdn___downloadFile",
391
+ "isDeprecated": false,
392
+ "name": "downloadFile",
393
+ "path": "fqdn.downloadFile",
394
+ "requestStr": "$downloadFqdnContainerFilePayload:DownloadFqdnContainerFilePayload! ",
395
+ "required": true,
396
+ "responseStr": "downloadFile:$downloadFqdnContainerFilePayload ",
397
+ "type": {
398
+ "definition": {
399
+ "description": "Payload of download FQDN typed container file",
400
+ "enumValues": null,
401
+ "fields": {
402
+ "encodedFile": {
403
+ "args": {},
404
+ "deprecationReason": null,
405
+ "description": "Content of a file encoded in base64 format",
406
+ "id_str": "fqdn___downloadFile___encodedFile",
407
+ "isDeprecated": false,
408
+ "name": "encodedFile",
409
+ "path": "fqdn.downloadFile.encodedFile",
410
+ "requestStr": "$encodedFile:String! ",
411
+ "required": true,
412
+ "responseStr": "encodedFile:$encodedFile ",
413
+ "type": {
414
+ "kind": [
415
+ "NON_NULL",
416
+ "SCALAR"
417
+ ],
418
+ "name": "String",
419
+ "non_null": false
420
+ },
421
+ "varName": "encodedFile"
422
+ },
423
+ "id": {
424
+ "args": {},
425
+ "deprecationReason": null,
426
+ "description": "Unique container ID",
427
+ "id_str": "fqdn___downloadFile___id",
428
+ "isDeprecated": false,
429
+ "name": "id",
430
+ "path": "fqdn.downloadFile.id",
431
+ "requestStr": "$id:ID! ",
432
+ "required": true,
433
+ "responseStr": "id:$id ",
434
+ "type": {
435
+ "kind": [
436
+ "NON_NULL",
437
+ "SCALAR"
438
+ ],
439
+ "name": "ID",
440
+ "non_null": false
441
+ },
442
+ "varName": "id"
443
+ },
444
+ "name": {
445
+ "args": {},
446
+ "deprecationReason": null,
447
+ "description": "Name for the container",
448
+ "id_str": "fqdn___downloadFile___name",
449
+ "isDeprecated": false,
450
+ "name": "name",
451
+ "path": "fqdn.downloadFile.name",
452
+ "requestStr": "$name:String! ",
453
+ "required": true,
454
+ "responseStr": "name:$name ",
455
+ "type": {
456
+ "kind": [
457
+ "NON_NULL",
458
+ "SCALAR"
459
+ ],
460
+ "name": "String",
461
+ "non_null": false
462
+ },
463
+ "varName": "name"
464
+ }
465
+ },
466
+ "inputFields": null,
467
+ "interfaces": [],
468
+ "kind": "OBJECT",
469
+ "name": "DownloadFqdnContainerFilePayload",
470
+ "possibleTypes": null
471
+ },
472
+ "indexType": "object",
473
+ "kind": [
474
+ "NON_NULL",
475
+ "OBJECT"
476
+ ],
477
+ "name": "DownloadFqdnContainerFilePayload",
478
+ "non_null": false
479
+ },
480
+ "varName": "downloadFqdnContainerFilePayload"
481
+ }
482
+ },
483
+ "inputFields": null,
484
+ "interfaces": [],
485
+ "kind": "OBJECT",
486
+ "name": "FqdnContainerQueries",
487
+ "possibleTypes": null
488
+ },
489
+ "indexType": "object",
490
+ "kind": [
491
+ "NON_NULL",
492
+ "OBJECT"
493
+ ],
494
+ "name": "FqdnContainerQueries",
495
+ "non_null": false
496
+ },
497
+ "varName": "fqdnContainerQueries"
498
+ }
499
+ },
500
+ "inputFields": null,
501
+ "interfaces": [],
502
+ "kind": "OBJECT",
503
+ "name": "ContainerQueries",
504
+ "possibleTypes": null
505
+ },
506
+ "indexType": "object",
507
+ "kind": [
508
+ "OBJECT"
509
+ ],
510
+ "name": "ContainerQueries",
511
+ "non_null": false
512
+ },
513
+ "variablesPayload": {
514
+ "downloadFqdnContainerFileInput": {
515
+ "by": "ID",
516
+ "input": "string"
517
+ }
518
+ }
519
+ }