catocli 1.0.21__py3-none-any.whl → 2.0.1__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 (139) hide show
  1. catocli/Utils/clidriver.py +112 -25
  2. catocli/Utils/profile_manager.py +188 -0
  3. catocli/Utils/version_checker.py +192 -0
  4. catocli/__init__.py +1 -1
  5. catocli/parsers/configure/__init__.py +115 -0
  6. catocli/parsers/configure/configure.py +307 -0
  7. catocli/parsers/custom/__init__.py +8 -0
  8. catocli/parsers/custom/export_rules/__init__.py +36 -0
  9. catocli/parsers/custom/export_rules/export_rules.py +361 -0
  10. catocli/parsers/custom/import_rules_to_tf/__init__.py +58 -0
  11. catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +577 -0
  12. catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
  13. catocli/parsers/mutation_hardware/README.md +7 -0
  14. catocli/parsers/mutation_hardware/__init__.py +23 -0
  15. catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +17 -0
  16. catocli/parsers/mutation_site_addBgpPeer/README.md +1 -1
  17. catocli/parsers/mutation_site_addNetworkRange/README.md +1 -1
  18. catocli/parsers/mutation_site_updateBgpPeer/README.md +1 -1
  19. catocli/parsers/mutation_site_updateNetworkRange/README.md +1 -1
  20. catocli/parsers/mutation_sites_addBgpPeer/README.md +1 -1
  21. catocli/parsers/mutation_sites_addNetworkRange/README.md +1 -1
  22. catocli/parsers/mutation_sites_updateBgpPeer/README.md +1 -1
  23. catocli/parsers/mutation_sites_updateNetworkRange/README.md +1 -1
  24. catocli/parsers/query_auditFeed/README.md +1 -1
  25. catocli/parsers/query_catalogs/README.md +19 -0
  26. catocli/parsers/query_catalogs/__init__.py +17 -0
  27. catocli/parsers/query_devices/README.md +19 -0
  28. catocli/parsers/query_devices/__init__.py +17 -0
  29. catocli/parsers/query_eventsFeed/README.md +1 -1
  30. catocli/parsers/query_hardware/README.md +17 -0
  31. catocli/parsers/query_hardware/__init__.py +17 -0
  32. catocli/parsers/query_sandbox/README.md +1 -1
  33. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/METADATA +1 -1
  34. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/RECORD +139 -114
  35. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/top_level.txt +1 -0
  36. graphql_client/api/call_api.py +4 -0
  37. graphql_client/api_client_types.py +4 -3
  38. graphql_client/configuration.py +2 -0
  39. models/mutation.admin.addAdmin.json +130 -0
  40. models/mutation.hardware.updateHardwareShipping.json +2506 -0
  41. models/mutation.policy.appTenantRestriction.addRule.json +11 -11
  42. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +11 -11
  43. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +11 -11
  44. models/mutation.policy.appTenantRestriction.moveRule.json +11 -11
  45. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +11 -11
  46. models/mutation.policy.appTenantRestriction.removeRule.json +11 -11
  47. models/mutation.policy.appTenantRestriction.updatePolicy.json +11 -11
  48. models/mutation.policy.appTenantRestriction.updateRule.json +11 -11
  49. models/mutation.policy.dynamicIpAllocation.addRule.json +4 -4
  50. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +4 -4
  51. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +4 -4
  52. models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -4
  53. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +4 -4
  54. models/mutation.policy.dynamicIpAllocation.removeRule.json +4 -4
  55. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +4 -4
  56. models/mutation.policy.dynamicIpAllocation.updateRule.json +4 -4
  57. models/mutation.policy.internetFirewall.addRule.json +63 -63
  58. models/mutation.policy.internetFirewall.createPolicyRevision.json +45 -45
  59. models/mutation.policy.internetFirewall.discardPolicyRevision.json +45 -45
  60. models/mutation.policy.internetFirewall.moveRule.json +45 -45
  61. models/mutation.policy.internetFirewall.publishPolicyRevision.json +45 -45
  62. models/mutation.policy.internetFirewall.removeRule.json +45 -45
  63. models/mutation.policy.internetFirewall.updatePolicy.json +45 -45
  64. models/mutation.policy.internetFirewall.updateRule.json +63 -63
  65. models/mutation.policy.remotePortFwd.addRule.json +5 -5
  66. models/mutation.policy.remotePortFwd.createPolicyRevision.json +5 -5
  67. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +5 -5
  68. models/mutation.policy.remotePortFwd.moveRule.json +5 -5
  69. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +5 -5
  70. models/mutation.policy.remotePortFwd.removeRule.json +5 -5
  71. models/mutation.policy.remotePortFwd.updatePolicy.json +5 -5
  72. models/mutation.policy.remotePortFwd.updateRule.json +5 -5
  73. models/mutation.policy.socketLan.addRule.json +3580 -125
  74. models/mutation.policy.socketLan.createPolicyRevision.json +3580 -125
  75. models/mutation.policy.socketLan.discardPolicyRevision.json +3580 -125
  76. models/mutation.policy.socketLan.moveRule.json +3580 -125
  77. models/mutation.policy.socketLan.publishPolicyRevision.json +3580 -125
  78. models/mutation.policy.socketLan.removeRule.json +3580 -125
  79. models/mutation.policy.socketLan.updatePolicy.json +3580 -125
  80. models/mutation.policy.socketLan.updateRule.json +3580 -125
  81. models/mutation.policy.wanFirewall.addRule.json +77 -77
  82. models/mutation.policy.wanFirewall.createPolicyRevision.json +59 -59
  83. models/mutation.policy.wanFirewall.discardPolicyRevision.json +59 -59
  84. models/mutation.policy.wanFirewall.moveRule.json +59 -59
  85. models/mutation.policy.wanFirewall.publishPolicyRevision.json +59 -59
  86. models/mutation.policy.wanFirewall.removeRule.json +59 -59
  87. models/mutation.policy.wanFirewall.updatePolicy.json +59 -59
  88. models/mutation.policy.wanFirewall.updateRule.json +77 -77
  89. models/mutation.policy.wanNetwork.addRule.json +49 -49
  90. models/mutation.policy.wanNetwork.createPolicyRevision.json +49 -49
  91. models/mutation.policy.wanNetwork.discardPolicyRevision.json +49 -49
  92. models/mutation.policy.wanNetwork.moveRule.json +49 -49
  93. models/mutation.policy.wanNetwork.publishPolicyRevision.json +49 -49
  94. models/mutation.policy.wanNetwork.removeRule.json +49 -49
  95. models/mutation.policy.wanNetwork.updatePolicy.json +49 -49
  96. models/mutation.policy.wanNetwork.updateRule.json +49 -49
  97. models/mutation.site.addBgpPeer.json +2812 -217
  98. models/mutation.site.addNetworkRange.json +114 -0
  99. models/mutation.site.addSocketSite.json +18 -0
  100. models/mutation.site.removeBgpPeer.json +667 -1
  101. models/mutation.site.updateBgpPeer.json +3152 -559
  102. models/mutation.site.updateNetworkRange.json +114 -0
  103. models/mutation.sites.addBgpPeer.json +2812 -217
  104. models/mutation.sites.addNetworkRange.json +114 -0
  105. models/mutation.sites.addSocketSite.json +18 -0
  106. models/mutation.sites.removeBgpPeer.json +667 -1
  107. models/mutation.sites.updateBgpPeer.json +3152 -559
  108. models/mutation.sites.updateNetworkRange.json +114 -0
  109. models/mutation.xdr.addStoryComment.json +2 -2
  110. models/mutation.xdr.analystFeedback.json +182 -42
  111. models/mutation.xdr.deleteStoryComment.json +2 -2
  112. models/query.accountMetrics.json +112 -0
  113. models/query.accountSnapshot.json +62 -0
  114. models/query.admin.json +46 -0
  115. models/query.admins.json +46 -0
  116. models/query.appStats.json +528 -0
  117. models/query.appStatsTimeSeries.json +396 -0
  118. models/query.auditFeed.json +273 -3336
  119. models/query.catalogs.json +9840 -0
  120. models/query.devices.json +15469 -0
  121. models/query.events.json +4606 -4318
  122. models/query.eventsFeed.json +1167 -1095
  123. models/query.eventsTimeSeries.json +3459 -3243
  124. models/query.hardware.json +5730 -0
  125. models/query.hardwareManagement.json +8 -2
  126. models/query.licensing.json +3 -3
  127. models/query.policy.json +3743 -298
  128. models/query.sandbox.json +6 -4
  129. models/query.site.json +1329 -4
  130. models/query.xdr.stories.json +182 -42
  131. models/query.xdr.story.json +182 -42
  132. schema/catolib.py +105 -28
  133. scripts/catolib.py +62 -0
  134. scripts/export_if_rules_to_json.py +188 -0
  135. scripts/export_wf_rules_to_json.py +111 -0
  136. scripts/import_wf_rules_to_tfstate.py +331 -0
  137. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/LICENSE +0 -0
  138. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/WHEEL +0 -0
  139. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/entry_points.txt +0 -0
@@ -90,10 +90,16 @@
90
90
  "fieldTypes": {
91
91
  "BfdSettings": true,
92
92
  "BgpCommunity": true,
93
+ "BgpCommunityFilterPredicate": true,
94
+ "BgpCommunityFilterRule": true,
93
95
  "BgpDefaultAction": true,
96
+ "BgpFilterRule": true,
94
97
  "BgpPeer": true,
98
+ "BgpRouteExactAndInclusiveFilterRule": true,
99
+ "BgpRouteExactFilterRule": true,
95
100
  "BgpSummaryRoute": true,
96
101
  "BgpTracking": true,
102
+ "GlobalIpRangeRef": true,
97
103
  "PolicyRuleTrackingFrequencyEnum": true,
98
104
  "RemoveBgpPeerPayload": true,
99
105
  "SiteRef": true
@@ -528,6 +534,666 @@
528
534
  },
529
535
  "varName": "defaultAction"
530
536
  },
537
+ "defaultActionExclusion": {
538
+ "alias": "bgpFilterRuleDefaultActionExclusion: defaultActionExclusion",
539
+ "args": {},
540
+ "deprecationReason": null,
541
+ "description": "Rules excluded from the default action.",
542
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion",
543
+ "isDeprecated": false,
544
+ "name": "defaultActionExclusion",
545
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion",
546
+ "requestStr": "$bgpFilterRule:[BgpFilterRule]! ",
547
+ "required": true,
548
+ "responseStr": "defaultActionExclusion:$bgpFilterRule ",
549
+ "type": {
550
+ "definition": {
551
+ "description": null,
552
+ "enumValues": null,
553
+ "fields": {
554
+ "bgpRouteExactAndInclusiveFilterRule": {
555
+ "alias": "bgpRouteExactAndInclusiveFilterRuleBgpRouteExactAndInclusiveFilterRule: bgpRouteExactAndInclusiveFilterRule",
556
+ "args": {},
557
+ "deprecationReason": null,
558
+ "description": "Exact and inclusive filter rule. Please choose only one filter rule type.",
559
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule",
560
+ "isDeprecated": false,
561
+ "name": "bgpRouteExactAndInclusiveFilterRule",
562
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule",
563
+ "requestStr": "$bgpRouteExactAndInclusiveFilterRule:BgpRouteExactAndInclusiveFilterRule ",
564
+ "required": false,
565
+ "responseStr": "bgpRouteExactAndInclusiveFilterRule:$bgpRouteExactAndInclusiveFilterRule ",
566
+ "type": {
567
+ "definition": {
568
+ "description": null,
569
+ "enumValues": null,
570
+ "fields": {
571
+ "ge": {
572
+ "args": {},
573
+ "deprecationReason": null,
574
+ "description": "Minimum prefix length for the filter rule.",
575
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___ge",
576
+ "isDeprecated": false,
577
+ "name": "ge",
578
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.ge",
579
+ "requestStr": "$ge:Int ",
580
+ "required": false,
581
+ "responseStr": "ge:$ge ",
582
+ "type": {
583
+ "kind": [
584
+ "SCALAR"
585
+ ],
586
+ "name": "Int",
587
+ "non_null": false
588
+ },
589
+ "varName": "ge"
590
+ },
591
+ "globalIpRange": {
592
+ "args": {},
593
+ "deprecationReason": null,
594
+ "description": "Global IP ranges to include.",
595
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange",
596
+ "isDeprecated": false,
597
+ "name": "globalIpRange",
598
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange",
599
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
600
+ "required": true,
601
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
602
+ "type": {
603
+ "definition": {
604
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
605
+ "enumValues": null,
606
+ "fields": {
607
+ "id": {
608
+ "args": {},
609
+ "deprecationReason": null,
610
+ "description": null,
611
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___id",
612
+ "isDeprecated": false,
613
+ "name": "id",
614
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.id",
615
+ "requestStr": "$id:ID! ",
616
+ "required": true,
617
+ "responseStr": "id:$id ",
618
+ "type": {
619
+ "kind": [
620
+ "NON_NULL",
621
+ "SCALAR"
622
+ ],
623
+ "name": "ID",
624
+ "non_null": false
625
+ },
626
+ "varName": "id"
627
+ },
628
+ "name": {
629
+ "args": {},
630
+ "deprecationReason": null,
631
+ "description": null,
632
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___name",
633
+ "isDeprecated": false,
634
+ "name": "name",
635
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.name",
636
+ "requestStr": "$name:String! ",
637
+ "required": true,
638
+ "responseStr": "name:$name ",
639
+ "type": {
640
+ "kind": [
641
+ "NON_NULL",
642
+ "SCALAR"
643
+ ],
644
+ "name": "String",
645
+ "non_null": false
646
+ },
647
+ "varName": "name"
648
+ }
649
+ },
650
+ "inputFields": null,
651
+ "interfaces": {},
652
+ "kind": "OBJECT",
653
+ "name": "GlobalIpRangeRef",
654
+ "possibleTypes": null
655
+ },
656
+ "indexType": "object",
657
+ "kind": [
658
+ "NON_NULL",
659
+ "LIST",
660
+ "NON_NULL",
661
+ "OBJECT"
662
+ ],
663
+ "name": "GlobalIpRangeRef",
664
+ "non_null": false
665
+ },
666
+ "varName": "globalIpRangeRef"
667
+ },
668
+ "globalIpRangeException": {
669
+ "args": {},
670
+ "deprecationReason": null,
671
+ "description": "Global IP ranges to exclude.",
672
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException",
673
+ "isDeprecated": false,
674
+ "name": "globalIpRangeException",
675
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException",
676
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
677
+ "required": true,
678
+ "responseStr": "globalIpRangeException:$globalIpRangeRef ",
679
+ "type": {
680
+ "definition": {
681
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
682
+ "enumValues": null,
683
+ "fields": {
684
+ "id": {
685
+ "args": {},
686
+ "deprecationReason": null,
687
+ "description": null,
688
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___id",
689
+ "isDeprecated": false,
690
+ "name": "id",
691
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.id",
692
+ "requestStr": "$id:ID! ",
693
+ "required": true,
694
+ "responseStr": "id:$id ",
695
+ "type": {
696
+ "kind": [
697
+ "NON_NULL",
698
+ "SCALAR"
699
+ ],
700
+ "name": "ID",
701
+ "non_null": false
702
+ },
703
+ "varName": "id"
704
+ },
705
+ "name": {
706
+ "args": {},
707
+ "deprecationReason": null,
708
+ "description": null,
709
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___name",
710
+ "isDeprecated": false,
711
+ "name": "name",
712
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.name",
713
+ "requestStr": "$name:String! ",
714
+ "required": true,
715
+ "responseStr": "name:$name ",
716
+ "type": {
717
+ "kind": [
718
+ "NON_NULL",
719
+ "SCALAR"
720
+ ],
721
+ "name": "String",
722
+ "non_null": false
723
+ },
724
+ "varName": "name"
725
+ }
726
+ },
727
+ "inputFields": null,
728
+ "interfaces": {},
729
+ "kind": "OBJECT",
730
+ "name": "GlobalIpRangeRef",
731
+ "possibleTypes": null
732
+ },
733
+ "indexType": "object",
734
+ "kind": [
735
+ "NON_NULL",
736
+ "LIST",
737
+ "NON_NULL",
738
+ "OBJECT"
739
+ ],
740
+ "name": "GlobalIpRangeRef",
741
+ "non_null": false
742
+ },
743
+ "varName": "globalIpRangeRef"
744
+ },
745
+ "id": {
746
+ "args": {},
747
+ "deprecationReason": null,
748
+ "description": "Unique identifier of the filter rule.",
749
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___id",
750
+ "isDeprecated": false,
751
+ "name": "id",
752
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.id",
753
+ "requestStr": "$id:ID! ",
754
+ "required": true,
755
+ "responseStr": "id:$id ",
756
+ "type": {
757
+ "kind": [
758
+ "NON_NULL",
759
+ "SCALAR"
760
+ ],
761
+ "name": "ID",
762
+ "non_null": false
763
+ },
764
+ "varName": "id"
765
+ },
766
+ "le": {
767
+ "args": {},
768
+ "deprecationReason": null,
769
+ "description": "Maximum prefix length for the filter rule.",
770
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___le",
771
+ "isDeprecated": false,
772
+ "name": "le",
773
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.le",
774
+ "requestStr": "$le:Int ",
775
+ "required": false,
776
+ "responseStr": "le:$le ",
777
+ "type": {
778
+ "kind": [
779
+ "SCALAR"
780
+ ],
781
+ "name": "Int",
782
+ "non_null": false
783
+ },
784
+ "varName": "le"
785
+ },
786
+ "networkSubnet": {
787
+ "args": {},
788
+ "deprecationReason": null,
789
+ "description": "Network subnets to include.",
790
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnet",
791
+ "isDeprecated": false,
792
+ "name": "networkSubnet",
793
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnet",
794
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
795
+ "required": true,
796
+ "responseStr": "networkSubnet:$networkSubnet ",
797
+ "type": {
798
+ "kind": [
799
+ "NON_NULL",
800
+ "LIST",
801
+ "NON_NULL",
802
+ "SCALAR"
803
+ ],
804
+ "name": "NetworkSubnet",
805
+ "non_null": false
806
+ },
807
+ "varName": "networkSubnet"
808
+ },
809
+ "networkSubnetException": {
810
+ "args": {},
811
+ "deprecationReason": null,
812
+ "description": "Network subnets to exclude.",
813
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnetException",
814
+ "isDeprecated": false,
815
+ "name": "networkSubnetException",
816
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnetException",
817
+ "requestStr": "$networkSubnetException:[NetworkSubnet]! ",
818
+ "required": true,
819
+ "responseStr": "networkSubnetException:$networkSubnetException ",
820
+ "type": {
821
+ "kind": [
822
+ "NON_NULL",
823
+ "LIST",
824
+ "NON_NULL",
825
+ "SCALAR"
826
+ ],
827
+ "name": "NetworkSubnet",
828
+ "non_null": false
829
+ },
830
+ "varName": "networkSubnetException"
831
+ }
832
+ },
833
+ "inputFields": null,
834
+ "interfaces": {},
835
+ "kind": "OBJECT",
836
+ "name": "BgpRouteExactAndInclusiveFilterRule",
837
+ "possibleTypes": null
838
+ },
839
+ "indexType": "object",
840
+ "kind": [
841
+ "OBJECT"
842
+ ],
843
+ "name": "BgpRouteExactAndInclusiveFilterRule",
844
+ "non_null": false
845
+ },
846
+ "varName": "bgpRouteExactAndInclusiveFilterRule"
847
+ },
848
+ "bgpRouteExactFilterRule": {
849
+ "alias": "bgpRouteExactFilterRuleBgpRouteExactFilterRule: bgpRouteExactFilterRule",
850
+ "args": {},
851
+ "deprecationReason": null,
852
+ "description": "Exact route filter rule. Please choose only one filter rule type.",
853
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule",
854
+ "isDeprecated": false,
855
+ "name": "bgpRouteExactFilterRule",
856
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule",
857
+ "requestStr": "$bgpRouteExactFilterRule:BgpRouteExactFilterRule ",
858
+ "required": false,
859
+ "responseStr": "bgpRouteExactFilterRule:$bgpRouteExactFilterRule ",
860
+ "type": {
861
+ "definition": {
862
+ "description": null,
863
+ "enumValues": null,
864
+ "fields": {
865
+ "globalIpRange": {
866
+ "args": {},
867
+ "deprecationReason": null,
868
+ "description": "Global IP ranges to include.",
869
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange",
870
+ "isDeprecated": false,
871
+ "name": "globalIpRange",
872
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange",
873
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
874
+ "required": true,
875
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
876
+ "type": {
877
+ "definition": {
878
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
879
+ "enumValues": null,
880
+ "fields": {
881
+ "id": {
882
+ "args": {},
883
+ "deprecationReason": null,
884
+ "description": null,
885
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___id",
886
+ "isDeprecated": false,
887
+ "name": "id",
888
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.id",
889
+ "requestStr": "$id:ID! ",
890
+ "required": true,
891
+ "responseStr": "id:$id ",
892
+ "type": {
893
+ "kind": [
894
+ "NON_NULL",
895
+ "SCALAR"
896
+ ],
897
+ "name": "ID",
898
+ "non_null": false
899
+ },
900
+ "varName": "id"
901
+ },
902
+ "name": {
903
+ "args": {},
904
+ "deprecationReason": null,
905
+ "description": null,
906
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___name",
907
+ "isDeprecated": false,
908
+ "name": "name",
909
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.name",
910
+ "requestStr": "$name:String! ",
911
+ "required": true,
912
+ "responseStr": "name:$name ",
913
+ "type": {
914
+ "kind": [
915
+ "NON_NULL",
916
+ "SCALAR"
917
+ ],
918
+ "name": "String",
919
+ "non_null": false
920
+ },
921
+ "varName": "name"
922
+ }
923
+ },
924
+ "inputFields": null,
925
+ "interfaces": {},
926
+ "kind": "OBJECT",
927
+ "name": "GlobalIpRangeRef",
928
+ "possibleTypes": null
929
+ },
930
+ "indexType": "object",
931
+ "kind": [
932
+ "NON_NULL",
933
+ "LIST",
934
+ "NON_NULL",
935
+ "OBJECT"
936
+ ],
937
+ "name": "GlobalIpRangeRef",
938
+ "non_null": false
939
+ },
940
+ "varName": "globalIpRangeRef"
941
+ },
942
+ "id": {
943
+ "args": {},
944
+ "deprecationReason": null,
945
+ "description": "Unique identifier of the exact filter rule.",
946
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___id",
947
+ "isDeprecated": false,
948
+ "name": "id",
949
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.id",
950
+ "requestStr": "$id:ID! ",
951
+ "required": true,
952
+ "responseStr": "id:$id ",
953
+ "type": {
954
+ "kind": [
955
+ "NON_NULL",
956
+ "SCALAR"
957
+ ],
958
+ "name": "ID",
959
+ "non_null": false
960
+ },
961
+ "varName": "id"
962
+ },
963
+ "networkSubnet": {
964
+ "args": {},
965
+ "deprecationReason": null,
966
+ "description": "Network subnets to include.",
967
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___networkSubnet",
968
+ "isDeprecated": false,
969
+ "name": "networkSubnet",
970
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.networkSubnet",
971
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
972
+ "required": true,
973
+ "responseStr": "networkSubnet:$networkSubnet ",
974
+ "type": {
975
+ "kind": [
976
+ "NON_NULL",
977
+ "LIST",
978
+ "NON_NULL",
979
+ "SCALAR"
980
+ ],
981
+ "name": "NetworkSubnet",
982
+ "non_null": false
983
+ },
984
+ "varName": "networkSubnet"
985
+ }
986
+ },
987
+ "inputFields": null,
988
+ "interfaces": {},
989
+ "kind": "OBJECT",
990
+ "name": "BgpRouteExactFilterRule",
991
+ "possibleTypes": null
992
+ },
993
+ "indexType": "object",
994
+ "kind": [
995
+ "OBJECT"
996
+ ],
997
+ "name": "BgpRouteExactFilterRule",
998
+ "non_null": false
999
+ },
1000
+ "varName": "bgpRouteExactFilterRule"
1001
+ },
1002
+ "communityFilterRule": {
1003
+ "alias": "bgpCommunityFilterRuleCommunityFilterRule: communityFilterRule",
1004
+ "args": {},
1005
+ "deprecationReason": null,
1006
+ "description": "Community filter rule. Please choose only one filter rule type.",
1007
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule",
1008
+ "isDeprecated": false,
1009
+ "name": "communityFilterRule",
1010
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule",
1011
+ "requestStr": "$bgpCommunityFilterRule:BgpCommunityFilterRule ",
1012
+ "required": false,
1013
+ "responseStr": "communityFilterRule:$bgpCommunityFilterRule ",
1014
+ "type": {
1015
+ "definition": {
1016
+ "description": null,
1017
+ "enumValues": null,
1018
+ "fields": {
1019
+ "community": {
1020
+ "args": {},
1021
+ "deprecationReason": null,
1022
+ "description": "Community values to match.",
1023
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___community",
1024
+ "isDeprecated": false,
1025
+ "name": "community",
1026
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.community",
1027
+ "requestStr": "$bgpCommunity:[BgpCommunity]! ",
1028
+ "required": true,
1029
+ "responseStr": "community:$bgpCommunity ",
1030
+ "type": {
1031
+ "definition": {
1032
+ "description": null,
1033
+ "enumValues": null,
1034
+ "fields": {
1035
+ "from": {
1036
+ "args": {},
1037
+ "deprecationReason": null,
1038
+ "description": "Start of the community range.",
1039
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___community___from",
1040
+ "isDeprecated": false,
1041
+ "name": "from",
1042
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.community.from",
1043
+ "requestStr": "$from:Asn16! ",
1044
+ "required": true,
1045
+ "responseStr": "from:$from ",
1046
+ "type": {
1047
+ "kind": [
1048
+ "NON_NULL",
1049
+ "SCALAR"
1050
+ ],
1051
+ "name": "Asn16",
1052
+ "non_null": false
1053
+ },
1054
+ "varName": "from"
1055
+ },
1056
+ "to": {
1057
+ "args": {},
1058
+ "deprecationReason": null,
1059
+ "description": "End of the community range.",
1060
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___community___to",
1061
+ "isDeprecated": false,
1062
+ "name": "to",
1063
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.community.to",
1064
+ "requestStr": "$to:Asn16! ",
1065
+ "required": true,
1066
+ "responseStr": "to:$to ",
1067
+ "type": {
1068
+ "kind": [
1069
+ "NON_NULL",
1070
+ "SCALAR"
1071
+ ],
1072
+ "name": "Asn16",
1073
+ "non_null": false
1074
+ },
1075
+ "varName": "to"
1076
+ }
1077
+ },
1078
+ "inputFields": null,
1079
+ "interfaces": {},
1080
+ "kind": "OBJECT",
1081
+ "name": "BgpCommunity",
1082
+ "possibleTypes": null
1083
+ },
1084
+ "indexType": "object",
1085
+ "kind": [
1086
+ "NON_NULL",
1087
+ "LIST",
1088
+ "NON_NULL",
1089
+ "OBJECT"
1090
+ ],
1091
+ "name": "BgpCommunity",
1092
+ "non_null": false
1093
+ },
1094
+ "varName": "bgpCommunity"
1095
+ },
1096
+ "id": {
1097
+ "args": {},
1098
+ "deprecationReason": null,
1099
+ "description": "Unique identifier of the community filter rule.",
1100
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___id",
1101
+ "isDeprecated": false,
1102
+ "name": "id",
1103
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.id",
1104
+ "requestStr": "$id:ID! ",
1105
+ "required": true,
1106
+ "responseStr": "id:$id ",
1107
+ "type": {
1108
+ "kind": [
1109
+ "NON_NULL",
1110
+ "SCALAR"
1111
+ ],
1112
+ "name": "ID",
1113
+ "non_null": false
1114
+ },
1115
+ "varName": "id"
1116
+ },
1117
+ "predicate": {
1118
+ "args": {},
1119
+ "deprecationReason": null,
1120
+ "description": "Predicate to apply to the community filter (e.g., EQUAL, NOT_EQUAL).",
1121
+ "id_str": "removeBgpPeer___bgpPeer___defaultActionExclusion___communityFilterRule___predicate",
1122
+ "isDeprecated": false,
1123
+ "name": "predicate",
1124
+ "path": "removeBgpPeer.bgpPeer.defaultActionExclusion.communityFilterRule.predicate",
1125
+ "requestStr": "$predicate:BgpCommunityFilterPredicate! ",
1126
+ "required": true,
1127
+ "responseStr": "predicate:$predicate ",
1128
+ "type": {
1129
+ "definition": {
1130
+ "description": null,
1131
+ "enumValues": [
1132
+ {
1133
+ "deprecationReason": null,
1134
+ "description": "Matches exactly the specified community value.",
1135
+ "isDeprecated": false,
1136
+ "name": "EQUAL"
1137
+ },
1138
+ {
1139
+ "deprecationReason": null,
1140
+ "description": "Matches any community value except the specified one.",
1141
+ "isDeprecated": false,
1142
+ "name": "NOT_EQUAL"
1143
+ }
1144
+ ],
1145
+ "fields": null,
1146
+ "inputFields": null,
1147
+ "interfaces": null,
1148
+ "kind": "ENUM",
1149
+ "name": "BgpCommunityFilterPredicate",
1150
+ "possibleTypes": null
1151
+ },
1152
+ "indexType": "enum",
1153
+ "kind": [
1154
+ "NON_NULL",
1155
+ "ENUM"
1156
+ ],
1157
+ "name": "BgpCommunityFilterPredicate",
1158
+ "non_null": false
1159
+ },
1160
+ "varName": "predicate"
1161
+ }
1162
+ },
1163
+ "inputFields": null,
1164
+ "interfaces": {},
1165
+ "kind": "OBJECT",
1166
+ "name": "BgpCommunityFilterRule",
1167
+ "possibleTypes": null
1168
+ },
1169
+ "indexType": "object",
1170
+ "kind": [
1171
+ "OBJECT"
1172
+ ],
1173
+ "name": "BgpCommunityFilterRule",
1174
+ "non_null": false
1175
+ },
1176
+ "varName": "bgpCommunityFilterRule"
1177
+ }
1178
+ },
1179
+ "inputFields": null,
1180
+ "interfaces": {},
1181
+ "kind": "OBJECT",
1182
+ "name": "BgpFilterRule",
1183
+ "possibleTypes": null
1184
+ },
1185
+ "indexType": "object",
1186
+ "kind": [
1187
+ "NON_NULL",
1188
+ "LIST",
1189
+ "NON_NULL",
1190
+ "OBJECT"
1191
+ ],
1192
+ "name": "BgpFilterRule",
1193
+ "non_null": false
1194
+ },
1195
+ "varName": "bgpFilterRule"
1196
+ },
531
1197
  "holdTime": {
532
1198
  "args": {},
533
1199
  "deprecationReason": null,
@@ -730,7 +1396,7 @@
730
1396
  "responseStr": "site:$siteRef ",
731
1397
  "type": {
732
1398
  "definition": {
733
- "description": null,
1399
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
734
1400
  "enumValues": null,
735
1401
  "fields": {
736
1402
  "id": {