catocli 3.0.10__py3-none-any.whl → 3.0.12__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 (59) hide show
  1. catocli/Utils/clidriver.py +2 -2
  2. catocli/Utils/graphql_utils.py +15 -5
  3. catocli/Utils/help_formatter.py +50 -15
  4. catocli/__init__.py +1 -1
  5. catocli/parsers/custom/__init__.py +1 -1
  6. catocli/parsers/custom/customLib.py +3 -1
  7. catocli/parsers/mutation_groups_createGroup/README.md +39 -1
  8. catocli/parsers/mutation_groups_deleteGroup/README.md +39 -1
  9. catocli/parsers/mutation_groups_updateGroup/README.md +39 -1
  10. catocli/parsers/query_accountMetrics/README.md +29 -2
  11. catocli/parsers/query_accountSnapshot/README.md +16 -0
  12. catocli/parsers/query_appStats/README.md +11 -1
  13. catocli/parsers/query_appStatsTimeSeries/README.md +16 -2
  14. catocli/parsers/query_auditFeed/README.md +3 -1
  15. catocli/parsers/query_catalogs/README.md +178 -0
  16. catocli/parsers/query_container/README.md +49 -0
  17. catocli/parsers/query_devices/README.md +728 -0
  18. catocli/parsers/query_enterpriseDirectory/README.md +83 -0
  19. catocli/parsers/query_events/README.md +5 -1
  20. catocli/parsers/query_eventsTimeSeries/README.md +10 -2
  21. catocli/parsers/query_groups_groupList/README.md +39 -1
  22. catocli/parsers/query_hardware/README.md +153 -0
  23. catocli/parsers/query_hardwareManagement/README.md +56 -0
  24. catocli/parsers/query_popLocations/README.md +63 -0
  25. catocli/parsers/query_sandbox/README.md +69 -0
  26. catocli/parsers/query_socketPortMetrics/README.md +5 -1
  27. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +10 -2
  28. catocli/parsers/query_xdr_stories/README.md +7 -2
  29. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/METADATA +1 -1
  30. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/RECORD +59 -59
  31. models/mutation.accountManagement.disableAccount.json +2 -2
  32. models/mutation.accountManagement.removeAccount.json +2 -2
  33. models/mutation.groups.createGroup.json +810 -0
  34. models/mutation.groups.deleteGroup.json +810 -0
  35. models/mutation.groups.updateGroup.json +810 -0
  36. models/query.accountMetrics.json +333 -1
  37. models/query.accountSnapshot.json +50 -1
  38. models/query.appStats.json +38 -0
  39. models/query.appStatsTimeSeries.json +78 -1
  40. models/query.auditFeed.json +105 -0
  41. models/query.catalogs.json +2708 -1
  42. models/query.container.json +793 -1
  43. models/query.devices.json +10338 -1
  44. models/query.enterpriseDirectory.json +1315 -1
  45. models/query.events.json +38 -0
  46. models/query.eventsFeed.json +1587 -0
  47. models/query.eventsTimeSeries.json +78 -1
  48. models/query.groups.groupList.json +810 -0
  49. models/query.hardware.json +2333 -1
  50. models/query.hardwareManagement.json +1086 -1
  51. models/query.popLocations.json +1172 -1
  52. models/query.sandbox.json +825 -1
  53. models/query.socketPortMetrics.json +38 -0
  54. models/query.socketPortMetricsTimeSeries.json +78 -1
  55. schema/catolib.py +107 -37
  56. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/WHEEL +0 -0
  57. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/entry_points.txt +0 -0
  58. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/licenses/LICENSE +0 -0
  59. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/top_level.txt +0 -0
@@ -44,6 +44,1120 @@
44
44
  "non_null": false
45
45
  },
46
46
  "varName": "accountId"
47
+ },
48
+ "popLocationFilterInput": {
49
+ "defaultValue": null,
50
+ "description": null,
51
+ "id_str": "popLocationList___input",
52
+ "name": "input",
53
+ "path": "popLocationList.input",
54
+ "requestStr": "$popLocationFilterInput:PopLocationFilterInput ",
55
+ "required": false,
56
+ "responseStr": "input:$popLocationFilterInput ",
57
+ "type": {
58
+ "definition": {
59
+ "description": null,
60
+ "enumValues": null,
61
+ "fields": null,
62
+ "inputFields": {
63
+ "country": {
64
+ "defaultValue": null,
65
+ "description": "Filters PoPs based on their geographical country. Useful for regional filtering or compliance.",
66
+ "id_str": "popLocationList___input___country",
67
+ "name": "country",
68
+ "path": "popLocationList.input.country",
69
+ "requestStr": "$countryRefFilterInput:CountryRefFilterInput ",
70
+ "required": false,
71
+ "responseStr": "country:$countryRefFilterInput ",
72
+ "type": {
73
+ "definition": {
74
+ "description": null,
75
+ "enumValues": null,
76
+ "fields": null,
77
+ "inputFields": {
78
+ "eq": {
79
+ "defaultValue": null,
80
+ "description": null,
81
+ "id_str": "popLocationList___input___country___eq",
82
+ "name": "eq",
83
+ "path": "popLocationList.input.country.eq",
84
+ "requestStr": "$countryRefInput:CountryRefInput ",
85
+ "required": false,
86
+ "responseStr": "eq:$countryRefInput ",
87
+ "type": {
88
+ "definition": {
89
+ "description": null,
90
+ "enumValues": null,
91
+ "fields": null,
92
+ "inputFields": {
93
+ "by": {
94
+ "defaultValue": "ID",
95
+ "description": null,
96
+ "id_str": "popLocationList___input___country___eq___by",
97
+ "name": "by",
98
+ "path": "popLocationList.input.country.eq.by",
99
+ "requestStr": "$by:ObjectRefBy! ",
100
+ "required": true,
101
+ "responseStr": "by:$by ",
102
+ "type": {
103
+ "definition": {
104
+ "description": null,
105
+ "enumValues": [
106
+ {
107
+ "deprecationReason": null,
108
+ "description": null,
109
+ "isDeprecated": false,
110
+ "name": "ID"
111
+ },
112
+ {
113
+ "deprecationReason": null,
114
+ "description": null,
115
+ "isDeprecated": false,
116
+ "name": "NAME"
117
+ }
118
+ ],
119
+ "fields": null,
120
+ "inputFields": null,
121
+ "interfaces": null,
122
+ "kind": "ENUM",
123
+ "name": "ObjectRefBy",
124
+ "possibleTypes": null
125
+ },
126
+ "indexType": "enum",
127
+ "kind": [
128
+ "NON_NULL",
129
+ "ENUM"
130
+ ],
131
+ "name": "ObjectRefBy",
132
+ "non_null": false
133
+ },
134
+ "varName": "by"
135
+ },
136
+ "input": {
137
+ "defaultValue": null,
138
+ "description": null,
139
+ "id_str": "popLocationList___input___country___eq___input",
140
+ "name": "input",
141
+ "path": "popLocationList.input.country.eq.input",
142
+ "requestStr": "$input:String! ",
143
+ "required": true,
144
+ "responseStr": "input:$input ",
145
+ "type": {
146
+ "kind": [
147
+ "NON_NULL",
148
+ "SCALAR"
149
+ ],
150
+ "name": "String",
151
+ "non_null": false
152
+ },
153
+ "varName": "input"
154
+ }
155
+ },
156
+ "interfaces": null,
157
+ "kind": "INPUT_OBJECT",
158
+ "name": "CountryRefInput",
159
+ "possibleTypes": null
160
+ },
161
+ "indexType": "input_object",
162
+ "kind": [
163
+ "INPUT_OBJECT"
164
+ ],
165
+ "name": "CountryRefInput",
166
+ "non_null": false
167
+ },
168
+ "varName": "countryRefInput"
169
+ },
170
+ "in": {
171
+ "defaultValue": null,
172
+ "description": null,
173
+ "id_str": "popLocationList___input___country___in",
174
+ "name": "in",
175
+ "path": "popLocationList.input.country.in",
176
+ "requestStr": "$countryRefInput:[CountryRefInput] ",
177
+ "required": false,
178
+ "responseStr": "in:$countryRefInput ",
179
+ "type": {
180
+ "definition": {
181
+ "description": null,
182
+ "enumValues": null,
183
+ "fields": null,
184
+ "inputFields": {
185
+ "by": {
186
+ "defaultValue": "ID",
187
+ "description": null,
188
+ "id_str": "popLocationList___input___country___in___by",
189
+ "name": "by",
190
+ "path": "popLocationList.input.country.in.by",
191
+ "requestStr": "$by:ObjectRefBy! ",
192
+ "required": true,
193
+ "responseStr": "by:$by ",
194
+ "type": {
195
+ "definition": {
196
+ "description": null,
197
+ "enumValues": [
198
+ {
199
+ "deprecationReason": null,
200
+ "description": null,
201
+ "isDeprecated": false,
202
+ "name": "ID"
203
+ },
204
+ {
205
+ "deprecationReason": null,
206
+ "description": null,
207
+ "isDeprecated": false,
208
+ "name": "NAME"
209
+ }
210
+ ],
211
+ "fields": null,
212
+ "inputFields": null,
213
+ "interfaces": null,
214
+ "kind": "ENUM",
215
+ "name": "ObjectRefBy",
216
+ "possibleTypes": null
217
+ },
218
+ "indexType": "enum",
219
+ "kind": [
220
+ "NON_NULL",
221
+ "ENUM"
222
+ ],
223
+ "name": "ObjectRefBy",
224
+ "non_null": false
225
+ },
226
+ "varName": "by"
227
+ },
228
+ "input": {
229
+ "defaultValue": null,
230
+ "description": null,
231
+ "id_str": "popLocationList___input___country___in___input",
232
+ "name": "input",
233
+ "path": "popLocationList.input.country.in.input",
234
+ "requestStr": "$input:String! ",
235
+ "required": true,
236
+ "responseStr": "input:$input ",
237
+ "type": {
238
+ "kind": [
239
+ "NON_NULL",
240
+ "SCALAR"
241
+ ],
242
+ "name": "String",
243
+ "non_null": false
244
+ },
245
+ "varName": "input"
246
+ }
247
+ },
248
+ "interfaces": null,
249
+ "kind": "INPUT_OBJECT",
250
+ "name": "CountryRefInput",
251
+ "possibleTypes": null
252
+ },
253
+ "indexType": "input_object",
254
+ "kind": [
255
+ "LIST",
256
+ "NON_NULL",
257
+ "INPUT_OBJECT"
258
+ ],
259
+ "name": "CountryRefInput",
260
+ "non_null": false
261
+ },
262
+ "varName": "countryRefInput"
263
+ },
264
+ "neq": {
265
+ "defaultValue": null,
266
+ "description": null,
267
+ "id_str": "popLocationList___input___country___neq",
268
+ "name": "neq",
269
+ "path": "popLocationList.input.country.neq",
270
+ "requestStr": "$countryRefInput:CountryRefInput ",
271
+ "required": false,
272
+ "responseStr": "neq:$countryRefInput ",
273
+ "type": {
274
+ "definition": {
275
+ "description": null,
276
+ "enumValues": null,
277
+ "fields": null,
278
+ "inputFields": {
279
+ "by": {
280
+ "defaultValue": "ID",
281
+ "description": null,
282
+ "id_str": "popLocationList___input___country___neq___by",
283
+ "name": "by",
284
+ "path": "popLocationList.input.country.neq.by",
285
+ "requestStr": "$by:ObjectRefBy! ",
286
+ "required": true,
287
+ "responseStr": "by:$by ",
288
+ "type": {
289
+ "definition": {
290
+ "description": null,
291
+ "enumValues": [
292
+ {
293
+ "deprecationReason": null,
294
+ "description": null,
295
+ "isDeprecated": false,
296
+ "name": "ID"
297
+ },
298
+ {
299
+ "deprecationReason": null,
300
+ "description": null,
301
+ "isDeprecated": false,
302
+ "name": "NAME"
303
+ }
304
+ ],
305
+ "fields": null,
306
+ "inputFields": null,
307
+ "interfaces": null,
308
+ "kind": "ENUM",
309
+ "name": "ObjectRefBy",
310
+ "possibleTypes": null
311
+ },
312
+ "indexType": "enum",
313
+ "kind": [
314
+ "NON_NULL",
315
+ "ENUM"
316
+ ],
317
+ "name": "ObjectRefBy",
318
+ "non_null": false
319
+ },
320
+ "varName": "by"
321
+ },
322
+ "input": {
323
+ "defaultValue": null,
324
+ "description": null,
325
+ "id_str": "popLocationList___input___country___neq___input",
326
+ "name": "input",
327
+ "path": "popLocationList.input.country.neq.input",
328
+ "requestStr": "$input:String! ",
329
+ "required": true,
330
+ "responseStr": "input:$input ",
331
+ "type": {
332
+ "kind": [
333
+ "NON_NULL",
334
+ "SCALAR"
335
+ ],
336
+ "name": "String",
337
+ "non_null": false
338
+ },
339
+ "varName": "input"
340
+ }
341
+ },
342
+ "interfaces": null,
343
+ "kind": "INPUT_OBJECT",
344
+ "name": "CountryRefInput",
345
+ "possibleTypes": null
346
+ },
347
+ "indexType": "input_object",
348
+ "kind": [
349
+ "INPUT_OBJECT"
350
+ ],
351
+ "name": "CountryRefInput",
352
+ "non_null": false
353
+ },
354
+ "varName": "countryRefInput"
355
+ },
356
+ "nin": {
357
+ "defaultValue": null,
358
+ "description": null,
359
+ "id_str": "popLocationList___input___country___nin",
360
+ "name": "nin",
361
+ "path": "popLocationList.input.country.nin",
362
+ "requestStr": "$countryRefInput:[CountryRefInput] ",
363
+ "required": false,
364
+ "responseStr": "nin:$countryRefInput ",
365
+ "type": {
366
+ "definition": {
367
+ "description": null,
368
+ "enumValues": null,
369
+ "fields": null,
370
+ "inputFields": {
371
+ "by": {
372
+ "defaultValue": "ID",
373
+ "description": null,
374
+ "id_str": "popLocationList___input___country___nin___by",
375
+ "name": "by",
376
+ "path": "popLocationList.input.country.nin.by",
377
+ "requestStr": "$by:ObjectRefBy! ",
378
+ "required": true,
379
+ "responseStr": "by:$by ",
380
+ "type": {
381
+ "definition": {
382
+ "description": null,
383
+ "enumValues": [
384
+ {
385
+ "deprecationReason": null,
386
+ "description": null,
387
+ "isDeprecated": false,
388
+ "name": "ID"
389
+ },
390
+ {
391
+ "deprecationReason": null,
392
+ "description": null,
393
+ "isDeprecated": false,
394
+ "name": "NAME"
395
+ }
396
+ ],
397
+ "fields": null,
398
+ "inputFields": null,
399
+ "interfaces": null,
400
+ "kind": "ENUM",
401
+ "name": "ObjectRefBy",
402
+ "possibleTypes": null
403
+ },
404
+ "indexType": "enum",
405
+ "kind": [
406
+ "NON_NULL",
407
+ "ENUM"
408
+ ],
409
+ "name": "ObjectRefBy",
410
+ "non_null": false
411
+ },
412
+ "varName": "by"
413
+ },
414
+ "input": {
415
+ "defaultValue": null,
416
+ "description": null,
417
+ "id_str": "popLocationList___input___country___nin___input",
418
+ "name": "input",
419
+ "path": "popLocationList.input.country.nin.input",
420
+ "requestStr": "$input:String! ",
421
+ "required": true,
422
+ "responseStr": "input:$input ",
423
+ "type": {
424
+ "kind": [
425
+ "NON_NULL",
426
+ "SCALAR"
427
+ ],
428
+ "name": "String",
429
+ "non_null": false
430
+ },
431
+ "varName": "input"
432
+ }
433
+ },
434
+ "interfaces": null,
435
+ "kind": "INPUT_OBJECT",
436
+ "name": "CountryRefInput",
437
+ "possibleTypes": null
438
+ },
439
+ "indexType": "input_object",
440
+ "kind": [
441
+ "LIST",
442
+ "NON_NULL",
443
+ "INPUT_OBJECT"
444
+ ],
445
+ "name": "CountryRefInput",
446
+ "non_null": false
447
+ },
448
+ "varName": "countryRefInput"
449
+ }
450
+ },
451
+ "interfaces": null,
452
+ "kind": "INPUT_OBJECT",
453
+ "name": "CountryRefFilterInput",
454
+ "possibleTypes": null
455
+ },
456
+ "indexType": "input_object",
457
+ "kind": [
458
+ "INPUT_OBJECT"
459
+ ],
460
+ "name": "CountryRefFilterInput",
461
+ "non_null": false
462
+ },
463
+ "varName": "countryRefFilterInput"
464
+ },
465
+ "id": {
466
+ "defaultValue": null,
467
+ "description": "PoP location's unique identifier (ID).",
468
+ "id_str": "popLocationList___input___id",
469
+ "name": "id",
470
+ "path": "popLocationList.input.id",
471
+ "requestStr": "$idFilterInput:IdFilterInput ",
472
+ "required": false,
473
+ "responseStr": "id:$idFilterInput ",
474
+ "type": {
475
+ "definition": {
476
+ "description": null,
477
+ "enumValues": null,
478
+ "fields": null,
479
+ "inputFields": {
480
+ "eq": {
481
+ "defaultValue": null,
482
+ "description": null,
483
+ "id_str": "popLocationList___input___id___eq",
484
+ "name": "eq",
485
+ "path": "popLocationList.input.id.eq",
486
+ "requestStr": "$eq:ID ",
487
+ "required": false,
488
+ "responseStr": "eq:$eq ",
489
+ "type": {
490
+ "kind": [
491
+ "SCALAR"
492
+ ],
493
+ "name": "ID",
494
+ "non_null": false
495
+ },
496
+ "varName": "eq"
497
+ },
498
+ "in": {
499
+ "defaultValue": null,
500
+ "description": null,
501
+ "id_str": "popLocationList___input___id___in",
502
+ "name": "in",
503
+ "path": "popLocationList.input.id.in",
504
+ "requestStr": "$in:[ID] ",
505
+ "required": false,
506
+ "responseStr": "in:$in ",
507
+ "type": {
508
+ "kind": [
509
+ "LIST",
510
+ "NON_NULL",
511
+ "SCALAR"
512
+ ],
513
+ "name": "ID",
514
+ "non_null": false
515
+ },
516
+ "varName": "in"
517
+ },
518
+ "neq": {
519
+ "defaultValue": null,
520
+ "description": null,
521
+ "id_str": "popLocationList___input___id___neq",
522
+ "name": "neq",
523
+ "path": "popLocationList.input.id.neq",
524
+ "requestStr": "$neq:ID ",
525
+ "required": false,
526
+ "responseStr": "neq:$neq ",
527
+ "type": {
528
+ "kind": [
529
+ "SCALAR"
530
+ ],
531
+ "name": "ID",
532
+ "non_null": false
533
+ },
534
+ "varName": "neq"
535
+ },
536
+ "nin": {
537
+ "defaultValue": null,
538
+ "description": null,
539
+ "id_str": "popLocationList___input___id___nin",
540
+ "name": "nin",
541
+ "path": "popLocationList.input.id.nin",
542
+ "requestStr": "$nin:[ID] ",
543
+ "required": false,
544
+ "responseStr": "nin:$nin ",
545
+ "type": {
546
+ "kind": [
547
+ "LIST",
548
+ "NON_NULL",
549
+ "SCALAR"
550
+ ],
551
+ "name": "ID",
552
+ "non_null": false
553
+ },
554
+ "varName": "nin"
555
+ }
556
+ },
557
+ "interfaces": null,
558
+ "kind": "INPUT_OBJECT",
559
+ "name": "IdFilterInput",
560
+ "possibleTypes": null
561
+ },
562
+ "indexType": "input_object",
563
+ "kind": [
564
+ "INPUT_OBJECT"
565
+ ],
566
+ "name": "IdFilterInput",
567
+ "non_null": false
568
+ },
569
+ "varName": "idFilterInput"
570
+ },
571
+ "interconnectTagging": {
572
+ "defaultValue": null,
573
+ "description": "Filter by setting - cloud interconnect tags (e.g.,1Q or QinQ).",
574
+ "id_str": "popLocationList___input___interconnectTagging",
575
+ "name": "interconnectTagging",
576
+ "path": "popLocationList.input.interconnectTagging",
577
+ "requestStr": "$popLocationCloudInterconnectFilterInput:PopLocationCloudInterconnectFilterInput ",
578
+ "required": false,
579
+ "responseStr": "interconnectTagging:$popLocationCloudInterconnectFilterInput ",
580
+ "type": {
581
+ "definition": {
582
+ "description": null,
583
+ "enumValues": null,
584
+ "fields": null,
585
+ "inputFields": {
586
+ "taggingMethod": {
587
+ "defaultValue": null,
588
+ "description": null,
589
+ "id_str": "popLocationList___input___interconnectTagging___taggingMethod",
590
+ "name": "taggingMethod",
591
+ "path": "popLocationList.input.interconnectTagging.taggingMethod",
592
+ "requestStr": "$taggingMethodFilterInput:TaggingMethodFilterInput ",
593
+ "required": false,
594
+ "responseStr": "taggingMethod:$taggingMethodFilterInput ",
595
+ "type": {
596
+ "definition": {
597
+ "description": null,
598
+ "enumValues": null,
599
+ "fields": null,
600
+ "inputFields": {
601
+ "eq": {
602
+ "defaultValue": null,
603
+ "description": null,
604
+ "id_str": "popLocationList___input___interconnectTagging___taggingMethod___eq",
605
+ "name": "eq",
606
+ "path": "popLocationList.input.interconnectTagging.taggingMethod.eq",
607
+ "requestStr": "$eq:TaggingMethod ",
608
+ "required": false,
609
+ "responseStr": "eq:$eq ",
610
+ "type": {
611
+ "definition": {
612
+ "description": null,
613
+ "enumValues": [
614
+ {
615
+ "deprecationReason": null,
616
+ "description": null,
617
+ "isDeprecated": false,
618
+ "name": "DOT1Q"
619
+ },
620
+ {
621
+ "deprecationReason": null,
622
+ "description": null,
623
+ "isDeprecated": false,
624
+ "name": "QINQ"
625
+ }
626
+ ],
627
+ "fields": null,
628
+ "inputFields": null,
629
+ "interfaces": null,
630
+ "kind": "ENUM",
631
+ "name": "TaggingMethod",
632
+ "possibleTypes": null
633
+ },
634
+ "indexType": "enum",
635
+ "kind": [
636
+ "ENUM"
637
+ ],
638
+ "name": "TaggingMethod",
639
+ "non_null": false
640
+ },
641
+ "varName": "eq"
642
+ },
643
+ "in": {
644
+ "defaultValue": null,
645
+ "description": null,
646
+ "id_str": "popLocationList___input___interconnectTagging___taggingMethod___in",
647
+ "name": "in",
648
+ "path": "popLocationList.input.interconnectTagging.taggingMethod.in",
649
+ "requestStr": "$in:[TaggingMethod] ",
650
+ "required": false,
651
+ "responseStr": "in:$in ",
652
+ "type": {
653
+ "definition": {
654
+ "description": null,
655
+ "enumValues": [
656
+ {
657
+ "deprecationReason": null,
658
+ "description": null,
659
+ "isDeprecated": false,
660
+ "name": "DOT1Q"
661
+ },
662
+ {
663
+ "deprecationReason": null,
664
+ "description": null,
665
+ "isDeprecated": false,
666
+ "name": "QINQ"
667
+ }
668
+ ],
669
+ "fields": null,
670
+ "inputFields": null,
671
+ "interfaces": null,
672
+ "kind": "ENUM",
673
+ "name": "TaggingMethod",
674
+ "possibleTypes": null
675
+ },
676
+ "indexType": "enum",
677
+ "kind": [
678
+ "LIST",
679
+ "NON_NULL",
680
+ "ENUM"
681
+ ],
682
+ "name": "TaggingMethod",
683
+ "non_null": false
684
+ },
685
+ "varName": "in"
686
+ },
687
+ "neq": {
688
+ "defaultValue": null,
689
+ "description": null,
690
+ "id_str": "popLocationList___input___interconnectTagging___taggingMethod___neq",
691
+ "name": "neq",
692
+ "path": "popLocationList.input.interconnectTagging.taggingMethod.neq",
693
+ "requestStr": "$neq:TaggingMethod ",
694
+ "required": false,
695
+ "responseStr": "neq:$neq ",
696
+ "type": {
697
+ "definition": {
698
+ "description": null,
699
+ "enumValues": [
700
+ {
701
+ "deprecationReason": null,
702
+ "description": null,
703
+ "isDeprecated": false,
704
+ "name": "DOT1Q"
705
+ },
706
+ {
707
+ "deprecationReason": null,
708
+ "description": null,
709
+ "isDeprecated": false,
710
+ "name": "QINQ"
711
+ }
712
+ ],
713
+ "fields": null,
714
+ "inputFields": null,
715
+ "interfaces": null,
716
+ "kind": "ENUM",
717
+ "name": "TaggingMethod",
718
+ "possibleTypes": null
719
+ },
720
+ "indexType": "enum",
721
+ "kind": [
722
+ "ENUM"
723
+ ],
724
+ "name": "TaggingMethod",
725
+ "non_null": false
726
+ },
727
+ "varName": "neq"
728
+ },
729
+ "nin": {
730
+ "defaultValue": null,
731
+ "description": null,
732
+ "id_str": "popLocationList___input___interconnectTagging___taggingMethod___nin",
733
+ "name": "nin",
734
+ "path": "popLocationList.input.interconnectTagging.taggingMethod.nin",
735
+ "requestStr": "$nin:[TaggingMethod] ",
736
+ "required": false,
737
+ "responseStr": "nin:$nin ",
738
+ "type": {
739
+ "definition": {
740
+ "description": null,
741
+ "enumValues": [
742
+ {
743
+ "deprecationReason": null,
744
+ "description": null,
745
+ "isDeprecated": false,
746
+ "name": "DOT1Q"
747
+ },
748
+ {
749
+ "deprecationReason": null,
750
+ "description": null,
751
+ "isDeprecated": false,
752
+ "name": "QINQ"
753
+ }
754
+ ],
755
+ "fields": null,
756
+ "inputFields": null,
757
+ "interfaces": null,
758
+ "kind": "ENUM",
759
+ "name": "TaggingMethod",
760
+ "possibleTypes": null
761
+ },
762
+ "indexType": "enum",
763
+ "kind": [
764
+ "LIST",
765
+ "NON_NULL",
766
+ "ENUM"
767
+ ],
768
+ "name": "TaggingMethod",
769
+ "non_null": false
770
+ },
771
+ "varName": "nin"
772
+ }
773
+ },
774
+ "interfaces": null,
775
+ "kind": "INPUT_OBJECT",
776
+ "name": "TaggingMethodFilterInput",
777
+ "possibleTypes": null
778
+ },
779
+ "indexType": "input_object",
780
+ "kind": [
781
+ "INPUT_OBJECT"
782
+ ],
783
+ "name": "TaggingMethodFilterInput",
784
+ "non_null": false
785
+ },
786
+ "varName": "taggingMethodFilterInput"
787
+ }
788
+ },
789
+ "interfaces": null,
790
+ "kind": "INPUT_OBJECT",
791
+ "name": "PopLocationCloudInterconnectFilterInput",
792
+ "possibleTypes": null
793
+ },
794
+ "indexType": "input_object",
795
+ "kind": [
796
+ "INPUT_OBJECT"
797
+ ],
798
+ "name": "PopLocationCloudInterconnectFilterInput",
799
+ "non_null": false
800
+ },
801
+ "varName": "popLocationCloudInterconnectFilterInput"
802
+ },
803
+ "isPrivate": {
804
+ "defaultValue": null,
805
+ "description": "Filters based on whether a PoP is private or public and a part of the Cato Cloud (public or reserved for a specific partner/customer).",
806
+ "id_str": "popLocationList___input___isPrivate",
807
+ "name": "isPrivate",
808
+ "path": "popLocationList.input.isPrivate",
809
+ "requestStr": "$booleanFilterInput:BooleanFilterInput ",
810
+ "required": false,
811
+ "responseStr": "isPrivate:$booleanFilterInput ",
812
+ "type": {
813
+ "definition": {
814
+ "description": null,
815
+ "enumValues": null,
816
+ "fields": null,
817
+ "inputFields": {
818
+ "eq": {
819
+ "defaultValue": null,
820
+ "description": null,
821
+ "id_str": "popLocationList___input___isPrivate___eq",
822
+ "name": "eq",
823
+ "path": "popLocationList.input.isPrivate.eq",
824
+ "requestStr": "$eq:Boolean ",
825
+ "required": false,
826
+ "responseStr": "eq:$eq ",
827
+ "type": {
828
+ "kind": [
829
+ "SCALAR"
830
+ ],
831
+ "name": "Boolean",
832
+ "non_null": false
833
+ },
834
+ "varName": "eq"
835
+ },
836
+ "neq": {
837
+ "defaultValue": null,
838
+ "description": null,
839
+ "id_str": "popLocationList___input___isPrivate___neq",
840
+ "name": "neq",
841
+ "path": "popLocationList.input.isPrivate.neq",
842
+ "requestStr": "$neq:Boolean ",
843
+ "required": false,
844
+ "responseStr": "neq:$neq ",
845
+ "type": {
846
+ "kind": [
847
+ "SCALAR"
848
+ ],
849
+ "name": "Boolean",
850
+ "non_null": false
851
+ },
852
+ "varName": "neq"
853
+ }
854
+ },
855
+ "interfaces": null,
856
+ "kind": "INPUT_OBJECT",
857
+ "name": "BooleanFilterInput",
858
+ "possibleTypes": null
859
+ },
860
+ "indexType": "input_object",
861
+ "kind": [
862
+ "INPUT_OBJECT"
863
+ ],
864
+ "name": "BooleanFilterInput",
865
+ "non_null": false
866
+ },
867
+ "varName": "booleanFilterInput"
868
+ },
869
+ "name": {
870
+ "defaultValue": null,
871
+ "description": "Filter by name of the PoP Location, usually represented by the city.",
872
+ "id_str": "popLocationList___input___name",
873
+ "name": "name",
874
+ "path": "popLocationList.input.name",
875
+ "requestStr": "$stringFilterInput:StringFilterInput ",
876
+ "required": false,
877
+ "responseStr": "name:$stringFilterInput ",
878
+ "type": {
879
+ "definition": {
880
+ "description": null,
881
+ "enumValues": null,
882
+ "fields": null,
883
+ "inputFields": {
884
+ "eq": {
885
+ "defaultValue": null,
886
+ "description": null,
887
+ "id_str": "popLocationList___input___name___eq",
888
+ "name": "eq",
889
+ "path": "popLocationList.input.name.eq",
890
+ "requestStr": "$eq:String ",
891
+ "required": false,
892
+ "responseStr": "eq:$eq ",
893
+ "type": {
894
+ "kind": [
895
+ "SCALAR"
896
+ ],
897
+ "name": "String",
898
+ "non_null": false
899
+ },
900
+ "varName": "eq"
901
+ },
902
+ "in": {
903
+ "defaultValue": null,
904
+ "description": null,
905
+ "id_str": "popLocationList___input___name___in",
906
+ "name": "in",
907
+ "path": "popLocationList.input.name.in",
908
+ "requestStr": "$in:[String] ",
909
+ "required": false,
910
+ "responseStr": "in:$in ",
911
+ "type": {
912
+ "kind": [
913
+ "LIST",
914
+ "NON_NULL",
915
+ "SCALAR"
916
+ ],
917
+ "name": "String",
918
+ "non_null": false
919
+ },
920
+ "varName": "in"
921
+ },
922
+ "neq": {
923
+ "defaultValue": null,
924
+ "description": null,
925
+ "id_str": "popLocationList___input___name___neq",
926
+ "name": "neq",
927
+ "path": "popLocationList.input.name.neq",
928
+ "requestStr": "$neq:String ",
929
+ "required": false,
930
+ "responseStr": "neq:$neq ",
931
+ "type": {
932
+ "kind": [
933
+ "SCALAR"
934
+ ],
935
+ "name": "String",
936
+ "non_null": false
937
+ },
938
+ "varName": "neq"
939
+ },
940
+ "nin": {
941
+ "defaultValue": null,
942
+ "description": null,
943
+ "id_str": "popLocationList___input___name___nin",
944
+ "name": "nin",
945
+ "path": "popLocationList.input.name.nin",
946
+ "requestStr": "$nin:[String] ",
947
+ "required": false,
948
+ "responseStr": "nin:$nin ",
949
+ "type": {
950
+ "kind": [
951
+ "LIST",
952
+ "NON_NULL",
953
+ "SCALAR"
954
+ ],
955
+ "name": "String",
956
+ "non_null": false
957
+ },
958
+ "varName": "nin"
959
+ }
960
+ },
961
+ "interfaces": null,
962
+ "kind": "INPUT_OBJECT",
963
+ "name": "StringFilterInput",
964
+ "possibleTypes": null
965
+ },
966
+ "indexType": "input_object",
967
+ "kind": [
968
+ "INPUT_OBJECT"
969
+ ],
970
+ "name": "StringFilterInput",
971
+ "non_null": false
972
+ },
973
+ "varName": "stringFilterInput"
974
+ },
975
+ "primary": {
976
+ "defaultValue": null,
977
+ "description": "Filters for PoPs marked as \u201cprimary,\u201d likely signifying main or preferred locations in a geographic area.",
978
+ "id_str": "popLocationList___input___primary",
979
+ "name": "primary",
980
+ "path": "popLocationList.input.primary",
981
+ "requestStr": "$booleanFilterInput:BooleanFilterInput ",
982
+ "required": false,
983
+ "responseStr": "primary:$booleanFilterInput ",
984
+ "type": {
985
+ "definition": {
986
+ "description": null,
987
+ "enumValues": null,
988
+ "fields": null,
989
+ "inputFields": {
990
+ "eq": {
991
+ "defaultValue": null,
992
+ "description": null,
993
+ "id_str": "popLocationList___input___primary___eq",
994
+ "name": "eq",
995
+ "path": "popLocationList.input.primary.eq",
996
+ "requestStr": "$eq:Boolean ",
997
+ "required": false,
998
+ "responseStr": "eq:$eq ",
999
+ "type": {
1000
+ "kind": [
1001
+ "SCALAR"
1002
+ ],
1003
+ "name": "Boolean",
1004
+ "non_null": false
1005
+ },
1006
+ "varName": "eq"
1007
+ },
1008
+ "neq": {
1009
+ "defaultValue": null,
1010
+ "description": null,
1011
+ "id_str": "popLocationList___input___primary___neq",
1012
+ "name": "neq",
1013
+ "path": "popLocationList.input.primary.neq",
1014
+ "requestStr": "$neq:Boolean ",
1015
+ "required": false,
1016
+ "responseStr": "neq:$neq ",
1017
+ "type": {
1018
+ "kind": [
1019
+ "SCALAR"
1020
+ ],
1021
+ "name": "Boolean",
1022
+ "non_null": false
1023
+ },
1024
+ "varName": "neq"
1025
+ }
1026
+ },
1027
+ "interfaces": null,
1028
+ "kind": "INPUT_OBJECT",
1029
+ "name": "BooleanFilterInput",
1030
+ "possibleTypes": null
1031
+ },
1032
+ "indexType": "input_object",
1033
+ "kind": [
1034
+ "INPUT_OBJECT"
1035
+ ],
1036
+ "name": "BooleanFilterInput",
1037
+ "non_null": false
1038
+ },
1039
+ "varName": "booleanFilterInput"
1040
+ },
1041
+ "siteLicenseRegion": {
1042
+ "defaultValue": null,
1043
+ "description": "Filters PoPs based on regional licensing rules or designations, possibly aligning with regional compliance or pricing.",
1044
+ "id_str": "popLocationList___input___siteLicenseRegion",
1045
+ "name": "siteLicenseRegion",
1046
+ "path": "popLocationList.input.siteLicenseRegion",
1047
+ "requestStr": "$stringFilterInput:StringFilterInput ",
1048
+ "required": false,
1049
+ "responseStr": "siteLicenseRegion:$stringFilterInput ",
1050
+ "type": {
1051
+ "definition": {
1052
+ "description": null,
1053
+ "enumValues": null,
1054
+ "fields": null,
1055
+ "inputFields": {
1056
+ "eq": {
1057
+ "defaultValue": null,
1058
+ "description": null,
1059
+ "id_str": "popLocationList___input___siteLicenseRegion___eq",
1060
+ "name": "eq",
1061
+ "path": "popLocationList.input.siteLicenseRegion.eq",
1062
+ "requestStr": "$eq:String ",
1063
+ "required": false,
1064
+ "responseStr": "eq:$eq ",
1065
+ "type": {
1066
+ "kind": [
1067
+ "SCALAR"
1068
+ ],
1069
+ "name": "String",
1070
+ "non_null": false
1071
+ },
1072
+ "varName": "eq"
1073
+ },
1074
+ "in": {
1075
+ "defaultValue": null,
1076
+ "description": null,
1077
+ "id_str": "popLocationList___input___siteLicenseRegion___in",
1078
+ "name": "in",
1079
+ "path": "popLocationList.input.siteLicenseRegion.in",
1080
+ "requestStr": "$in:[String] ",
1081
+ "required": false,
1082
+ "responseStr": "in:$in ",
1083
+ "type": {
1084
+ "kind": [
1085
+ "LIST",
1086
+ "NON_NULL",
1087
+ "SCALAR"
1088
+ ],
1089
+ "name": "String",
1090
+ "non_null": false
1091
+ },
1092
+ "varName": "in"
1093
+ },
1094
+ "neq": {
1095
+ "defaultValue": null,
1096
+ "description": null,
1097
+ "id_str": "popLocationList___input___siteLicenseRegion___neq",
1098
+ "name": "neq",
1099
+ "path": "popLocationList.input.siteLicenseRegion.neq",
1100
+ "requestStr": "$neq:String ",
1101
+ "required": false,
1102
+ "responseStr": "neq:$neq ",
1103
+ "type": {
1104
+ "kind": [
1105
+ "SCALAR"
1106
+ ],
1107
+ "name": "String",
1108
+ "non_null": false
1109
+ },
1110
+ "varName": "neq"
1111
+ },
1112
+ "nin": {
1113
+ "defaultValue": null,
1114
+ "description": null,
1115
+ "id_str": "popLocationList___input___siteLicenseRegion___nin",
1116
+ "name": "nin",
1117
+ "path": "popLocationList.input.siteLicenseRegion.nin",
1118
+ "requestStr": "$nin:[String] ",
1119
+ "required": false,
1120
+ "responseStr": "nin:$nin ",
1121
+ "type": {
1122
+ "kind": [
1123
+ "LIST",
1124
+ "NON_NULL",
1125
+ "SCALAR"
1126
+ ],
1127
+ "name": "String",
1128
+ "non_null": false
1129
+ },
1130
+ "varName": "nin"
1131
+ }
1132
+ },
1133
+ "interfaces": null,
1134
+ "kind": "INPUT_OBJECT",
1135
+ "name": "StringFilterInput",
1136
+ "possibleTypes": null
1137
+ },
1138
+ "indexType": "input_object",
1139
+ "kind": [
1140
+ "INPUT_OBJECT"
1141
+ ],
1142
+ "name": "StringFilterInput",
1143
+ "non_null": false
1144
+ },
1145
+ "varName": "stringFilterInput"
1146
+ }
1147
+ },
1148
+ "interfaces": null,
1149
+ "kind": "INPUT_OBJECT",
1150
+ "name": "PopLocationFilterInput",
1151
+ "possibleTypes": null
1152
+ },
1153
+ "indexType": "input_object",
1154
+ "kind": [
1155
+ "INPUT_OBJECT"
1156
+ ],
1157
+ "name": "PopLocationFilterInput",
1158
+ "non_null": false
1159
+ },
1160
+ "varName": "popLocationFilterInput"
47
1161
  }
48
1162
  },
49
1163
  "path": "query.popLocations",
@@ -1514,5 +2628,62 @@
1514
2628
  "name": "PopLocationQueries",
1515
2629
  "non_null": false
1516
2630
  },
1517
- "variablesPayload": {}
2631
+ "variablesPayload": {
2632
+ "popLocationFilterInput": {
2633
+ "booleanFilterInput": {
2634
+ "eq": true,
2635
+ "neq": true
2636
+ },
2637
+ "countryRefFilterInput": {
2638
+ "eq": {
2639
+ "by": "ID",
2640
+ "input": "string"
2641
+ },
2642
+ "in": {
2643
+ "by": "ID",
2644
+ "input": "string"
2645
+ },
2646
+ "neq": {
2647
+ "by": "ID",
2648
+ "input": "string"
2649
+ },
2650
+ "nin": {
2651
+ "by": "ID",
2652
+ "input": "string"
2653
+ }
2654
+ },
2655
+ "idFilterInput": {
2656
+ "eq": "id",
2657
+ "in": [
2658
+ "id1",
2659
+ "id2"
2660
+ ],
2661
+ "neq": "id",
2662
+ "nin": [
2663
+ "id1",
2664
+ "id2"
2665
+ ]
2666
+ },
2667
+ "popLocationCloudInterconnectFilterInput": {
2668
+ "taggingMethod": {
2669
+ "eq": "DOT1Q",
2670
+ "in": "DOT1Q",
2671
+ "neq": "DOT1Q",
2672
+ "nin": "DOT1Q"
2673
+ }
2674
+ },
2675
+ "stringFilterInput": {
2676
+ "eq": "string",
2677
+ "in": [
2678
+ "string1",
2679
+ "string2"
2680
+ ],
2681
+ "neq": "string",
2682
+ "nin": [
2683
+ "string1",
2684
+ "string2"
2685
+ ]
2686
+ }
2687
+ }
2688
+ }
1518
2689
  }