catocli 1.0.21__py3-none-any.whl → 2.0.0__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.0.dist-info}/METADATA +1 -1
  34. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/RECORD +139 -114
  35. {catocli-1.0.21.dist-info → catocli-2.0.0.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.0.dist-info}/LICENSE +0 -0
  138. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/WHEEL +0 -0
  139. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/entry_points.txt +0 -0
@@ -388,7 +388,7 @@
388
388
  "responseStr": "destination:$internetFirewallDestinationUpdateInput ",
389
389
  "type": {
390
390
  "definition": {
391
- "description": "Destination match criteria set",
391
+ "description": "Input of the settings for Destination of an Internet Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. application: [], country: [], etc...)",
392
392
  "enumValues": null,
393
393
  "fields": null,
394
394
  "inputFields": {
@@ -1953,7 +1953,7 @@
1953
1953
  "responseStr": "destination:$internetFirewallDestinationInput ",
1954
1954
  "type": {
1955
1955
  "definition": {
1956
- "description": "Destination match criteria set",
1956
+ "description": "Input of the settings for Destination of an Internet Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. application: [], country: [], etc...)",
1957
1957
  "enumValues": null,
1958
1958
  "fields": null,
1959
1959
  "inputFields": {
@@ -3386,7 +3386,7 @@
3386
3386
  "responseStr": "service:$internetFirewallServiceTypeInput ",
3387
3387
  "type": {
3388
3388
  "definition": {
3389
- "description": "Add the Service Type to which this Internet Firewall rule applies",
3389
+ "description": "Input of the Service Type to which this Internet Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
3390
3390
  "enumValues": null,
3391
3391
  "fields": null,
3392
3392
  "inputFields": {
@@ -3694,7 +3694,7 @@
3694
3694
  "responseStr": "source:$internetFirewallSourceInput ",
3695
3695
  "type": {
3696
3696
  "definition": {
3697
- "description": "Input of the settings for Source of an Internet Firewall rule",
3697
+ "description": "Input of the settings for Source of an Internet Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
3698
3698
  "enumValues": null,
3699
3699
  "fields": null,
3700
3700
  "inputFields": {
@@ -5113,7 +5113,7 @@
5113
5113
  "responseStr": "service:$internetFirewallServiceTypeUpdateInput ",
5114
5114
  "type": {
5115
5115
  "definition": {
5116
- "description": "Add the Service Type to which this Internet Firewall rule applies",
5116
+ "description": "Input of the Service Type to which this Internet Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
5117
5117
  "enumValues": null,
5118
5118
  "fields": null,
5119
5119
  "inputFields": {
@@ -5418,7 +5418,7 @@
5418
5418
  "responseStr": "source:$internetFirewallSourceUpdateInput ",
5419
5419
  "type": {
5420
5420
  "definition": {
5421
- "description": "Input of the settings for Source of an Internet Firewall rule",
5421
+ "description": "Input of the settings for Source of an Internet Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
5422
5422
  "enumValues": null,
5423
5423
  "fields": null,
5424
5424
  "inputFields": {
@@ -7475,7 +7475,7 @@
7475
7475
  "responseStr": "destination:$internetFirewallDestinationUpdateInput ",
7476
7476
  "type": {
7477
7477
  "definition": {
7478
- "description": "Destination match criteria set",
7478
+ "description": "Input of the settings for Destination of an Internet Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. application: [], country: [], etc...)",
7479
7479
  "enumValues": null,
7480
7480
  "fields": null,
7481
7481
  "inputFields": {
@@ -9040,7 +9040,7 @@
9040
9040
  "responseStr": "destination:$internetFirewallDestinationInput ",
9041
9041
  "type": {
9042
9042
  "definition": {
9043
- "description": "Destination match criteria set",
9043
+ "description": "Input of the settings for Destination of an Internet Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. application: [], country: [], etc...)",
9044
9044
  "enumValues": null,
9045
9045
  "fields": null,
9046
9046
  "inputFields": {
@@ -10473,7 +10473,7 @@
10473
10473
  "responseStr": "service:$internetFirewallServiceTypeInput ",
10474
10474
  "type": {
10475
10475
  "definition": {
10476
- "description": "Add the Service Type to which this Internet Firewall rule applies",
10476
+ "description": "Input of the Service Type to which this Internet Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
10477
10477
  "enumValues": null,
10478
10478
  "fields": null,
10479
10479
  "inputFields": {
@@ -10781,7 +10781,7 @@
10781
10781
  "responseStr": "source:$internetFirewallSourceInput ",
10782
10782
  "type": {
10783
10783
  "definition": {
10784
- "description": "Input of the settings for Source of an Internet Firewall rule",
10784
+ "description": "Input of the settings for Source of an Internet Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
10785
10785
  "enumValues": null,
10786
10786
  "fields": null,
10787
10787
  "inputFields": {
@@ -12200,7 +12200,7 @@
12200
12200
  "responseStr": "service:$internetFirewallServiceTypeUpdateInput ",
12201
12201
  "type": {
12202
12202
  "definition": {
12203
- "description": "Add the Service Type to which this Internet Firewall rule applies",
12203
+ "description": "Input of the Service Type to which this Internet Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
12204
12204
  "enumValues": null,
12205
12205
  "fields": null,
12206
12206
  "inputFields": {
@@ -12505,7 +12505,7 @@
12505
12505
  "responseStr": "source:$internetFirewallSourceUpdateInput ",
12506
12506
  "type": {
12507
12507
  "definition": {
12508
- "description": "Input of the settings for Source of an Internet Firewall rule",
12508
+ "description": "Input of the settings for Source of an Internet Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
12509
12509
  "enumValues": null,
12510
12510
  "fields": null,
12511
12511
  "inputFields": {
@@ -14446,7 +14446,7 @@
14446
14446
  "responseStr": "destination:$internetFirewallDestinationUpdateInput ",
14447
14447
  "type": {
14448
14448
  "definition": {
14449
- "description": "Destination match criteria set",
14449
+ "description": "Input of the settings for Destination of an Internet Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. application: [], country: [], etc...)",
14450
14450
  "enumValues": null,
14451
14451
  "fields": null,
14452
14452
  "inputFields": {
@@ -16011,7 +16011,7 @@
16011
16011
  "responseStr": "destination:$internetFirewallDestinationInput ",
16012
16012
  "type": {
16013
16013
  "definition": {
16014
- "description": "Destination match criteria set",
16014
+ "description": "Input of the settings for Destination of an Internet Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. application: [], country: [], etc...)",
16015
16015
  "enumValues": null,
16016
16016
  "fields": null,
16017
16017
  "inputFields": {
@@ -17444,7 +17444,7 @@
17444
17444
  "responseStr": "service:$internetFirewallServiceTypeInput ",
17445
17445
  "type": {
17446
17446
  "definition": {
17447
- "description": "Add the Service Type to which this Internet Firewall rule applies",
17447
+ "description": "Input of the Service Type to which this Internet Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
17448
17448
  "enumValues": null,
17449
17449
  "fields": null,
17450
17450
  "inputFields": {
@@ -17752,7 +17752,7 @@
17752
17752
  "responseStr": "source:$internetFirewallSourceInput ",
17753
17753
  "type": {
17754
17754
  "definition": {
17755
- "description": "Input of the settings for Source of an Internet Firewall rule",
17755
+ "description": "Input of the settings for Source of an Internet Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
17756
17756
  "enumValues": null,
17757
17757
  "fields": null,
17758
17758
  "inputFields": {
@@ -19171,7 +19171,7 @@
19171
19171
  "responseStr": "service:$internetFirewallServiceTypeUpdateInput ",
19172
19172
  "type": {
19173
19173
  "definition": {
19174
- "description": "Add the Service Type to which this Internet Firewall rule applies",
19174
+ "description": "Input of the Service Type to which this Internet Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
19175
19175
  "enumValues": null,
19176
19176
  "fields": null,
19177
19177
  "inputFields": {
@@ -19476,7 +19476,7 @@
19476
19476
  "responseStr": "source:$internetFirewallSourceUpdateInput ",
19477
19477
  "type": {
19478
19478
  "definition": {
19479
- "description": "Input of the settings for Source of an Internet Firewall rule",
19479
+ "description": "Input of the settings for Source of an Internet Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
19480
19480
  "enumValues": null,
19481
19481
  "fields": null,
19482
19482
  "inputFields": {
@@ -21439,7 +21439,7 @@
21439
21439
  "responseStr": "country:$countryRef ",
21440
21440
  "type": {
21441
21441
  "definition": {
21442
- "description": null,
21442
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
21443
21443
  "enumValues": null,
21444
21444
  "fields": {
21445
21445
  "id": {
@@ -21538,7 +21538,7 @@
21538
21538
  "responseStr": "destination:$internetFirewallDestination ",
21539
21539
  "type": {
21540
21540
  "definition": {
21541
- "description": "Destination match criteria set",
21541
+ "description": "Returns the settings for Destination of an Internet Firewall rule",
21542
21542
  "enumValues": null,
21543
21543
  "fields": {
21544
21544
  "appCategory": {
@@ -21555,7 +21555,7 @@
21555
21555
  "responseStr": "appCategory:$applicationCategoryRef ",
21556
21556
  "type": {
21557
21557
  "definition": {
21558
- "description": null,
21558
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
21559
21559
  "enumValues": null,
21560
21560
  "fields": {
21561
21561
  "id": {
@@ -21633,7 +21633,7 @@
21633
21633
  "responseStr": "application:$applicationRef ",
21634
21634
  "type": {
21635
21635
  "definition": {
21636
- "description": null,
21636
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
21637
21637
  "enumValues": null,
21638
21638
  "fields": {
21639
21639
  "id": {
@@ -21901,7 +21901,7 @@
21901
21901
  "responseStr": "country:$countryRef ",
21902
21902
  "type": {
21903
21903
  "definition": {
21904
- "description": null,
21904
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
21905
21905
  "enumValues": null,
21906
21906
  "fields": {
21907
21907
  "id": {
@@ -21979,7 +21979,7 @@
21979
21979
  "responseStr": "customApp:$customApplicationRef ",
21980
21980
  "type": {
21981
21981
  "definition": {
21982
- "description": null,
21982
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
21983
21983
  "enumValues": null,
21984
21984
  "fields": {
21985
21985
  "id": {
@@ -22057,7 +22057,7 @@
22057
22057
  "responseStr": "customCategory:$customCategoryRef ",
22058
22058
  "type": {
22059
22059
  "definition": {
22060
- "description": null,
22060
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
22061
22061
  "enumValues": null,
22062
22062
  "fields": {
22063
22063
  "id": {
@@ -22181,7 +22181,7 @@
22181
22181
  "responseStr": "globalIpRange:$globalIpRangeRef ",
22182
22182
  "type": {
22183
22183
  "definition": {
22184
- "description": null,
22184
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
22185
22185
  "enumValues": null,
22186
22186
  "fields": {
22187
22187
  "id": {
@@ -22383,7 +22383,7 @@
22383
22383
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
22384
22384
  "type": {
22385
22385
  "definition": {
22386
- "description": null,
22386
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
22387
22387
  "enumValues": null,
22388
22388
  "fields": {
22389
22389
  "id": {
@@ -22501,7 +22501,7 @@
22501
22501
  "responseStr": "device:$deviceProfileRef ",
22502
22502
  "type": {
22503
22503
  "definition": {
22504
- "description": null,
22504
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
22505
22505
  "enumValues": null,
22506
22506
  "fields": {
22507
22507
  "id": {
@@ -22913,7 +22913,7 @@
22913
22913
  "responseStr": "country:$countryRef ",
22914
22914
  "type": {
22915
22915
  "definition": {
22916
- "description": null,
22916
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
22917
22917
  "enumValues": null,
22918
22918
  "fields": {
22919
22919
  "id": {
@@ -22991,7 +22991,7 @@
22991
22991
  "responseStr": "destination:$internetFirewallDestination ",
22992
22992
  "type": {
22993
22993
  "definition": {
22994
- "description": "Destination match criteria set",
22994
+ "description": "Returns the settings for Destination of an Internet Firewall rule",
22995
22995
  "enumValues": null,
22996
22996
  "fields": {
22997
22997
  "appCategory": {
@@ -23008,7 +23008,7 @@
23008
23008
  "responseStr": "appCategory:$applicationCategoryRef ",
23009
23009
  "type": {
23010
23010
  "definition": {
23011
- "description": null,
23011
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
23012
23012
  "enumValues": null,
23013
23013
  "fields": {
23014
23014
  "id": {
@@ -23086,7 +23086,7 @@
23086
23086
  "responseStr": "application:$applicationRef ",
23087
23087
  "type": {
23088
23088
  "definition": {
23089
- "description": null,
23089
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
23090
23090
  "enumValues": null,
23091
23091
  "fields": {
23092
23092
  "id": {
@@ -23354,7 +23354,7 @@
23354
23354
  "responseStr": "country:$countryRef ",
23355
23355
  "type": {
23356
23356
  "definition": {
23357
- "description": null,
23357
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
23358
23358
  "enumValues": null,
23359
23359
  "fields": {
23360
23360
  "id": {
@@ -23432,7 +23432,7 @@
23432
23432
  "responseStr": "customApp:$customApplicationRef ",
23433
23433
  "type": {
23434
23434
  "definition": {
23435
- "description": null,
23435
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
23436
23436
  "enumValues": null,
23437
23437
  "fields": {
23438
23438
  "id": {
@@ -23510,7 +23510,7 @@
23510
23510
  "responseStr": "customCategory:$customCategoryRef ",
23511
23511
  "type": {
23512
23512
  "definition": {
23513
- "description": null,
23513
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
23514
23514
  "enumValues": null,
23515
23515
  "fields": {
23516
23516
  "id": {
@@ -23634,7 +23634,7 @@
23634
23634
  "responseStr": "globalIpRange:$globalIpRangeRef ",
23635
23635
  "type": {
23636
23636
  "definition": {
23637
- "description": null,
23637
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
23638
23638
  "enumValues": null,
23639
23639
  "fields": {
23640
23640
  "id": {
@@ -23836,7 +23836,7 @@
23836
23836
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
23837
23837
  "type": {
23838
23838
  "definition": {
23839
- "description": null,
23839
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
23840
23840
  "enumValues": null,
23841
23841
  "fields": {
23842
23842
  "id": {
@@ -23954,7 +23954,7 @@
23954
23954
  "responseStr": "device:$deviceProfileRef ",
23955
23955
  "type": {
23956
23956
  "definition": {
23957
- "description": null,
23957
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
23958
23958
  "enumValues": null,
23959
23959
  "fields": {
23960
23960
  "id": {
@@ -24297,7 +24297,7 @@
24297
24297
  "responseStr": "service:$internetFirewallServiceType ",
24298
24298
  "type": {
24299
24299
  "definition": {
24300
- "description": "Add the Service Type to which this Internet Firewall rule applies",
24300
+ "description": "Returns the Service Type to which this Internet Firewall rule applies",
24301
24301
  "enumValues": null,
24302
24302
  "fields": {
24303
24303
  "custom": {
@@ -24511,7 +24511,7 @@
24511
24511
  "responseStr": "standard:$serviceRef ",
24512
24512
  "type": {
24513
24513
  "definition": {
24514
- "description": null,
24514
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
24515
24515
  "enumValues": null,
24516
24516
  "fields": {
24517
24517
  "id": {
@@ -24701,7 +24701,7 @@
24701
24701
  "responseStr": "globalIpRange:$globalIpRangeRef ",
24702
24702
  "type": {
24703
24703
  "definition": {
24704
- "description": null,
24704
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
24705
24705
  "enumValues": null,
24706
24706
  "fields": {
24707
24707
  "id": {
@@ -24779,7 +24779,7 @@
24779
24779
  "responseStr": "group:$groupRef ",
24780
24780
  "type": {
24781
24781
  "definition": {
24782
- "description": null,
24782
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
24783
24783
  "enumValues": null,
24784
24784
  "fields": {
24785
24785
  "id": {
@@ -24857,7 +24857,7 @@
24857
24857
  "responseStr": "host:$hostRef ",
24858
24858
  "type": {
24859
24859
  "definition": {
24860
- "description": null,
24860
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
24861
24861
  "enumValues": null,
24862
24862
  "fields": {
24863
24863
  "id": {
@@ -25036,7 +25036,7 @@
25036
25036
  "responseStr": "networkInterface:$networkInterfaceRef ",
25037
25037
  "type": {
25038
25038
  "definition": {
25039
- "description": null,
25039
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
25040
25040
  "enumValues": null,
25041
25041
  "fields": {
25042
25042
  "id": {
@@ -25114,7 +25114,7 @@
25114
25114
  "responseStr": "site:$siteRef ",
25115
25115
  "type": {
25116
25116
  "definition": {
25117
- "description": null,
25117
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
25118
25118
  "enumValues": null,
25119
25119
  "fields": {
25120
25120
  "id": {
@@ -25192,7 +25192,7 @@
25192
25192
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
25193
25193
  "type": {
25194
25194
  "definition": {
25195
- "description": null,
25195
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
25196
25196
  "enumValues": null,
25197
25197
  "fields": {
25198
25198
  "id": {
@@ -25293,7 +25293,7 @@
25293
25293
  "responseStr": "systemGroup:$systemGroupRef ",
25294
25294
  "type": {
25295
25295
  "definition": {
25296
- "description": null,
25296
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
25297
25297
  "enumValues": null,
25298
25298
  "fields": {
25299
25299
  "id": {
@@ -25371,7 +25371,7 @@
25371
25371
  "responseStr": "user:$userRef ",
25372
25372
  "type": {
25373
25373
  "definition": {
25374
- "description": null,
25374
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
25375
25375
  "enumValues": null,
25376
25376
  "fields": {
25377
25377
  "id": {
@@ -25449,7 +25449,7 @@
25449
25449
  "responseStr": "usersGroup:$usersGroupRef ",
25450
25450
  "type": {
25451
25451
  "definition": {
25452
- "description": null,
25452
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
25453
25453
  "enumValues": null,
25454
25454
  "fields": {
25455
25455
  "id": {
@@ -26021,7 +26021,7 @@
26021
26021
  "responseStr": "service:$internetFirewallServiceType ",
26022
26022
  "type": {
26023
26023
  "definition": {
26024
- "description": "Add the Service Type to which this Internet Firewall rule applies",
26024
+ "description": "Returns the Service Type to which this Internet Firewall rule applies",
26025
26025
  "enumValues": null,
26026
26026
  "fields": {
26027
26027
  "custom": {
@@ -26235,7 +26235,7 @@
26235
26235
  "responseStr": "standard:$serviceRef ",
26236
26236
  "type": {
26237
26237
  "definition": {
26238
- "description": null,
26238
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
26239
26239
  "enumValues": null,
26240
26240
  "fields": {
26241
26241
  "id": {
@@ -26425,7 +26425,7 @@
26425
26425
  "responseStr": "globalIpRange:$globalIpRangeRef ",
26426
26426
  "type": {
26427
26427
  "definition": {
26428
- "description": null,
26428
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
26429
26429
  "enumValues": null,
26430
26430
  "fields": {
26431
26431
  "id": {
@@ -26503,7 +26503,7 @@
26503
26503
  "responseStr": "group:$groupRef ",
26504
26504
  "type": {
26505
26505
  "definition": {
26506
- "description": null,
26506
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
26507
26507
  "enumValues": null,
26508
26508
  "fields": {
26509
26509
  "id": {
@@ -26581,7 +26581,7 @@
26581
26581
  "responseStr": "host:$hostRef ",
26582
26582
  "type": {
26583
26583
  "definition": {
26584
- "description": null,
26584
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
26585
26585
  "enumValues": null,
26586
26586
  "fields": {
26587
26587
  "id": {
@@ -26760,7 +26760,7 @@
26760
26760
  "responseStr": "networkInterface:$networkInterfaceRef ",
26761
26761
  "type": {
26762
26762
  "definition": {
26763
- "description": null,
26763
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
26764
26764
  "enumValues": null,
26765
26765
  "fields": {
26766
26766
  "id": {
@@ -26838,7 +26838,7 @@
26838
26838
  "responseStr": "site:$siteRef ",
26839
26839
  "type": {
26840
26840
  "definition": {
26841
- "description": null,
26841
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
26842
26842
  "enumValues": null,
26843
26843
  "fields": {
26844
26844
  "id": {
@@ -26916,7 +26916,7 @@
26916
26916
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
26917
26917
  "type": {
26918
26918
  "definition": {
26919
- "description": null,
26919
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
26920
26920
  "enumValues": null,
26921
26921
  "fields": {
26922
26922
  "id": {
@@ -27017,7 +27017,7 @@
27017
27017
  "responseStr": "systemGroup:$systemGroupRef ",
27018
27018
  "type": {
27019
27019
  "definition": {
27020
- "description": null,
27020
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
27021
27021
  "enumValues": null,
27022
27022
  "fields": {
27023
27023
  "id": {
@@ -27095,7 +27095,7 @@
27095
27095
  "responseStr": "user:$userRef ",
27096
27096
  "type": {
27097
27097
  "definition": {
27098
- "description": null,
27098
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
27099
27099
  "enumValues": null,
27100
27100
  "fields": {
27101
27101
  "id": {
@@ -27173,7 +27173,7 @@
27173
27173
  "responseStr": "usersGroup:$usersGroupRef ",
27174
27174
  "type": {
27175
27175
  "definition": {
27176
- "description": null,
27176
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
27177
27177
  "enumValues": null,
27178
27178
  "fields": {
27179
27179
  "id": {
@@ -27381,7 +27381,7 @@
27381
27381
  "responseStr": "mailingList:$subscriptionMailingListRef ",
27382
27382
  "type": {
27383
27383
  "definition": {
27384
- "description": null,
27384
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
27385
27385
  "enumValues": null,
27386
27386
  "fields": {
27387
27387
  "id": {
@@ -27459,7 +27459,7 @@
27459
27459
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
27460
27460
  "type": {
27461
27461
  "definition": {
27462
- "description": null,
27462
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
27463
27463
  "enumValues": null,
27464
27464
  "fields": {
27465
27465
  "id": {
@@ -27537,7 +27537,7 @@
27537
27537
  "responseStr": "webhook:$subscriptionWebhookRef ",
27538
27538
  "type": {
27539
27539
  "definition": {
27540
- "description": null,
27540
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
27541
27541
  "enumValues": null,
27542
27542
  "fields": {
27543
27543
  "id": {