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