catocli 3.0.25__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 (25) hide show
  1. catocli/Utils/clidriver.py +8 -8
  2. catocli/__init__.py +1 -1
  3. catocli/clisettings.json +2 -1
  4. catocli/parsers/query_container/__init__.py +118 -10
  5. catocli/parsers/query_container_fqdn_downloadFile/README.md +27 -0
  6. catocli/parsers/query_container_fqdn_search/README.md +29 -0
  7. catocli/parsers/query_container_fqdn_searchFqdn/README.md +26 -0
  8. catocli/parsers/query_container_ipAddressRange_downloadFile/README.md +27 -0
  9. catocli/parsers/query_container_ipAddressRange_search/README.md +29 -0
  10. catocli/parsers/query_container_ipAddressRange_searchIpAddressRange/README.md +29 -0
  11. catocli/parsers/query_container_list/README.md +30 -0
  12. {catocli-3.0.25.dist-info → catocli-3.0.26.dist-info}/METADATA +1 -1
  13. {catocli-3.0.25.dist-info → catocli-3.0.26.dist-info}/RECORD +24 -11
  14. models/query.container.fqdn.downloadFile.json +519 -0
  15. models/query.container.fqdn.search.json +790 -0
  16. models/query.container.fqdn.searchFqdn.json +567 -0
  17. models/query.container.ipAddressRange.downloadFile.json +519 -0
  18. models/query.container.ipAddressRange.search.json +790 -0
  19. models/query.container.ipAddressRange.searchIpAddressRange.json +720 -0
  20. models/query.container.list.json +1316 -0
  21. catocli/parsers/query_container/README.md +0 -65
  22. {catocli-3.0.25.dist-info → catocli-3.0.26.dist-info}/WHEEL +0 -0
  23. {catocli-3.0.25.dist-info → catocli-3.0.26.dist-info}/entry_points.txt +0 -0
  24. {catocli-3.0.25.dist-info → catocli-3.0.26.dist-info}/licenses/LICENSE +0 -0
  25. {catocli-3.0.25.dist-info → catocli-3.0.26.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1316 @@
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
+ "list": {
25
+ "args": {
26
+ "list___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "list___input",
30
+ "name": "input",
31
+ "path": "list.input",
32
+ "requestStr": "$containerSearchInput:ContainerSearchInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$containerSearchInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": "Filtering input to container search",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "refs": {
42
+ "defaultValue": "[]",
43
+ "description": "Allows filtering container search by container ID or container name",
44
+ "id_str": "list___input___refs",
45
+ "name": "refs",
46
+ "path": "list.input.refs",
47
+ "requestStr": "$containerRefInput:[ContainerRefInput]! ",
48
+ "required": true,
49
+ "responseStr": "refs:$containerRefInput ",
50
+ "type": {
51
+ "definition": {
52
+ "description": "Add a container by ID or name",
53
+ "enumValues": null,
54
+ "fields": null,
55
+ "inputFields": {
56
+ "by": {
57
+ "defaultValue": "ID",
58
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
59
+ "id_str": "list___input___refs___by",
60
+ "name": "by",
61
+ "path": "list.input.refs.by",
62
+ "requestStr": "$by:ObjectRefBy! ",
63
+ "required": true,
64
+ "responseStr": "by:$by ",
65
+ "type": {
66
+ "definition": {
67
+ "description": null,
68
+ "enumValues": [
69
+ {
70
+ "deprecationReason": null,
71
+ "description": null,
72
+ "isDeprecated": false,
73
+ "name": "ID"
74
+ },
75
+ {
76
+ "deprecationReason": null,
77
+ "description": null,
78
+ "isDeprecated": false,
79
+ "name": "NAME"
80
+ }
81
+ ],
82
+ "fields": null,
83
+ "inputFields": null,
84
+ "interfaces": null,
85
+ "kind": "ENUM",
86
+ "name": "ObjectRefBy",
87
+ "possibleTypes": null
88
+ },
89
+ "indexType": "enum",
90
+ "kind": [
91
+ "NON_NULL",
92
+ "ENUM"
93
+ ],
94
+ "name": "ObjectRefBy",
95
+ "non_null": false
96
+ },
97
+ "varName": "by"
98
+ },
99
+ "input": {
100
+ "defaultValue": null,
101
+ "description": "The object identification (ID or name) value",
102
+ "id_str": "list___input___refs___input",
103
+ "name": "input",
104
+ "path": "list.input.refs.input",
105
+ "requestStr": "$input:String! ",
106
+ "required": true,
107
+ "responseStr": "input:$input ",
108
+ "type": {
109
+ "kind": [
110
+ "NON_NULL",
111
+ "SCALAR"
112
+ ],
113
+ "name": "String",
114
+ "non_null": false
115
+ },
116
+ "varName": "input"
117
+ }
118
+ },
119
+ "interfaces": null,
120
+ "kind": "INPUT_OBJECT",
121
+ "name": "ContainerRefInput",
122
+ "possibleTypes": null
123
+ },
124
+ "indexType": "input_object",
125
+ "kind": [
126
+ "NON_NULL",
127
+ "LIST",
128
+ "NON_NULL",
129
+ "INPUT_OBJECT"
130
+ ],
131
+ "name": "ContainerRefInput",
132
+ "non_null": false
133
+ },
134
+ "varName": "containerRefInput"
135
+ },
136
+ "types": {
137
+ "defaultValue": "[]",
138
+ "description": "Allows filtering container search by specific container types",
139
+ "id_str": "list___input___types",
140
+ "name": "types",
141
+ "path": "list.input.types",
142
+ "requestStr": "$types:[ContainerType]! ",
143
+ "required": true,
144
+ "responseStr": "types:$types ",
145
+ "type": {
146
+ "definition": {
147
+ "description": null,
148
+ "enumValues": [
149
+ {
150
+ "deprecationReason": null,
151
+ "description": null,
152
+ "isDeprecated": false,
153
+ "name": "IP_RANGE"
154
+ },
155
+ {
156
+ "deprecationReason": null,
157
+ "description": null,
158
+ "isDeprecated": false,
159
+ "name": "FQDN"
160
+ }
161
+ ],
162
+ "fields": null,
163
+ "inputFields": null,
164
+ "interfaces": null,
165
+ "kind": "ENUM",
166
+ "name": "ContainerType",
167
+ "possibleTypes": null
168
+ },
169
+ "indexType": "enum",
170
+ "kind": [
171
+ "NON_NULL",
172
+ "LIST",
173
+ "NON_NULL",
174
+ "ENUM"
175
+ ],
176
+ "name": "ContainerType",
177
+ "non_null": false
178
+ },
179
+ "varName": "types"
180
+ }
181
+ },
182
+ "interfaces": null,
183
+ "kind": "INPUT_OBJECT",
184
+ "name": "ContainerSearchInput",
185
+ "possibleTypes": null
186
+ },
187
+ "indexType": "input_object",
188
+ "kind": [
189
+ "NON_NULL",
190
+ "INPUT_OBJECT"
191
+ ],
192
+ "name": "ContainerSearchInput",
193
+ "non_null": false
194
+ },
195
+ "varName": "containerSearchInput"
196
+ }
197
+ },
198
+ "deprecationReason": null,
199
+ "description": null,
200
+ "isDeprecated": false,
201
+ "name": "list",
202
+ "type": {
203
+ "kind": "NON_NULL",
204
+ "name": null,
205
+ "ofType": {
206
+ "kind": "OBJECT",
207
+ "name": "ContainerSearchPayload",
208
+ "ofType": null
209
+ }
210
+ }
211
+ }
212
+ },
213
+ "deprecationReason": null,
214
+ "description": null,
215
+ "fieldTypes": {},
216
+ "isDeprecated": false,
217
+ "name": "container",
218
+ "operationArgs": {
219
+ "accountId": {
220
+ "defaultValue": null,
221
+ "description": null,
222
+ "id_str": "accountId",
223
+ "name": "accountId",
224
+ "path": "accountId",
225
+ "requestStr": "$accountId:ID! ",
226
+ "required": true,
227
+ "responseStr": "accountId:$accountId ",
228
+ "type": {
229
+ "kind": [
230
+ "NON_NULL",
231
+ "SCALAR"
232
+ ],
233
+ "name": "ID",
234
+ "non_null": false
235
+ },
236
+ "varName": "accountId"
237
+ },
238
+ "containerSearchInput": {
239
+ "defaultValue": null,
240
+ "description": null,
241
+ "id_str": "list___input",
242
+ "name": "input",
243
+ "path": "list.input",
244
+ "requestStr": "$containerSearchInput:ContainerSearchInput! ",
245
+ "required": true,
246
+ "responseStr": "input:$containerSearchInput ",
247
+ "type": {
248
+ "definition": {
249
+ "description": "Filtering input to container search",
250
+ "enumValues": null,
251
+ "fields": null,
252
+ "inputFields": {
253
+ "refs": {
254
+ "defaultValue": "[]",
255
+ "description": "Allows filtering container search by container ID or container name",
256
+ "id_str": "list___input___refs",
257
+ "name": "refs",
258
+ "path": "list.input.refs",
259
+ "requestStr": "$containerRefInput:[ContainerRefInput]! ",
260
+ "required": true,
261
+ "responseStr": "refs:$containerRefInput ",
262
+ "type": {
263
+ "definition": {
264
+ "description": "Add a container by ID or name",
265
+ "enumValues": null,
266
+ "fields": null,
267
+ "inputFields": {
268
+ "by": {
269
+ "defaultValue": "ID",
270
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
271
+ "id_str": "list___input___refs___by",
272
+ "name": "by",
273
+ "path": "list.input.refs.by",
274
+ "requestStr": "$by:ObjectRefBy! ",
275
+ "required": true,
276
+ "responseStr": "by:$by ",
277
+ "type": {
278
+ "definition": {
279
+ "description": null,
280
+ "enumValues": [
281
+ {
282
+ "deprecationReason": null,
283
+ "description": null,
284
+ "isDeprecated": false,
285
+ "name": "ID"
286
+ },
287
+ {
288
+ "deprecationReason": null,
289
+ "description": null,
290
+ "isDeprecated": false,
291
+ "name": "NAME"
292
+ }
293
+ ],
294
+ "fields": null,
295
+ "inputFields": null,
296
+ "interfaces": null,
297
+ "kind": "ENUM",
298
+ "name": "ObjectRefBy",
299
+ "possibleTypes": null
300
+ },
301
+ "indexType": "enum",
302
+ "kind": [
303
+ "NON_NULL",
304
+ "ENUM"
305
+ ],
306
+ "name": "ObjectRefBy",
307
+ "non_null": false
308
+ },
309
+ "varName": "by"
310
+ },
311
+ "input": {
312
+ "defaultValue": null,
313
+ "description": "The object identification (ID or name) value",
314
+ "id_str": "list___input___refs___input",
315
+ "name": "input",
316
+ "path": "list.input.refs.input",
317
+ "requestStr": "$input:String! ",
318
+ "required": true,
319
+ "responseStr": "input:$input ",
320
+ "type": {
321
+ "kind": [
322
+ "NON_NULL",
323
+ "SCALAR"
324
+ ],
325
+ "name": "String",
326
+ "non_null": false
327
+ },
328
+ "varName": "input"
329
+ }
330
+ },
331
+ "interfaces": null,
332
+ "kind": "INPUT_OBJECT",
333
+ "name": "ContainerRefInput",
334
+ "possibleTypes": null
335
+ },
336
+ "indexType": "input_object",
337
+ "kind": [
338
+ "NON_NULL",
339
+ "LIST",
340
+ "NON_NULL",
341
+ "INPUT_OBJECT"
342
+ ],
343
+ "name": "ContainerRefInput",
344
+ "non_null": false
345
+ },
346
+ "varName": "containerRefInput"
347
+ },
348
+ "types": {
349
+ "defaultValue": "[]",
350
+ "description": "Allows filtering container search by specific container types",
351
+ "id_str": "list___input___types",
352
+ "name": "types",
353
+ "path": "list.input.types",
354
+ "requestStr": "$types:[ContainerType]! ",
355
+ "required": true,
356
+ "responseStr": "types:$types ",
357
+ "type": {
358
+ "definition": {
359
+ "description": null,
360
+ "enumValues": [
361
+ {
362
+ "deprecationReason": null,
363
+ "description": null,
364
+ "isDeprecated": false,
365
+ "name": "IP_RANGE"
366
+ },
367
+ {
368
+ "deprecationReason": null,
369
+ "description": null,
370
+ "isDeprecated": false,
371
+ "name": "FQDN"
372
+ }
373
+ ],
374
+ "fields": null,
375
+ "inputFields": null,
376
+ "interfaces": null,
377
+ "kind": "ENUM",
378
+ "name": "ContainerType",
379
+ "possibleTypes": null
380
+ },
381
+ "indexType": "enum",
382
+ "kind": [
383
+ "NON_NULL",
384
+ "LIST",
385
+ "NON_NULL",
386
+ "ENUM"
387
+ ],
388
+ "name": "ContainerType",
389
+ "non_null": false
390
+ },
391
+ "varName": "types"
392
+ }
393
+ },
394
+ "interfaces": null,
395
+ "kind": "INPUT_OBJECT",
396
+ "name": "ContainerSearchInput",
397
+ "possibleTypes": null
398
+ },
399
+ "indexType": "input_object",
400
+ "kind": [
401
+ "NON_NULL",
402
+ "INPUT_OBJECT"
403
+ ],
404
+ "name": "ContainerSearchInput",
405
+ "non_null": false
406
+ },
407
+ "varName": "containerSearchInput"
408
+ }
409
+ },
410
+ "path": "query.container.list",
411
+ "type": {
412
+ "definition": {
413
+ "description": null,
414
+ "enumValues": null,
415
+ "fields": {
416
+ "list": {
417
+ "args": {
418
+ "list___input": {
419
+ "defaultValue": null,
420
+ "description": null,
421
+ "id_str": "list___input",
422
+ "name": "input",
423
+ "path": "list.input",
424
+ "requestStr": "$containerSearchInput:ContainerSearchInput! ",
425
+ "required": true,
426
+ "responseStr": "input:$containerSearchInput ",
427
+ "type": {
428
+ "definition": {
429
+ "description": "Filtering input to container search",
430
+ "enumValues": null,
431
+ "fields": null,
432
+ "inputFields": {
433
+ "refs": {
434
+ "defaultValue": "[]",
435
+ "description": "Allows filtering container search by container ID or container name",
436
+ "id_str": "list___input___refs",
437
+ "name": "refs",
438
+ "path": "list.input.refs",
439
+ "requestStr": "$containerRefInput:[ContainerRefInput]! ",
440
+ "required": true,
441
+ "responseStr": "refs:$containerRefInput ",
442
+ "type": {
443
+ "definition": {
444
+ "description": "Add a container by ID or name",
445
+ "enumValues": null,
446
+ "fields": null,
447
+ "inputFields": {
448
+ "by": {
449
+ "defaultValue": "ID",
450
+ "description": "Defines the object identification method \u2013 by ID (default) or by name",
451
+ "id_str": "list___input___refs___by",
452
+ "name": "by",
453
+ "path": "list.input.refs.by",
454
+ "requestStr": "$by:ObjectRefBy! ",
455
+ "required": true,
456
+ "responseStr": "by:$by ",
457
+ "type": {
458
+ "definition": {
459
+ "description": null,
460
+ "enumValues": [
461
+ {
462
+ "deprecationReason": null,
463
+ "description": null,
464
+ "isDeprecated": false,
465
+ "name": "ID"
466
+ },
467
+ {
468
+ "deprecationReason": null,
469
+ "description": null,
470
+ "isDeprecated": false,
471
+ "name": "NAME"
472
+ }
473
+ ],
474
+ "fields": null,
475
+ "inputFields": null,
476
+ "interfaces": null,
477
+ "kind": "ENUM",
478
+ "name": "ObjectRefBy",
479
+ "possibleTypes": null
480
+ },
481
+ "indexType": "enum",
482
+ "kind": [
483
+ "NON_NULL",
484
+ "ENUM"
485
+ ],
486
+ "name": "ObjectRefBy",
487
+ "non_null": false
488
+ },
489
+ "varName": "by"
490
+ },
491
+ "input": {
492
+ "defaultValue": null,
493
+ "description": "The object identification (ID or name) value",
494
+ "id_str": "list___input___refs___input",
495
+ "name": "input",
496
+ "path": "list.input.refs.input",
497
+ "requestStr": "$input:String! ",
498
+ "required": true,
499
+ "responseStr": "input:$input ",
500
+ "type": {
501
+ "kind": [
502
+ "NON_NULL",
503
+ "SCALAR"
504
+ ],
505
+ "name": "String",
506
+ "non_null": false
507
+ },
508
+ "varName": "input"
509
+ }
510
+ },
511
+ "interfaces": null,
512
+ "kind": "INPUT_OBJECT",
513
+ "name": "ContainerRefInput",
514
+ "possibleTypes": null
515
+ },
516
+ "indexType": "input_object",
517
+ "kind": [
518
+ "NON_NULL",
519
+ "LIST",
520
+ "NON_NULL",
521
+ "INPUT_OBJECT"
522
+ ],
523
+ "name": "ContainerRefInput",
524
+ "non_null": false
525
+ },
526
+ "varName": "containerRefInput"
527
+ },
528
+ "types": {
529
+ "defaultValue": "[]",
530
+ "description": "Allows filtering container search by specific container types",
531
+ "id_str": "list___input___types",
532
+ "name": "types",
533
+ "path": "list.input.types",
534
+ "requestStr": "$types:[ContainerType]! ",
535
+ "required": true,
536
+ "responseStr": "types:$types ",
537
+ "type": {
538
+ "definition": {
539
+ "description": null,
540
+ "enumValues": [
541
+ {
542
+ "deprecationReason": null,
543
+ "description": null,
544
+ "isDeprecated": false,
545
+ "name": "IP_RANGE"
546
+ },
547
+ {
548
+ "deprecationReason": null,
549
+ "description": null,
550
+ "isDeprecated": false,
551
+ "name": "FQDN"
552
+ }
553
+ ],
554
+ "fields": null,
555
+ "inputFields": null,
556
+ "interfaces": null,
557
+ "kind": "ENUM",
558
+ "name": "ContainerType",
559
+ "possibleTypes": null
560
+ },
561
+ "indexType": "enum",
562
+ "kind": [
563
+ "NON_NULL",
564
+ "LIST",
565
+ "NON_NULL",
566
+ "ENUM"
567
+ ],
568
+ "name": "ContainerType",
569
+ "non_null": false
570
+ },
571
+ "varName": "types"
572
+ }
573
+ },
574
+ "interfaces": null,
575
+ "kind": "INPUT_OBJECT",
576
+ "name": "ContainerSearchInput",
577
+ "possibleTypes": null
578
+ },
579
+ "indexType": "input_object",
580
+ "kind": [
581
+ "NON_NULL",
582
+ "INPUT_OBJECT"
583
+ ],
584
+ "name": "ContainerSearchInput",
585
+ "non_null": false
586
+ },
587
+ "varName": "containerSearchInput"
588
+ }
589
+ },
590
+ "deprecationReason": null,
591
+ "description": null,
592
+ "id_str": "list",
593
+ "isDeprecated": false,
594
+ "name": "list",
595
+ "path": "list",
596
+ "requestStr": "$containerSearchPayload:ContainerSearchPayload! ",
597
+ "required": true,
598
+ "responseStr": "list:$containerSearchPayload ",
599
+ "type": {
600
+ "definition": {
601
+ "description": "Container search result, including all containers that matched input criteria",
602
+ "enumValues": null,
603
+ "fields": {
604
+ "containers": {
605
+ "args": {},
606
+ "deprecationReason": null,
607
+ "description": "A list of matched containers",
608
+ "id_str": "list___containers",
609
+ "isDeprecated": false,
610
+ "name": "containers",
611
+ "path": "list.containers",
612
+ "requestStr": "$container:[Container]! ",
613
+ "required": true,
614
+ "responseStr": "containers:$container ",
615
+ "type": {
616
+ "definition": {
617
+ "description": "A group with members of a single type of entity (for example: IPAddress, FQDN)",
618
+ "enumValues": null,
619
+ "fields": {
620
+ "audit": {
621
+ "args": {},
622
+ "deprecationReason": null,
623
+ "description": "Audit metadata about the container",
624
+ "id_str": "list___containers___audit",
625
+ "isDeprecated": false,
626
+ "name": "audit",
627
+ "path": "list.containers.audit",
628
+ "requestStr": "$containerAudit:ContainerAudit! ",
629
+ "required": true,
630
+ "responseStr": "audit:$containerAudit ",
631
+ "type": {
632
+ "definition": {
633
+ "description": "Audit metadata about the container",
634
+ "enumValues": null,
635
+ "fields": {
636
+ "createdAt": {
637
+ "args": {},
638
+ "deprecationReason": null,
639
+ "description": "Indicates when the container was created",
640
+ "id_str": "list___containers___audit___createdAt",
641
+ "isDeprecated": false,
642
+ "name": "createdAt",
643
+ "path": "list.containers.audit.createdAt",
644
+ "requestStr": "$createdAt:DateTime! ",
645
+ "required": true,
646
+ "responseStr": "createdAt:$createdAt ",
647
+ "type": {
648
+ "kind": [
649
+ "NON_NULL",
650
+ "SCALAR"
651
+ ],
652
+ "name": "DateTime",
653
+ "non_null": false
654
+ },
655
+ "varName": "createdAt"
656
+ },
657
+ "createdBy": {
658
+ "args": {},
659
+ "deprecationReason": null,
660
+ "description": "Indicates who created the container",
661
+ "id_str": "list___containers___audit___createdBy",
662
+ "isDeprecated": false,
663
+ "name": "createdBy",
664
+ "path": "list.containers.audit.createdBy",
665
+ "requestStr": "$createdBy:String! ",
666
+ "required": true,
667
+ "responseStr": "createdBy:$createdBy ",
668
+ "type": {
669
+ "kind": [
670
+ "NON_NULL",
671
+ "SCALAR"
672
+ ],
673
+ "name": "String",
674
+ "non_null": false
675
+ },
676
+ "varName": "createdBy"
677
+ },
678
+ "lastModifiedAt": {
679
+ "args": {},
680
+ "deprecationReason": null,
681
+ "description": "Indicated when the container was last updated",
682
+ "id_str": "list___containers___audit___lastModifiedAt",
683
+ "isDeprecated": false,
684
+ "name": "lastModifiedAt",
685
+ "path": "list.containers.audit.lastModifiedAt",
686
+ "requestStr": "$lastModifiedAt:DateTime! ",
687
+ "required": true,
688
+ "responseStr": "lastModifiedAt:$lastModifiedAt ",
689
+ "type": {
690
+ "kind": [
691
+ "NON_NULL",
692
+ "SCALAR"
693
+ ],
694
+ "name": "DateTime",
695
+ "non_null": false
696
+ },
697
+ "varName": "lastModifiedAt"
698
+ },
699
+ "lastModifiedBy": {
700
+ "args": {},
701
+ "deprecationReason": null,
702
+ "description": "Indicates who was the last to update the container",
703
+ "id_str": "list___containers___audit___lastModifiedBy",
704
+ "isDeprecated": false,
705
+ "name": "lastModifiedBy",
706
+ "path": "list.containers.audit.lastModifiedBy",
707
+ "requestStr": "$lastModifiedBy:String! ",
708
+ "required": true,
709
+ "responseStr": "lastModifiedBy:$lastModifiedBy ",
710
+ "type": {
711
+ "kind": [
712
+ "NON_NULL",
713
+ "SCALAR"
714
+ ],
715
+ "name": "String",
716
+ "non_null": false
717
+ },
718
+ "varName": "lastModifiedBy"
719
+ }
720
+ },
721
+ "inputFields": null,
722
+ "interfaces": [],
723
+ "kind": "OBJECT",
724
+ "name": "ContainerAudit",
725
+ "possibleTypes": null
726
+ },
727
+ "indexType": "object",
728
+ "kind": [
729
+ "NON_NULL",
730
+ "OBJECT"
731
+ ],
732
+ "name": "ContainerAudit",
733
+ "non_null": false
734
+ },
735
+ "varName": "containerAudit"
736
+ },
737
+ "description": {
738
+ "args": {},
739
+ "deprecationReason": null,
740
+ "description": "Description for the container",
741
+ "id_str": "list___containers___description",
742
+ "isDeprecated": false,
743
+ "name": "description",
744
+ "path": "list.containers.description",
745
+ "requestStr": "$description:String ",
746
+ "required": false,
747
+ "responseStr": "description:$description ",
748
+ "type": {
749
+ "kind": [
750
+ "SCALAR"
751
+ ],
752
+ "name": "String",
753
+ "non_null": false
754
+ },
755
+ "varName": "description"
756
+ },
757
+ "id": {
758
+ "args": {},
759
+ "deprecationReason": null,
760
+ "description": "Unique container ID",
761
+ "id_str": "list___containers___id",
762
+ "isDeprecated": false,
763
+ "name": "id",
764
+ "path": "list.containers.id",
765
+ "requestStr": "$id:ID! ",
766
+ "required": true,
767
+ "responseStr": "id:$id ",
768
+ "type": {
769
+ "kind": [
770
+ "NON_NULL",
771
+ "SCALAR"
772
+ ],
773
+ "name": "ID",
774
+ "non_null": false
775
+ },
776
+ "varName": "id"
777
+ },
778
+ "name": {
779
+ "args": {},
780
+ "deprecationReason": null,
781
+ "description": "Name for the container",
782
+ "id_str": "list___containers___name",
783
+ "isDeprecated": false,
784
+ "name": "name",
785
+ "path": "list.containers.name",
786
+ "requestStr": "$name:String! ",
787
+ "required": true,
788
+ "responseStr": "name:$name ",
789
+ "type": {
790
+ "kind": [
791
+ "NON_NULL",
792
+ "SCALAR"
793
+ ],
794
+ "name": "String",
795
+ "non_null": false
796
+ },
797
+ "varName": "name"
798
+ },
799
+ "size": {
800
+ "args": {},
801
+ "deprecationReason": null,
802
+ "description": "Number of items in the container",
803
+ "id_str": "list___containers___size",
804
+ "isDeprecated": false,
805
+ "name": "size",
806
+ "path": "list.containers.size",
807
+ "requestStr": "$size:Int! ",
808
+ "required": true,
809
+ "responseStr": "size:$size ",
810
+ "type": {
811
+ "kind": [
812
+ "NON_NULL",
813
+ "SCALAR"
814
+ ],
815
+ "name": "Int",
816
+ "non_null": false
817
+ },
818
+ "varName": "size"
819
+ }
820
+ },
821
+ "inputFields": null,
822
+ "interfaces": [],
823
+ "kind": "INTERFACE",
824
+ "name": "Container",
825
+ "possibleTypes": [
826
+ {
827
+ "description": "A group with members of FQDN type",
828
+ "enumValues": null,
829
+ "fields": {
830
+ "audit": {
831
+ "args": {},
832
+ "deprecationReason": null,
833
+ "description": "Audit metadata about the container",
834
+ "id_str": "list___containers___audit",
835
+ "isDeprecated": false,
836
+ "name": "audit",
837
+ "path": "list.containers.audit",
838
+ "requestStr": "$containerAudit:ContainerAudit! ",
839
+ "required": true,
840
+ "responseStr": "audit:$containerAudit ",
841
+ "type": {
842
+ "definition": {
843
+ "description": "Audit metadata about the container",
844
+ "enumValues": null,
845
+ "fields": {
846
+ "createdAt": {
847
+ "args": {},
848
+ "deprecationReason": null,
849
+ "description": "Indicates when the container was created",
850
+ "id_str": "list___containers___audit___createdAt",
851
+ "isDeprecated": false,
852
+ "name": "createdAt",
853
+ "path": "list.containers.audit.createdAt",
854
+ "requestStr": "$createdAt:DateTime! ",
855
+ "required": true,
856
+ "responseStr": "createdAt:$createdAt ",
857
+ "type": {
858
+ "kind": [
859
+ "NON_NULL",
860
+ "SCALAR"
861
+ ],
862
+ "name": "DateTime",
863
+ "non_null": false
864
+ },
865
+ "varName": "createdAt"
866
+ },
867
+ "createdBy": {
868
+ "args": {},
869
+ "deprecationReason": null,
870
+ "description": "Indicates who created the container",
871
+ "id_str": "list___containers___audit___createdBy",
872
+ "isDeprecated": false,
873
+ "name": "createdBy",
874
+ "path": "list.containers.audit.createdBy",
875
+ "requestStr": "$createdBy:String! ",
876
+ "required": true,
877
+ "responseStr": "createdBy:$createdBy ",
878
+ "type": {
879
+ "kind": [
880
+ "NON_NULL",
881
+ "SCALAR"
882
+ ],
883
+ "name": "String",
884
+ "non_null": false
885
+ },
886
+ "varName": "createdBy"
887
+ },
888
+ "lastModifiedAt": {
889
+ "args": {},
890
+ "deprecationReason": null,
891
+ "description": "Indicated when the container was last updated",
892
+ "id_str": "list___containers___audit___lastModifiedAt",
893
+ "isDeprecated": false,
894
+ "name": "lastModifiedAt",
895
+ "path": "list.containers.audit.lastModifiedAt",
896
+ "requestStr": "$lastModifiedAt:DateTime! ",
897
+ "required": true,
898
+ "responseStr": "lastModifiedAt:$lastModifiedAt ",
899
+ "type": {
900
+ "kind": [
901
+ "NON_NULL",
902
+ "SCALAR"
903
+ ],
904
+ "name": "DateTime",
905
+ "non_null": false
906
+ },
907
+ "varName": "lastModifiedAt"
908
+ },
909
+ "lastModifiedBy": {
910
+ "args": {},
911
+ "deprecationReason": null,
912
+ "description": "Indicates who was the last to update the container",
913
+ "id_str": "list___containers___audit___lastModifiedBy",
914
+ "isDeprecated": false,
915
+ "name": "lastModifiedBy",
916
+ "path": "list.containers.audit.lastModifiedBy",
917
+ "requestStr": "$lastModifiedBy:String! ",
918
+ "required": true,
919
+ "responseStr": "lastModifiedBy:$lastModifiedBy ",
920
+ "type": {
921
+ "kind": [
922
+ "NON_NULL",
923
+ "SCALAR"
924
+ ],
925
+ "name": "String",
926
+ "non_null": false
927
+ },
928
+ "varName": "lastModifiedBy"
929
+ }
930
+ },
931
+ "inputFields": null,
932
+ "interfaces": [],
933
+ "kind": "OBJECT",
934
+ "name": "ContainerAudit",
935
+ "possibleTypes": null
936
+ },
937
+ "indexType": "object",
938
+ "kind": [
939
+ "NON_NULL",
940
+ "OBJECT"
941
+ ],
942
+ "name": "ContainerAudit",
943
+ "non_null": false
944
+ },
945
+ "varName": "containerAudit"
946
+ },
947
+ "description": {
948
+ "args": {},
949
+ "deprecationReason": null,
950
+ "description": "Description for the container",
951
+ "id_str": "list___containers___description",
952
+ "isDeprecated": false,
953
+ "name": "description",
954
+ "path": "list.containers.description",
955
+ "requestStr": "$description:String ",
956
+ "required": false,
957
+ "responseStr": "description:$description ",
958
+ "type": {
959
+ "kind": [
960
+ "SCALAR"
961
+ ],
962
+ "name": "String",
963
+ "non_null": false
964
+ },
965
+ "varName": "description"
966
+ },
967
+ "id": {
968
+ "args": {},
969
+ "deprecationReason": null,
970
+ "description": "Unique container ID",
971
+ "id_str": "list___containers___id",
972
+ "isDeprecated": false,
973
+ "name": "id",
974
+ "path": "list.containers.id",
975
+ "requestStr": "$id:ID! ",
976
+ "required": true,
977
+ "responseStr": "id:$id ",
978
+ "type": {
979
+ "kind": [
980
+ "NON_NULL",
981
+ "SCALAR"
982
+ ],
983
+ "name": "ID",
984
+ "non_null": false
985
+ },
986
+ "varName": "id"
987
+ },
988
+ "name": {
989
+ "args": {},
990
+ "deprecationReason": null,
991
+ "description": "Name for the container",
992
+ "id_str": "list___containers___name",
993
+ "isDeprecated": false,
994
+ "name": "name",
995
+ "path": "list.containers.name",
996
+ "requestStr": "$name:String! ",
997
+ "required": true,
998
+ "responseStr": "name:$name ",
999
+ "type": {
1000
+ "kind": [
1001
+ "NON_NULL",
1002
+ "SCALAR"
1003
+ ],
1004
+ "name": "String",
1005
+ "non_null": false
1006
+ },
1007
+ "varName": "name"
1008
+ },
1009
+ "size": {
1010
+ "args": {},
1011
+ "deprecationReason": null,
1012
+ "description": "Number of items in the container",
1013
+ "id_str": "list___containers___size",
1014
+ "isDeprecated": false,
1015
+ "name": "size",
1016
+ "path": "list.containers.size",
1017
+ "requestStr": "$size:Int! ",
1018
+ "required": true,
1019
+ "responseStr": "size:$size ",
1020
+ "type": {
1021
+ "kind": [
1022
+ "NON_NULL",
1023
+ "SCALAR"
1024
+ ],
1025
+ "name": "Int",
1026
+ "non_null": false
1027
+ },
1028
+ "varName": "size"
1029
+ }
1030
+ },
1031
+ "inputFields": null,
1032
+ "interfaces": [
1033
+ {
1034
+ "kind": "INTERFACE",
1035
+ "name": "Container",
1036
+ "ofType": null
1037
+ }
1038
+ ],
1039
+ "kind": "OBJECT",
1040
+ "name": "FqdnContainer",
1041
+ "ofType": null,
1042
+ "possibleTypes": null
1043
+ },
1044
+ {
1045
+ "description": "A group with members of IPAddressRange type",
1046
+ "enumValues": null,
1047
+ "fields": {
1048
+ "audit": {
1049
+ "args": {},
1050
+ "deprecationReason": null,
1051
+ "description": "Audit metadata about the container",
1052
+ "id_str": "list___containers___audit",
1053
+ "isDeprecated": false,
1054
+ "name": "audit",
1055
+ "path": "list.containers.audit",
1056
+ "requestStr": "$containerAudit:ContainerAudit! ",
1057
+ "required": true,
1058
+ "responseStr": "audit:$containerAudit ",
1059
+ "type": {
1060
+ "definition": {
1061
+ "description": "Audit metadata about the container",
1062
+ "enumValues": null,
1063
+ "fields": {
1064
+ "createdAt": {
1065
+ "args": {},
1066
+ "deprecationReason": null,
1067
+ "description": "Indicates when the container was created",
1068
+ "id_str": "list___containers___audit___createdAt",
1069
+ "isDeprecated": false,
1070
+ "name": "createdAt",
1071
+ "path": "list.containers.audit.createdAt",
1072
+ "requestStr": "$createdAt:DateTime! ",
1073
+ "required": true,
1074
+ "responseStr": "createdAt:$createdAt ",
1075
+ "type": {
1076
+ "kind": [
1077
+ "NON_NULL",
1078
+ "SCALAR"
1079
+ ],
1080
+ "name": "DateTime",
1081
+ "non_null": false
1082
+ },
1083
+ "varName": "createdAt"
1084
+ },
1085
+ "createdBy": {
1086
+ "args": {},
1087
+ "deprecationReason": null,
1088
+ "description": "Indicates who created the container",
1089
+ "id_str": "list___containers___audit___createdBy",
1090
+ "isDeprecated": false,
1091
+ "name": "createdBy",
1092
+ "path": "list.containers.audit.createdBy",
1093
+ "requestStr": "$createdBy:String! ",
1094
+ "required": true,
1095
+ "responseStr": "createdBy:$createdBy ",
1096
+ "type": {
1097
+ "kind": [
1098
+ "NON_NULL",
1099
+ "SCALAR"
1100
+ ],
1101
+ "name": "String",
1102
+ "non_null": false
1103
+ },
1104
+ "varName": "createdBy"
1105
+ },
1106
+ "lastModifiedAt": {
1107
+ "args": {},
1108
+ "deprecationReason": null,
1109
+ "description": "Indicated when the container was last updated",
1110
+ "id_str": "list___containers___audit___lastModifiedAt",
1111
+ "isDeprecated": false,
1112
+ "name": "lastModifiedAt",
1113
+ "path": "list.containers.audit.lastModifiedAt",
1114
+ "requestStr": "$lastModifiedAt:DateTime! ",
1115
+ "required": true,
1116
+ "responseStr": "lastModifiedAt:$lastModifiedAt ",
1117
+ "type": {
1118
+ "kind": [
1119
+ "NON_NULL",
1120
+ "SCALAR"
1121
+ ],
1122
+ "name": "DateTime",
1123
+ "non_null": false
1124
+ },
1125
+ "varName": "lastModifiedAt"
1126
+ },
1127
+ "lastModifiedBy": {
1128
+ "args": {},
1129
+ "deprecationReason": null,
1130
+ "description": "Indicates who was the last to update the container",
1131
+ "id_str": "list___containers___audit___lastModifiedBy",
1132
+ "isDeprecated": false,
1133
+ "name": "lastModifiedBy",
1134
+ "path": "list.containers.audit.lastModifiedBy",
1135
+ "requestStr": "$lastModifiedBy:String! ",
1136
+ "required": true,
1137
+ "responseStr": "lastModifiedBy:$lastModifiedBy ",
1138
+ "type": {
1139
+ "kind": [
1140
+ "NON_NULL",
1141
+ "SCALAR"
1142
+ ],
1143
+ "name": "String",
1144
+ "non_null": false
1145
+ },
1146
+ "varName": "lastModifiedBy"
1147
+ }
1148
+ },
1149
+ "inputFields": null,
1150
+ "interfaces": [],
1151
+ "kind": "OBJECT",
1152
+ "name": "ContainerAudit",
1153
+ "possibleTypes": null
1154
+ },
1155
+ "indexType": "object",
1156
+ "kind": [
1157
+ "NON_NULL",
1158
+ "OBJECT"
1159
+ ],
1160
+ "name": "ContainerAudit",
1161
+ "non_null": false
1162
+ },
1163
+ "varName": "containerAudit"
1164
+ },
1165
+ "description": {
1166
+ "args": {},
1167
+ "deprecationReason": null,
1168
+ "description": "Description for the container",
1169
+ "id_str": "list___containers___description",
1170
+ "isDeprecated": false,
1171
+ "name": "description",
1172
+ "path": "list.containers.description",
1173
+ "requestStr": "$description:String ",
1174
+ "required": false,
1175
+ "responseStr": "description:$description ",
1176
+ "type": {
1177
+ "kind": [
1178
+ "SCALAR"
1179
+ ],
1180
+ "name": "String",
1181
+ "non_null": false
1182
+ },
1183
+ "varName": "description"
1184
+ },
1185
+ "id": {
1186
+ "args": {},
1187
+ "deprecationReason": null,
1188
+ "description": "Unique container ID",
1189
+ "id_str": "list___containers___id",
1190
+ "isDeprecated": false,
1191
+ "name": "id",
1192
+ "path": "list.containers.id",
1193
+ "requestStr": "$id:ID! ",
1194
+ "required": true,
1195
+ "responseStr": "id:$id ",
1196
+ "type": {
1197
+ "kind": [
1198
+ "NON_NULL",
1199
+ "SCALAR"
1200
+ ],
1201
+ "name": "ID",
1202
+ "non_null": false
1203
+ },
1204
+ "varName": "id"
1205
+ },
1206
+ "name": {
1207
+ "args": {},
1208
+ "deprecationReason": null,
1209
+ "description": "Name for the container",
1210
+ "id_str": "list___containers___name",
1211
+ "isDeprecated": false,
1212
+ "name": "name",
1213
+ "path": "list.containers.name",
1214
+ "requestStr": "$name:String! ",
1215
+ "required": true,
1216
+ "responseStr": "name:$name ",
1217
+ "type": {
1218
+ "kind": [
1219
+ "NON_NULL",
1220
+ "SCALAR"
1221
+ ],
1222
+ "name": "String",
1223
+ "non_null": false
1224
+ },
1225
+ "varName": "name"
1226
+ },
1227
+ "size": {
1228
+ "args": {},
1229
+ "deprecationReason": null,
1230
+ "description": "Number of items in the container",
1231
+ "id_str": "list___containers___size",
1232
+ "isDeprecated": false,
1233
+ "name": "size",
1234
+ "path": "list.containers.size",
1235
+ "requestStr": "$size:Int! ",
1236
+ "required": true,
1237
+ "responseStr": "size:$size ",
1238
+ "type": {
1239
+ "kind": [
1240
+ "NON_NULL",
1241
+ "SCALAR"
1242
+ ],
1243
+ "name": "Int",
1244
+ "non_null": false
1245
+ },
1246
+ "varName": "size"
1247
+ }
1248
+ },
1249
+ "inputFields": null,
1250
+ "interfaces": [
1251
+ {
1252
+ "kind": "INTERFACE",
1253
+ "name": "Container",
1254
+ "ofType": null
1255
+ }
1256
+ ],
1257
+ "kind": "OBJECT",
1258
+ "name": "IpAddressRangeContainer",
1259
+ "ofType": null,
1260
+ "possibleTypes": null
1261
+ }
1262
+ ]
1263
+ },
1264
+ "indexType": "interface",
1265
+ "kind": [
1266
+ "NON_NULL",
1267
+ "LIST",
1268
+ "NON_NULL",
1269
+ "INTERFACE"
1270
+ ],
1271
+ "name": "Container",
1272
+ "non_null": false
1273
+ },
1274
+ "varName": "container"
1275
+ }
1276
+ },
1277
+ "inputFields": null,
1278
+ "interfaces": [],
1279
+ "kind": "OBJECT",
1280
+ "name": "ContainerSearchPayload",
1281
+ "possibleTypes": null
1282
+ },
1283
+ "indexType": "object",
1284
+ "kind": [
1285
+ "NON_NULL",
1286
+ "OBJECT"
1287
+ ],
1288
+ "name": "ContainerSearchPayload",
1289
+ "non_null": false
1290
+ },
1291
+ "varName": "containerSearchPayload"
1292
+ }
1293
+ },
1294
+ "inputFields": null,
1295
+ "interfaces": [],
1296
+ "kind": "OBJECT",
1297
+ "name": "ContainerQueries",
1298
+ "possibleTypes": null
1299
+ },
1300
+ "indexType": "object",
1301
+ "kind": [
1302
+ "OBJECT"
1303
+ ],
1304
+ "name": "ContainerQueries",
1305
+ "non_null": false
1306
+ },
1307
+ "variablesPayload": {
1308
+ "containerSearchInput": {
1309
+ "containerRefInput": {
1310
+ "by": "ID",
1311
+ "input": "string"
1312
+ },
1313
+ "types": "IP_RANGE"
1314
+ }
1315
+ }
1316
+ }