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
@@ -1276,7 +1276,7 @@
1276
1276
  "responseStr": "country:$countryRef ",
1277
1277
  "type": {
1278
1278
  "definition": {
1279
- "description": null,
1279
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
1280
1280
  "enumValues": null,
1281
1281
  "fields": {
1282
1282
  "id": {
@@ -1375,7 +1375,7 @@
1375
1375
  "responseStr": "destination:$internetFirewallDestination ",
1376
1376
  "type": {
1377
1377
  "definition": {
1378
- "description": "Destination match criteria set",
1378
+ "description": "Returns the settings for Destination of an Internet Firewall rule",
1379
1379
  "enumValues": null,
1380
1380
  "fields": {
1381
1381
  "appCategory": {
@@ -1392,7 +1392,7 @@
1392
1392
  "responseStr": "appCategory:$applicationCategoryRef ",
1393
1393
  "type": {
1394
1394
  "definition": {
1395
- "description": null,
1395
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
1396
1396
  "enumValues": null,
1397
1397
  "fields": {
1398
1398
  "id": {
@@ -1470,7 +1470,7 @@
1470
1470
  "responseStr": "application:$applicationRef ",
1471
1471
  "type": {
1472
1472
  "definition": {
1473
- "description": null,
1473
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
1474
1474
  "enumValues": null,
1475
1475
  "fields": {
1476
1476
  "id": {
@@ -1738,7 +1738,7 @@
1738
1738
  "responseStr": "country:$countryRef ",
1739
1739
  "type": {
1740
1740
  "definition": {
1741
- "description": null,
1741
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
1742
1742
  "enumValues": null,
1743
1743
  "fields": {
1744
1744
  "id": {
@@ -1816,7 +1816,7 @@
1816
1816
  "responseStr": "customApp:$customApplicationRef ",
1817
1817
  "type": {
1818
1818
  "definition": {
1819
- "description": null,
1819
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
1820
1820
  "enumValues": null,
1821
1821
  "fields": {
1822
1822
  "id": {
@@ -1894,7 +1894,7 @@
1894
1894
  "responseStr": "customCategory:$customCategoryRef ",
1895
1895
  "type": {
1896
1896
  "definition": {
1897
- "description": null,
1897
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
1898
1898
  "enumValues": null,
1899
1899
  "fields": {
1900
1900
  "id": {
@@ -2018,7 +2018,7 @@
2018
2018
  "responseStr": "globalIpRange:$globalIpRangeRef ",
2019
2019
  "type": {
2020
2020
  "definition": {
2021
- "description": null,
2021
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
2022
2022
  "enumValues": null,
2023
2023
  "fields": {
2024
2024
  "id": {
@@ -2220,7 +2220,7 @@
2220
2220
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
2221
2221
  "type": {
2222
2222
  "definition": {
2223
- "description": null,
2223
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
2224
2224
  "enumValues": null,
2225
2225
  "fields": {
2226
2226
  "id": {
@@ -2338,7 +2338,7 @@
2338
2338
  "responseStr": "device:$deviceProfileRef ",
2339
2339
  "type": {
2340
2340
  "definition": {
2341
- "description": null,
2341
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
2342
2342
  "enumValues": null,
2343
2343
  "fields": {
2344
2344
  "id": {
@@ -2750,7 +2750,7 @@
2750
2750
  "responseStr": "country:$countryRef ",
2751
2751
  "type": {
2752
2752
  "definition": {
2753
- "description": null,
2753
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
2754
2754
  "enumValues": null,
2755
2755
  "fields": {
2756
2756
  "id": {
@@ -2828,7 +2828,7 @@
2828
2828
  "responseStr": "destination:$internetFirewallDestination ",
2829
2829
  "type": {
2830
2830
  "definition": {
2831
- "description": "Destination match criteria set",
2831
+ "description": "Returns the settings for Destination of an Internet Firewall rule",
2832
2832
  "enumValues": null,
2833
2833
  "fields": {
2834
2834
  "appCategory": {
@@ -2845,7 +2845,7 @@
2845
2845
  "responseStr": "appCategory:$applicationCategoryRef ",
2846
2846
  "type": {
2847
2847
  "definition": {
2848
- "description": null,
2848
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
2849
2849
  "enumValues": null,
2850
2850
  "fields": {
2851
2851
  "id": {
@@ -2923,7 +2923,7 @@
2923
2923
  "responseStr": "application:$applicationRef ",
2924
2924
  "type": {
2925
2925
  "definition": {
2926
- "description": null,
2926
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
2927
2927
  "enumValues": null,
2928
2928
  "fields": {
2929
2929
  "id": {
@@ -3191,7 +3191,7 @@
3191
3191
  "responseStr": "country:$countryRef ",
3192
3192
  "type": {
3193
3193
  "definition": {
3194
- "description": null,
3194
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
3195
3195
  "enumValues": null,
3196
3196
  "fields": {
3197
3197
  "id": {
@@ -3269,7 +3269,7 @@
3269
3269
  "responseStr": "customApp:$customApplicationRef ",
3270
3270
  "type": {
3271
3271
  "definition": {
3272
- "description": null,
3272
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
3273
3273
  "enumValues": null,
3274
3274
  "fields": {
3275
3275
  "id": {
@@ -3347,7 +3347,7 @@
3347
3347
  "responseStr": "customCategory:$customCategoryRef ",
3348
3348
  "type": {
3349
3349
  "definition": {
3350
- "description": null,
3350
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
3351
3351
  "enumValues": null,
3352
3352
  "fields": {
3353
3353
  "id": {
@@ -3471,7 +3471,7 @@
3471
3471
  "responseStr": "globalIpRange:$globalIpRangeRef ",
3472
3472
  "type": {
3473
3473
  "definition": {
3474
- "description": null,
3474
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
3475
3475
  "enumValues": null,
3476
3476
  "fields": {
3477
3477
  "id": {
@@ -3673,7 +3673,7 @@
3673
3673
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
3674
3674
  "type": {
3675
3675
  "definition": {
3676
- "description": null,
3676
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
3677
3677
  "enumValues": null,
3678
3678
  "fields": {
3679
3679
  "id": {
@@ -3791,7 +3791,7 @@
3791
3791
  "responseStr": "device:$deviceProfileRef ",
3792
3792
  "type": {
3793
3793
  "definition": {
3794
- "description": null,
3794
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
3795
3795
  "enumValues": null,
3796
3796
  "fields": {
3797
3797
  "id": {
@@ -4134,7 +4134,7 @@
4134
4134
  "responseStr": "service:$internetFirewallServiceType ",
4135
4135
  "type": {
4136
4136
  "definition": {
4137
- "description": "Add the Service Type to which this Internet Firewall rule applies",
4137
+ "description": "Returns the Service Type to which this Internet Firewall rule applies",
4138
4138
  "enumValues": null,
4139
4139
  "fields": {
4140
4140
  "custom": {
@@ -4348,7 +4348,7 @@
4348
4348
  "responseStr": "standard:$serviceRef ",
4349
4349
  "type": {
4350
4350
  "definition": {
4351
- "description": null,
4351
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
4352
4352
  "enumValues": null,
4353
4353
  "fields": {
4354
4354
  "id": {
@@ -4538,7 +4538,7 @@
4538
4538
  "responseStr": "globalIpRange:$globalIpRangeRef ",
4539
4539
  "type": {
4540
4540
  "definition": {
4541
- "description": null,
4541
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4542
4542
  "enumValues": null,
4543
4543
  "fields": {
4544
4544
  "id": {
@@ -4616,7 +4616,7 @@
4616
4616
  "responseStr": "group:$groupRef ",
4617
4617
  "type": {
4618
4618
  "definition": {
4619
- "description": null,
4619
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
4620
4620
  "enumValues": null,
4621
4621
  "fields": {
4622
4622
  "id": {
@@ -4694,7 +4694,7 @@
4694
4694
  "responseStr": "host:$hostRef ",
4695
4695
  "type": {
4696
4696
  "definition": {
4697
- "description": null,
4697
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
4698
4698
  "enumValues": null,
4699
4699
  "fields": {
4700
4700
  "id": {
@@ -4873,7 +4873,7 @@
4873
4873
  "responseStr": "networkInterface:$networkInterfaceRef ",
4874
4874
  "type": {
4875
4875
  "definition": {
4876
- "description": null,
4876
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
4877
4877
  "enumValues": null,
4878
4878
  "fields": {
4879
4879
  "id": {
@@ -4951,7 +4951,7 @@
4951
4951
  "responseStr": "site:$siteRef ",
4952
4952
  "type": {
4953
4953
  "definition": {
4954
- "description": null,
4954
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
4955
4955
  "enumValues": null,
4956
4956
  "fields": {
4957
4957
  "id": {
@@ -5029,7 +5029,7 @@
5029
5029
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
5030
5030
  "type": {
5031
5031
  "definition": {
5032
- "description": null,
5032
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
5033
5033
  "enumValues": null,
5034
5034
  "fields": {
5035
5035
  "id": {
@@ -5130,7 +5130,7 @@
5130
5130
  "responseStr": "systemGroup:$systemGroupRef ",
5131
5131
  "type": {
5132
5132
  "definition": {
5133
- "description": null,
5133
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
5134
5134
  "enumValues": null,
5135
5135
  "fields": {
5136
5136
  "id": {
@@ -5208,7 +5208,7 @@
5208
5208
  "responseStr": "user:$userRef ",
5209
5209
  "type": {
5210
5210
  "definition": {
5211
- "description": null,
5211
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
5212
5212
  "enumValues": null,
5213
5213
  "fields": {
5214
5214
  "id": {
@@ -5286,7 +5286,7 @@
5286
5286
  "responseStr": "usersGroup:$usersGroupRef ",
5287
5287
  "type": {
5288
5288
  "definition": {
5289
- "description": null,
5289
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
5290
5290
  "enumValues": null,
5291
5291
  "fields": {
5292
5292
  "id": {
@@ -5858,7 +5858,7 @@
5858
5858
  "responseStr": "service:$internetFirewallServiceType ",
5859
5859
  "type": {
5860
5860
  "definition": {
5861
- "description": "Add the Service Type to which this Internet Firewall rule applies",
5861
+ "description": "Returns the Service Type to which this Internet Firewall rule applies",
5862
5862
  "enumValues": null,
5863
5863
  "fields": {
5864
5864
  "custom": {
@@ -6072,7 +6072,7 @@
6072
6072
  "responseStr": "standard:$serviceRef ",
6073
6073
  "type": {
6074
6074
  "definition": {
6075
- "description": null,
6075
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
6076
6076
  "enumValues": null,
6077
6077
  "fields": {
6078
6078
  "id": {
@@ -6262,7 +6262,7 @@
6262
6262
  "responseStr": "globalIpRange:$globalIpRangeRef ",
6263
6263
  "type": {
6264
6264
  "definition": {
6265
- "description": null,
6265
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
6266
6266
  "enumValues": null,
6267
6267
  "fields": {
6268
6268
  "id": {
@@ -6340,7 +6340,7 @@
6340
6340
  "responseStr": "group:$groupRef ",
6341
6341
  "type": {
6342
6342
  "definition": {
6343
- "description": null,
6343
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
6344
6344
  "enumValues": null,
6345
6345
  "fields": {
6346
6346
  "id": {
@@ -6418,7 +6418,7 @@
6418
6418
  "responseStr": "host:$hostRef ",
6419
6419
  "type": {
6420
6420
  "definition": {
6421
- "description": null,
6421
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
6422
6422
  "enumValues": null,
6423
6423
  "fields": {
6424
6424
  "id": {
@@ -6597,7 +6597,7 @@
6597
6597
  "responseStr": "networkInterface:$networkInterfaceRef ",
6598
6598
  "type": {
6599
6599
  "definition": {
6600
- "description": null,
6600
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
6601
6601
  "enumValues": null,
6602
6602
  "fields": {
6603
6603
  "id": {
@@ -6675,7 +6675,7 @@
6675
6675
  "responseStr": "site:$siteRef ",
6676
6676
  "type": {
6677
6677
  "definition": {
6678
- "description": null,
6678
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
6679
6679
  "enumValues": null,
6680
6680
  "fields": {
6681
6681
  "id": {
@@ -6753,7 +6753,7 @@
6753
6753
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6754
6754
  "type": {
6755
6755
  "definition": {
6756
- "description": null,
6756
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
6757
6757
  "enumValues": null,
6758
6758
  "fields": {
6759
6759
  "id": {
@@ -6854,7 +6854,7 @@
6854
6854
  "responseStr": "systemGroup:$systemGroupRef ",
6855
6855
  "type": {
6856
6856
  "definition": {
6857
- "description": null,
6857
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
6858
6858
  "enumValues": null,
6859
6859
  "fields": {
6860
6860
  "id": {
@@ -6932,7 +6932,7 @@
6932
6932
  "responseStr": "user:$userRef ",
6933
6933
  "type": {
6934
6934
  "definition": {
6935
- "description": null,
6935
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
6936
6936
  "enumValues": null,
6937
6937
  "fields": {
6938
6938
  "id": {
@@ -7010,7 +7010,7 @@
7010
7010
  "responseStr": "usersGroup:$usersGroupRef ",
7011
7011
  "type": {
7012
7012
  "definition": {
7013
- "description": null,
7013
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
7014
7014
  "enumValues": null,
7015
7015
  "fields": {
7016
7016
  "id": {
@@ -7218,7 +7218,7 @@
7218
7218
  "responseStr": "mailingList:$subscriptionMailingListRef ",
7219
7219
  "type": {
7220
7220
  "definition": {
7221
- "description": null,
7221
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
7222
7222
  "enumValues": null,
7223
7223
  "fields": {
7224
7224
  "id": {
@@ -7296,7 +7296,7 @@
7296
7296
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
7297
7297
  "type": {
7298
7298
  "definition": {
7299
- "description": null,
7299
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
7300
7300
  "enumValues": null,
7301
7301
  "fields": {
7302
7302
  "id": {
@@ -7374,7 +7374,7 @@
7374
7374
  "responseStr": "webhook:$subscriptionWebhookRef ",
7375
7375
  "type": {
7376
7376
  "definition": {
7377
- "description": null,
7377
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
7378
7378
  "enumValues": null,
7379
7379
  "fields": {
7380
7380
  "id": {