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,720 @@
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
+ "ipAddressRange": {
25
+ "args": {},
26
+ "deprecationReason": null,
27
+ "description": null,
28
+ "isDeprecated": false,
29
+ "name": "ipAddressRange",
30
+ "type": {
31
+ "kind": "NON_NULL",
32
+ "name": null,
33
+ "ofType": {
34
+ "kind": "OBJECT",
35
+ "name": "IpAddressRangeContainerQueries",
36
+ "ofType": null
37
+ }
38
+ }
39
+ },
40
+ "searchIpAddressRange": {
41
+ "args": {
42
+ "searchIpAddressRange___input": {
43
+ "defaultValue": null,
44
+ "description": null,
45
+ "id_str": "searchIpAddressRange___input",
46
+ "name": "input",
47
+ "path": "searchIpAddressRange.input",
48
+ "requestStr": "$ipAddressRangeContainerSearchIpAddressRangeInput:IpAddressRangeContainerSearchIpAddressRangeInput! ",
49
+ "required": true,
50
+ "responseStr": "input:$ipAddressRangeContainerSearchIpAddressRangeInput ",
51
+ "type": {
52
+ "definition": {
53
+ "description": "Input for searching IPAddressRange typed containers that contain a specific IPAddressRange",
54
+ "enumValues": null,
55
+ "fields": null,
56
+ "inputFields": {
57
+ "ipAddressRange": {
58
+ "defaultValue": null,
59
+ "description": null,
60
+ "id_str": "searchIpAddressRange___input___ipAddressRange",
61
+ "name": "ipAddressRange",
62
+ "path": "searchIpAddressRange.input.ipAddressRange",
63
+ "requestStr": "$ipAddressRangeInput:IpAddressRangeInput! ",
64
+ "required": true,
65
+ "responseStr": "ipAddressRange:$ipAddressRangeInput ",
66
+ "type": {
67
+ "definition": {
68
+ "description": "Inclusive range of IPs",
69
+ "enumValues": null,
70
+ "fields": null,
71
+ "inputFields": {
72
+ "from": {
73
+ "defaultValue": null,
74
+ "description": null,
75
+ "id_str": "searchIpAddressRange___input___ipAddressRange___from",
76
+ "name": "from",
77
+ "path": "searchIpAddressRange.input.ipAddressRange.from",
78
+ "requestStr": "$from:IPAddress! ",
79
+ "required": true,
80
+ "responseStr": "from:$from ",
81
+ "type": {
82
+ "kind": [
83
+ "NON_NULL",
84
+ "SCALAR"
85
+ ],
86
+ "name": "IPAddress",
87
+ "non_null": false
88
+ },
89
+ "varName": "from"
90
+ },
91
+ "to": {
92
+ "defaultValue": null,
93
+ "description": null,
94
+ "id_str": "searchIpAddressRange___input___ipAddressRange___to",
95
+ "name": "to",
96
+ "path": "searchIpAddressRange.input.ipAddressRange.to",
97
+ "requestStr": "$to:IPAddress! ",
98
+ "required": true,
99
+ "responseStr": "to:$to ",
100
+ "type": {
101
+ "kind": [
102
+ "NON_NULL",
103
+ "SCALAR"
104
+ ],
105
+ "name": "IPAddress",
106
+ "non_null": false
107
+ },
108
+ "varName": "to"
109
+ }
110
+ },
111
+ "interfaces": null,
112
+ "kind": "INPUT_OBJECT",
113
+ "name": "IpAddressRangeInput",
114
+ "possibleTypes": null
115
+ },
116
+ "indexType": "input_object",
117
+ "kind": [
118
+ "NON_NULL",
119
+ "INPUT_OBJECT"
120
+ ],
121
+ "name": "IpAddressRangeInput",
122
+ "non_null": false
123
+ },
124
+ "varName": "ipAddressRangeInput"
125
+ }
126
+ },
127
+ "interfaces": null,
128
+ "kind": "INPUT_OBJECT",
129
+ "name": "IpAddressRangeContainerSearchIpAddressRangeInput",
130
+ "possibleTypes": null
131
+ },
132
+ "indexType": "input_object",
133
+ "kind": [
134
+ "NON_NULL",
135
+ "INPUT_OBJECT"
136
+ ],
137
+ "name": "IpAddressRangeContainerSearchIpAddressRangeInput",
138
+ "non_null": false
139
+ },
140
+ "varName": "ipAddressRangeContainerSearchIpAddressRangeInput"
141
+ }
142
+ },
143
+ "deprecationReason": null,
144
+ "description": null,
145
+ "isDeprecated": false,
146
+ "name": "searchIpAddressRange",
147
+ "type": {
148
+ "kind": "NON_NULL",
149
+ "name": null,
150
+ "ofType": {
151
+ "kind": "OBJECT",
152
+ "name": "IpAddressRangeContainerSearchIpAddressRangePayload",
153
+ "ofType": null
154
+ }
155
+ }
156
+ }
157
+ },
158
+ "deprecationReason": null,
159
+ "description": null,
160
+ "fieldTypes": {},
161
+ "isDeprecated": false,
162
+ "name": "container",
163
+ "operationArgs": {
164
+ "accountId": {
165
+ "defaultValue": null,
166
+ "description": null,
167
+ "id_str": "accountId",
168
+ "name": "accountId",
169
+ "path": "accountId",
170
+ "requestStr": "$accountId:ID! ",
171
+ "required": true,
172
+ "responseStr": "accountId:$accountId ",
173
+ "type": {
174
+ "kind": [
175
+ "NON_NULL",
176
+ "SCALAR"
177
+ ],
178
+ "name": "ID",
179
+ "non_null": false
180
+ },
181
+ "varName": "accountId"
182
+ },
183
+ "ipAddressRangeContainerSearchIpAddressRangeInput": {
184
+ "defaultValue": null,
185
+ "description": null,
186
+ "id_str": "searchIpAddressRange___input",
187
+ "name": "input",
188
+ "path": "searchIpAddressRange.input",
189
+ "requestStr": "$ipAddressRangeContainerSearchIpAddressRangeInput:IpAddressRangeContainerSearchIpAddressRangeInput! ",
190
+ "required": true,
191
+ "responseStr": "input:$ipAddressRangeContainerSearchIpAddressRangeInput ",
192
+ "type": {
193
+ "definition": {
194
+ "description": "Input for searching IPAddressRange typed containers that contain a specific IPAddressRange",
195
+ "enumValues": null,
196
+ "fields": null,
197
+ "inputFields": {
198
+ "ipAddressRange": {
199
+ "defaultValue": null,
200
+ "description": null,
201
+ "id_str": "searchIpAddressRange___input___ipAddressRange",
202
+ "name": "ipAddressRange",
203
+ "path": "searchIpAddressRange.input.ipAddressRange",
204
+ "requestStr": "$ipAddressRangeInput:IpAddressRangeInput! ",
205
+ "required": true,
206
+ "responseStr": "ipAddressRange:$ipAddressRangeInput ",
207
+ "type": {
208
+ "definition": {
209
+ "description": "Inclusive range of IPs",
210
+ "enumValues": null,
211
+ "fields": null,
212
+ "inputFields": {
213
+ "from": {
214
+ "defaultValue": null,
215
+ "description": null,
216
+ "id_str": "searchIpAddressRange___input___ipAddressRange___from",
217
+ "name": "from",
218
+ "path": "searchIpAddressRange.input.ipAddressRange.from",
219
+ "requestStr": "$from:IPAddress! ",
220
+ "required": true,
221
+ "responseStr": "from:$from ",
222
+ "type": {
223
+ "kind": [
224
+ "NON_NULL",
225
+ "SCALAR"
226
+ ],
227
+ "name": "IPAddress",
228
+ "non_null": false
229
+ },
230
+ "varName": "from"
231
+ },
232
+ "to": {
233
+ "defaultValue": null,
234
+ "description": null,
235
+ "id_str": "searchIpAddressRange___input___ipAddressRange___to",
236
+ "name": "to",
237
+ "path": "searchIpAddressRange.input.ipAddressRange.to",
238
+ "requestStr": "$to:IPAddress! ",
239
+ "required": true,
240
+ "responseStr": "to:$to ",
241
+ "type": {
242
+ "kind": [
243
+ "NON_NULL",
244
+ "SCALAR"
245
+ ],
246
+ "name": "IPAddress",
247
+ "non_null": false
248
+ },
249
+ "varName": "to"
250
+ }
251
+ },
252
+ "interfaces": null,
253
+ "kind": "INPUT_OBJECT",
254
+ "name": "IpAddressRangeInput",
255
+ "possibleTypes": null
256
+ },
257
+ "indexType": "input_object",
258
+ "kind": [
259
+ "NON_NULL",
260
+ "INPUT_OBJECT"
261
+ ],
262
+ "name": "IpAddressRangeInput",
263
+ "non_null": false
264
+ },
265
+ "varName": "ipAddressRangeInput"
266
+ }
267
+ },
268
+ "interfaces": null,
269
+ "kind": "INPUT_OBJECT",
270
+ "name": "IpAddressRangeContainerSearchIpAddressRangeInput",
271
+ "possibleTypes": null
272
+ },
273
+ "indexType": "input_object",
274
+ "kind": [
275
+ "NON_NULL",
276
+ "INPUT_OBJECT"
277
+ ],
278
+ "name": "IpAddressRangeContainerSearchIpAddressRangeInput",
279
+ "non_null": false
280
+ },
281
+ "varName": "ipAddressRangeContainerSearchIpAddressRangeInput"
282
+ }
283
+ },
284
+ "path": "query.container.ipAddressRange.searchIpAddressRange",
285
+ "type": {
286
+ "definition": {
287
+ "description": null,
288
+ "enumValues": null,
289
+ "fields": {
290
+ "ipAddressRange": {
291
+ "args": {},
292
+ "deprecationReason": null,
293
+ "description": null,
294
+ "id_str": "ipAddressRange",
295
+ "isDeprecated": false,
296
+ "name": "ipAddressRange",
297
+ "path": "ipAddressRange",
298
+ "requestStr": "$ipAddressRangeContainerQueries:IpAddressRangeContainerQueries! ",
299
+ "required": true,
300
+ "responseStr": "ipAddressRange:$ipAddressRangeContainerQueries ",
301
+ "type": {
302
+ "definition": {
303
+ "description": null,
304
+ "enumValues": null,
305
+ "fields": {
306
+ "searchIpAddressRange": {
307
+ "args": {
308
+ "searchIpAddressRange___input": {
309
+ "defaultValue": null,
310
+ "description": null,
311
+ "id_str": "searchIpAddressRange___input",
312
+ "name": "input",
313
+ "path": "searchIpAddressRange.input",
314
+ "requestStr": "$ipAddressRangeContainerSearchIpAddressRangeInput:IpAddressRangeContainerSearchIpAddressRangeInput! ",
315
+ "required": true,
316
+ "responseStr": "input:$ipAddressRangeContainerSearchIpAddressRangeInput ",
317
+ "type": {
318
+ "definition": {
319
+ "description": "Input for searching IPAddressRange typed containers that contain a specific IPAddressRange",
320
+ "enumValues": null,
321
+ "fields": null,
322
+ "inputFields": {
323
+ "ipAddressRange": {
324
+ "defaultValue": null,
325
+ "description": null,
326
+ "id_str": "searchIpAddressRange___input___ipAddressRange",
327
+ "name": "ipAddressRange",
328
+ "path": "searchIpAddressRange.input.ipAddressRange",
329
+ "requestStr": "$ipAddressRangeInput:IpAddressRangeInput! ",
330
+ "required": true,
331
+ "responseStr": "ipAddressRange:$ipAddressRangeInput ",
332
+ "type": {
333
+ "definition": {
334
+ "description": "Inclusive range of IPs",
335
+ "enumValues": null,
336
+ "fields": null,
337
+ "inputFields": {
338
+ "from": {
339
+ "defaultValue": null,
340
+ "description": null,
341
+ "id_str": "searchIpAddressRange___input___ipAddressRange___from",
342
+ "name": "from",
343
+ "path": "searchIpAddressRange.input.ipAddressRange.from",
344
+ "requestStr": "$from:IPAddress! ",
345
+ "required": true,
346
+ "responseStr": "from:$from ",
347
+ "type": {
348
+ "kind": [
349
+ "NON_NULL",
350
+ "SCALAR"
351
+ ],
352
+ "name": "IPAddress",
353
+ "non_null": false
354
+ },
355
+ "varName": "from"
356
+ },
357
+ "to": {
358
+ "defaultValue": null,
359
+ "description": null,
360
+ "id_str": "searchIpAddressRange___input___ipAddressRange___to",
361
+ "name": "to",
362
+ "path": "searchIpAddressRange.input.ipAddressRange.to",
363
+ "requestStr": "$to:IPAddress! ",
364
+ "required": true,
365
+ "responseStr": "to:$to ",
366
+ "type": {
367
+ "kind": [
368
+ "NON_NULL",
369
+ "SCALAR"
370
+ ],
371
+ "name": "IPAddress",
372
+ "non_null": false
373
+ },
374
+ "varName": "to"
375
+ }
376
+ },
377
+ "interfaces": null,
378
+ "kind": "INPUT_OBJECT",
379
+ "name": "IpAddressRangeInput",
380
+ "possibleTypes": null
381
+ },
382
+ "indexType": "input_object",
383
+ "kind": [
384
+ "NON_NULL",
385
+ "INPUT_OBJECT"
386
+ ],
387
+ "name": "IpAddressRangeInput",
388
+ "non_null": false
389
+ },
390
+ "varName": "ipAddressRangeInput"
391
+ }
392
+ },
393
+ "interfaces": null,
394
+ "kind": "INPUT_OBJECT",
395
+ "name": "IpAddressRangeContainerSearchIpAddressRangeInput",
396
+ "possibleTypes": null
397
+ },
398
+ "indexType": "input_object",
399
+ "kind": [
400
+ "NON_NULL",
401
+ "INPUT_OBJECT"
402
+ ],
403
+ "name": "IpAddressRangeContainerSearchIpAddressRangeInput",
404
+ "non_null": false
405
+ },
406
+ "varName": "ipAddressRangeContainerSearchIpAddressRangeInput"
407
+ }
408
+ },
409
+ "deprecationReason": null,
410
+ "description": null,
411
+ "id_str": "ipAddressRange___searchIpAddressRange",
412
+ "isDeprecated": false,
413
+ "name": "searchIpAddressRange",
414
+ "path": "ipAddressRange.searchIpAddressRange",
415
+ "requestStr": "$ipAddressRangeContainerSearchIpAddressRangePayload:IpAddressRangeContainerSearchIpAddressRangePayload! ",
416
+ "required": true,
417
+ "responseStr": "searchIpAddressRange:$ipAddressRangeContainerSearchIpAddressRangePayload ",
418
+ "type": {
419
+ "definition": {
420
+ "description": "Payload of IPAddressRange search query",
421
+ "enumValues": null,
422
+ "fields": {
423
+ "containers": {
424
+ "args": {},
425
+ "deprecationReason": null,
426
+ "description": "List of containers with members of type IPAddressRange",
427
+ "id_str": "ipAddressRange___searchIpAddressRange___containers",
428
+ "isDeprecated": false,
429
+ "name": "containers",
430
+ "path": "ipAddressRange.searchIpAddressRange.containers",
431
+ "requestStr": "$ipAddressRangeContainer:[IpAddressRangeContainer]! ",
432
+ "required": true,
433
+ "responseStr": "containers:$ipAddressRangeContainer ",
434
+ "type": {
435
+ "definition": {
436
+ "description": "A group with members of IPAddressRange type",
437
+ "enumValues": null,
438
+ "fields": {
439
+ "audit": {
440
+ "args": {},
441
+ "deprecationReason": null,
442
+ "description": "Audit metadata about the container",
443
+ "id_str": "ipAddressRange___searchIpAddressRange___containers___audit",
444
+ "isDeprecated": false,
445
+ "name": "audit",
446
+ "path": "ipAddressRange.searchIpAddressRange.containers.audit",
447
+ "requestStr": "$containerAudit:ContainerAudit! ",
448
+ "required": true,
449
+ "responseStr": "audit:$containerAudit ",
450
+ "type": {
451
+ "definition": {
452
+ "description": "Audit metadata about the container",
453
+ "enumValues": null,
454
+ "fields": {
455
+ "createdAt": {
456
+ "args": {},
457
+ "deprecationReason": null,
458
+ "description": "Indicates when the container was created",
459
+ "id_str": "ipAddressRange___searchIpAddressRange___containers___audit___createdAt",
460
+ "isDeprecated": false,
461
+ "name": "createdAt",
462
+ "path": "ipAddressRange.searchIpAddressRange.containers.audit.createdAt",
463
+ "requestStr": "$createdAt:DateTime! ",
464
+ "required": true,
465
+ "responseStr": "createdAt:$createdAt ",
466
+ "type": {
467
+ "kind": [
468
+ "NON_NULL",
469
+ "SCALAR"
470
+ ],
471
+ "name": "DateTime",
472
+ "non_null": false
473
+ },
474
+ "varName": "createdAt"
475
+ },
476
+ "createdBy": {
477
+ "args": {},
478
+ "deprecationReason": null,
479
+ "description": "Indicates who created the container",
480
+ "id_str": "ipAddressRange___searchIpAddressRange___containers___audit___createdBy",
481
+ "isDeprecated": false,
482
+ "name": "createdBy",
483
+ "path": "ipAddressRange.searchIpAddressRange.containers.audit.createdBy",
484
+ "requestStr": "$createdBy:String! ",
485
+ "required": true,
486
+ "responseStr": "createdBy:$createdBy ",
487
+ "type": {
488
+ "kind": [
489
+ "NON_NULL",
490
+ "SCALAR"
491
+ ],
492
+ "name": "String",
493
+ "non_null": false
494
+ },
495
+ "varName": "createdBy"
496
+ },
497
+ "lastModifiedAt": {
498
+ "args": {},
499
+ "deprecationReason": null,
500
+ "description": "Indicated when the container was last updated",
501
+ "id_str": "ipAddressRange___searchIpAddressRange___containers___audit___lastModifiedAt",
502
+ "isDeprecated": false,
503
+ "name": "lastModifiedAt",
504
+ "path": "ipAddressRange.searchIpAddressRange.containers.audit.lastModifiedAt",
505
+ "requestStr": "$lastModifiedAt:DateTime! ",
506
+ "required": true,
507
+ "responseStr": "lastModifiedAt:$lastModifiedAt ",
508
+ "type": {
509
+ "kind": [
510
+ "NON_NULL",
511
+ "SCALAR"
512
+ ],
513
+ "name": "DateTime",
514
+ "non_null": false
515
+ },
516
+ "varName": "lastModifiedAt"
517
+ },
518
+ "lastModifiedBy": {
519
+ "args": {},
520
+ "deprecationReason": null,
521
+ "description": "Indicates who was the last to update the container",
522
+ "id_str": "ipAddressRange___searchIpAddressRange___containers___audit___lastModifiedBy",
523
+ "isDeprecated": false,
524
+ "name": "lastModifiedBy",
525
+ "path": "ipAddressRange.searchIpAddressRange.containers.audit.lastModifiedBy",
526
+ "requestStr": "$lastModifiedBy:String! ",
527
+ "required": true,
528
+ "responseStr": "lastModifiedBy:$lastModifiedBy ",
529
+ "type": {
530
+ "kind": [
531
+ "NON_NULL",
532
+ "SCALAR"
533
+ ],
534
+ "name": "String",
535
+ "non_null": false
536
+ },
537
+ "varName": "lastModifiedBy"
538
+ }
539
+ },
540
+ "inputFields": null,
541
+ "interfaces": [],
542
+ "kind": "OBJECT",
543
+ "name": "ContainerAudit",
544
+ "possibleTypes": null
545
+ },
546
+ "indexType": "object",
547
+ "kind": [
548
+ "NON_NULL",
549
+ "OBJECT"
550
+ ],
551
+ "name": "ContainerAudit",
552
+ "non_null": false
553
+ },
554
+ "varName": "containerAudit"
555
+ },
556
+ "description": {
557
+ "args": {},
558
+ "deprecationReason": null,
559
+ "description": "Description for the container",
560
+ "id_str": "ipAddressRange___searchIpAddressRange___containers___description",
561
+ "isDeprecated": false,
562
+ "name": "description",
563
+ "path": "ipAddressRange.searchIpAddressRange.containers.description",
564
+ "requestStr": "$description:String ",
565
+ "required": false,
566
+ "responseStr": "description:$description ",
567
+ "type": {
568
+ "kind": [
569
+ "SCALAR"
570
+ ],
571
+ "name": "String",
572
+ "non_null": false
573
+ },
574
+ "varName": "description"
575
+ },
576
+ "id": {
577
+ "args": {},
578
+ "deprecationReason": null,
579
+ "description": "Unique container ID",
580
+ "id_str": "ipAddressRange___searchIpAddressRange___containers___id",
581
+ "isDeprecated": false,
582
+ "name": "id",
583
+ "path": "ipAddressRange.searchIpAddressRange.containers.id",
584
+ "requestStr": "$id:ID! ",
585
+ "required": true,
586
+ "responseStr": "id:$id ",
587
+ "type": {
588
+ "kind": [
589
+ "NON_NULL",
590
+ "SCALAR"
591
+ ],
592
+ "name": "ID",
593
+ "non_null": false
594
+ },
595
+ "varName": "id"
596
+ },
597
+ "name": {
598
+ "args": {},
599
+ "deprecationReason": null,
600
+ "description": "Name for the container",
601
+ "id_str": "ipAddressRange___searchIpAddressRange___containers___name",
602
+ "isDeprecated": false,
603
+ "name": "name",
604
+ "path": "ipAddressRange.searchIpAddressRange.containers.name",
605
+ "requestStr": "$name:String! ",
606
+ "required": true,
607
+ "responseStr": "name:$name ",
608
+ "type": {
609
+ "kind": [
610
+ "NON_NULL",
611
+ "SCALAR"
612
+ ],
613
+ "name": "String",
614
+ "non_null": false
615
+ },
616
+ "varName": "name"
617
+ },
618
+ "size": {
619
+ "args": {},
620
+ "deprecationReason": null,
621
+ "description": "Number of items in the container",
622
+ "id_str": "ipAddressRange___searchIpAddressRange___containers___size",
623
+ "isDeprecated": false,
624
+ "name": "size",
625
+ "path": "ipAddressRange.searchIpAddressRange.containers.size",
626
+ "requestStr": "$size:Int! ",
627
+ "required": true,
628
+ "responseStr": "size:$size ",
629
+ "type": {
630
+ "kind": [
631
+ "NON_NULL",
632
+ "SCALAR"
633
+ ],
634
+ "name": "Int",
635
+ "non_null": false
636
+ },
637
+ "varName": "size"
638
+ }
639
+ },
640
+ "inputFields": null,
641
+ "interfaces": [
642
+ {
643
+ "kind": "INTERFACE",
644
+ "name": "Container",
645
+ "ofType": null
646
+ }
647
+ ],
648
+ "kind": "OBJECT",
649
+ "name": "IpAddressRangeContainer",
650
+ "possibleTypes": null
651
+ },
652
+ "indexType": "object",
653
+ "kind": [
654
+ "NON_NULL",
655
+ "LIST",
656
+ "NON_NULL",
657
+ "OBJECT"
658
+ ],
659
+ "name": "IpAddressRangeContainer",
660
+ "non_null": false
661
+ },
662
+ "varName": "ipAddressRangeContainer"
663
+ }
664
+ },
665
+ "inputFields": null,
666
+ "interfaces": [],
667
+ "kind": "OBJECT",
668
+ "name": "IpAddressRangeContainerSearchIpAddressRangePayload",
669
+ "possibleTypes": null
670
+ },
671
+ "indexType": "object",
672
+ "kind": [
673
+ "NON_NULL",
674
+ "OBJECT"
675
+ ],
676
+ "name": "IpAddressRangeContainerSearchIpAddressRangePayload",
677
+ "non_null": false
678
+ },
679
+ "varName": "ipAddressRangeContainerSearchIpAddressRangePayload"
680
+ }
681
+ },
682
+ "inputFields": null,
683
+ "interfaces": [],
684
+ "kind": "OBJECT",
685
+ "name": "IpAddressRangeContainerQueries",
686
+ "possibleTypes": null
687
+ },
688
+ "indexType": "object",
689
+ "kind": [
690
+ "NON_NULL",
691
+ "OBJECT"
692
+ ],
693
+ "name": "IpAddressRangeContainerQueries",
694
+ "non_null": false
695
+ },
696
+ "varName": "ipAddressRangeContainerQueries"
697
+ }
698
+ },
699
+ "inputFields": null,
700
+ "interfaces": [],
701
+ "kind": "OBJECT",
702
+ "name": "ContainerQueries",
703
+ "possibleTypes": null
704
+ },
705
+ "indexType": "object",
706
+ "kind": [
707
+ "OBJECT"
708
+ ],
709
+ "name": "ContainerQueries",
710
+ "non_null": false
711
+ },
712
+ "variablesPayload": {
713
+ "ipAddressRangeContainerSearchIpAddressRangeInput": {
714
+ "ipAddressRangeInput": {
715
+ "from": "example_value",
716
+ "to": "example_value"
717
+ }
718
+ }
719
+ }
720
+ }