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
@@ -1287,7 +1287,7 @@
1287
1287
  "responseStr": "country:$countryRef ",
1288
1288
  "type": {
1289
1289
  "definition": {
1290
- "description": null,
1290
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
1291
1291
  "enumValues": null,
1292
1292
  "fields": {
1293
1293
  "id": {
@@ -1386,7 +1386,7 @@
1386
1386
  "responseStr": "destination:$internetFirewallDestination ",
1387
1387
  "type": {
1388
1388
  "definition": {
1389
- "description": "Destination match criteria set",
1389
+ "description": "Returns the settings for Destination of an Internet Firewall rule",
1390
1390
  "enumValues": null,
1391
1391
  "fields": {
1392
1392
  "appCategory": {
@@ -1403,7 +1403,7 @@
1403
1403
  "responseStr": "appCategory:$applicationCategoryRef ",
1404
1404
  "type": {
1405
1405
  "definition": {
1406
- "description": null,
1406
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
1407
1407
  "enumValues": null,
1408
1408
  "fields": {
1409
1409
  "id": {
@@ -1481,7 +1481,7 @@
1481
1481
  "responseStr": "application:$applicationRef ",
1482
1482
  "type": {
1483
1483
  "definition": {
1484
- "description": null,
1484
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
1485
1485
  "enumValues": null,
1486
1486
  "fields": {
1487
1487
  "id": {
@@ -1749,7 +1749,7 @@
1749
1749
  "responseStr": "country:$countryRef ",
1750
1750
  "type": {
1751
1751
  "definition": {
1752
- "description": null,
1752
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
1753
1753
  "enumValues": null,
1754
1754
  "fields": {
1755
1755
  "id": {
@@ -1827,7 +1827,7 @@
1827
1827
  "responseStr": "customApp:$customApplicationRef ",
1828
1828
  "type": {
1829
1829
  "definition": {
1830
- "description": null,
1830
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
1831
1831
  "enumValues": null,
1832
1832
  "fields": {
1833
1833
  "id": {
@@ -1905,7 +1905,7 @@
1905
1905
  "responseStr": "customCategory:$customCategoryRef ",
1906
1906
  "type": {
1907
1907
  "definition": {
1908
- "description": null,
1908
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
1909
1909
  "enumValues": null,
1910
1910
  "fields": {
1911
1911
  "id": {
@@ -2029,7 +2029,7 @@
2029
2029
  "responseStr": "globalIpRange:$globalIpRangeRef ",
2030
2030
  "type": {
2031
2031
  "definition": {
2032
- "description": null,
2032
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
2033
2033
  "enumValues": null,
2034
2034
  "fields": {
2035
2035
  "id": {
@@ -2231,7 +2231,7 @@
2231
2231
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
2232
2232
  "type": {
2233
2233
  "definition": {
2234
- "description": null,
2234
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
2235
2235
  "enumValues": null,
2236
2236
  "fields": {
2237
2237
  "id": {
@@ -2349,7 +2349,7 @@
2349
2349
  "responseStr": "device:$deviceProfileRef ",
2350
2350
  "type": {
2351
2351
  "definition": {
2352
- "description": null,
2352
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
2353
2353
  "enumValues": null,
2354
2354
  "fields": {
2355
2355
  "id": {
@@ -2761,7 +2761,7 @@
2761
2761
  "responseStr": "country:$countryRef ",
2762
2762
  "type": {
2763
2763
  "definition": {
2764
- "description": null,
2764
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
2765
2765
  "enumValues": null,
2766
2766
  "fields": {
2767
2767
  "id": {
@@ -2839,7 +2839,7 @@
2839
2839
  "responseStr": "destination:$internetFirewallDestination ",
2840
2840
  "type": {
2841
2841
  "definition": {
2842
- "description": "Destination match criteria set",
2842
+ "description": "Returns the settings for Destination of an Internet Firewall rule",
2843
2843
  "enumValues": null,
2844
2844
  "fields": {
2845
2845
  "appCategory": {
@@ -2856,7 +2856,7 @@
2856
2856
  "responseStr": "appCategory:$applicationCategoryRef ",
2857
2857
  "type": {
2858
2858
  "definition": {
2859
- "description": null,
2859
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
2860
2860
  "enumValues": null,
2861
2861
  "fields": {
2862
2862
  "id": {
@@ -2934,7 +2934,7 @@
2934
2934
  "responseStr": "application:$applicationRef ",
2935
2935
  "type": {
2936
2936
  "definition": {
2937
- "description": null,
2937
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
2938
2938
  "enumValues": null,
2939
2939
  "fields": {
2940
2940
  "id": {
@@ -3202,7 +3202,7 @@
3202
3202
  "responseStr": "country:$countryRef ",
3203
3203
  "type": {
3204
3204
  "definition": {
3205
- "description": null,
3205
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
3206
3206
  "enumValues": null,
3207
3207
  "fields": {
3208
3208
  "id": {
@@ -3280,7 +3280,7 @@
3280
3280
  "responseStr": "customApp:$customApplicationRef ",
3281
3281
  "type": {
3282
3282
  "definition": {
3283
- "description": null,
3283
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
3284
3284
  "enumValues": null,
3285
3285
  "fields": {
3286
3286
  "id": {
@@ -3358,7 +3358,7 @@
3358
3358
  "responseStr": "customCategory:$customCategoryRef ",
3359
3359
  "type": {
3360
3360
  "definition": {
3361
- "description": null,
3361
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
3362
3362
  "enumValues": null,
3363
3363
  "fields": {
3364
3364
  "id": {
@@ -3482,7 +3482,7 @@
3482
3482
  "responseStr": "globalIpRange:$globalIpRangeRef ",
3483
3483
  "type": {
3484
3484
  "definition": {
3485
- "description": null,
3485
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
3486
3486
  "enumValues": null,
3487
3487
  "fields": {
3488
3488
  "id": {
@@ -3684,7 +3684,7 @@
3684
3684
  "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
3685
3685
  "type": {
3686
3686
  "definition": {
3687
- "description": null,
3687
+ "description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
3688
3688
  "enumValues": null,
3689
3689
  "fields": {
3690
3690
  "id": {
@@ -3802,7 +3802,7 @@
3802
3802
  "responseStr": "device:$deviceProfileRef ",
3803
3803
  "type": {
3804
3804
  "definition": {
3805
- "description": null,
3805
+ "description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
3806
3806
  "enumValues": null,
3807
3807
  "fields": {
3808
3808
  "id": {
@@ -4145,7 +4145,7 @@
4145
4145
  "responseStr": "service:$internetFirewallServiceType ",
4146
4146
  "type": {
4147
4147
  "definition": {
4148
- "description": "Add the Service Type to which this Internet Firewall rule applies",
4148
+ "description": "Returns the Service Type to which this Internet Firewall rule applies",
4149
4149
  "enumValues": null,
4150
4150
  "fields": {
4151
4151
  "custom": {
@@ -4359,7 +4359,7 @@
4359
4359
  "responseStr": "standard:$serviceRef ",
4360
4360
  "type": {
4361
4361
  "definition": {
4362
- "description": null,
4362
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
4363
4363
  "enumValues": null,
4364
4364
  "fields": {
4365
4365
  "id": {
@@ -4549,7 +4549,7 @@
4549
4549
  "responseStr": "globalIpRange:$globalIpRangeRef ",
4550
4550
  "type": {
4551
4551
  "definition": {
4552
- "description": null,
4552
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4553
4553
  "enumValues": null,
4554
4554
  "fields": {
4555
4555
  "id": {
@@ -4627,7 +4627,7 @@
4627
4627
  "responseStr": "group:$groupRef ",
4628
4628
  "type": {
4629
4629
  "definition": {
4630
- "description": null,
4630
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
4631
4631
  "enumValues": null,
4632
4632
  "fields": {
4633
4633
  "id": {
@@ -4705,7 +4705,7 @@
4705
4705
  "responseStr": "host:$hostRef ",
4706
4706
  "type": {
4707
4707
  "definition": {
4708
- "description": null,
4708
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
4709
4709
  "enumValues": null,
4710
4710
  "fields": {
4711
4711
  "id": {
@@ -4884,7 +4884,7 @@
4884
4884
  "responseStr": "networkInterface:$networkInterfaceRef ",
4885
4885
  "type": {
4886
4886
  "definition": {
4887
- "description": null,
4887
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
4888
4888
  "enumValues": null,
4889
4889
  "fields": {
4890
4890
  "id": {
@@ -4962,7 +4962,7 @@
4962
4962
  "responseStr": "site:$siteRef ",
4963
4963
  "type": {
4964
4964
  "definition": {
4965
- "description": null,
4965
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
4966
4966
  "enumValues": null,
4967
4967
  "fields": {
4968
4968
  "id": {
@@ -5040,7 +5040,7 @@
5040
5040
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
5041
5041
  "type": {
5042
5042
  "definition": {
5043
- "description": null,
5043
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
5044
5044
  "enumValues": null,
5045
5045
  "fields": {
5046
5046
  "id": {
@@ -5141,7 +5141,7 @@
5141
5141
  "responseStr": "systemGroup:$systemGroupRef ",
5142
5142
  "type": {
5143
5143
  "definition": {
5144
- "description": null,
5144
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
5145
5145
  "enumValues": null,
5146
5146
  "fields": {
5147
5147
  "id": {
@@ -5219,7 +5219,7 @@
5219
5219
  "responseStr": "user:$userRef ",
5220
5220
  "type": {
5221
5221
  "definition": {
5222
- "description": null,
5222
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
5223
5223
  "enumValues": null,
5224
5224
  "fields": {
5225
5225
  "id": {
@@ -5297,7 +5297,7 @@
5297
5297
  "responseStr": "usersGroup:$usersGroupRef ",
5298
5298
  "type": {
5299
5299
  "definition": {
5300
- "description": null,
5300
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
5301
5301
  "enumValues": null,
5302
5302
  "fields": {
5303
5303
  "id": {
@@ -5869,7 +5869,7 @@
5869
5869
  "responseStr": "service:$internetFirewallServiceType ",
5870
5870
  "type": {
5871
5871
  "definition": {
5872
- "description": "Add the Service Type to which this Internet Firewall rule applies",
5872
+ "description": "Returns the Service Type to which this Internet Firewall rule applies",
5873
5873
  "enumValues": null,
5874
5874
  "fields": {
5875
5875
  "custom": {
@@ -6083,7 +6083,7 @@
6083
6083
  "responseStr": "standard:$serviceRef ",
6084
6084
  "type": {
6085
6085
  "definition": {
6086
- "description": null,
6086
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
6087
6087
  "enumValues": null,
6088
6088
  "fields": {
6089
6089
  "id": {
@@ -6273,7 +6273,7 @@
6273
6273
  "responseStr": "globalIpRange:$globalIpRangeRef ",
6274
6274
  "type": {
6275
6275
  "definition": {
6276
- "description": null,
6276
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
6277
6277
  "enumValues": null,
6278
6278
  "fields": {
6279
6279
  "id": {
@@ -6351,7 +6351,7 @@
6351
6351
  "responseStr": "group:$groupRef ",
6352
6352
  "type": {
6353
6353
  "definition": {
6354
- "description": null,
6354
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
6355
6355
  "enumValues": null,
6356
6356
  "fields": {
6357
6357
  "id": {
@@ -6429,7 +6429,7 @@
6429
6429
  "responseStr": "host:$hostRef ",
6430
6430
  "type": {
6431
6431
  "definition": {
6432
- "description": null,
6432
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
6433
6433
  "enumValues": null,
6434
6434
  "fields": {
6435
6435
  "id": {
@@ -6608,7 +6608,7 @@
6608
6608
  "responseStr": "networkInterface:$networkInterfaceRef ",
6609
6609
  "type": {
6610
6610
  "definition": {
6611
- "description": null,
6611
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
6612
6612
  "enumValues": null,
6613
6613
  "fields": {
6614
6614
  "id": {
@@ -6686,7 +6686,7 @@
6686
6686
  "responseStr": "site:$siteRef ",
6687
6687
  "type": {
6688
6688
  "definition": {
6689
- "description": null,
6689
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
6690
6690
  "enumValues": null,
6691
6691
  "fields": {
6692
6692
  "id": {
@@ -6764,7 +6764,7 @@
6764
6764
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6765
6765
  "type": {
6766
6766
  "definition": {
6767
- "description": null,
6767
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
6768
6768
  "enumValues": null,
6769
6769
  "fields": {
6770
6770
  "id": {
@@ -6865,7 +6865,7 @@
6865
6865
  "responseStr": "systemGroup:$systemGroupRef ",
6866
6866
  "type": {
6867
6867
  "definition": {
6868
- "description": null,
6868
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
6869
6869
  "enumValues": null,
6870
6870
  "fields": {
6871
6871
  "id": {
@@ -6943,7 +6943,7 @@
6943
6943
  "responseStr": "user:$userRef ",
6944
6944
  "type": {
6945
6945
  "definition": {
6946
- "description": null,
6946
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
6947
6947
  "enumValues": null,
6948
6948
  "fields": {
6949
6949
  "id": {
@@ -7021,7 +7021,7 @@
7021
7021
  "responseStr": "usersGroup:$usersGroupRef ",
7022
7022
  "type": {
7023
7023
  "definition": {
7024
- "description": null,
7024
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
7025
7025
  "enumValues": null,
7026
7026
  "fields": {
7027
7027
  "id": {
@@ -7229,7 +7229,7 @@
7229
7229
  "responseStr": "mailingList:$subscriptionMailingListRef ",
7230
7230
  "type": {
7231
7231
  "definition": {
7232
- "description": null,
7232
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
7233
7233
  "enumValues": null,
7234
7234
  "fields": {
7235
7235
  "id": {
@@ -7307,7 +7307,7 @@
7307
7307
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
7308
7308
  "type": {
7309
7309
  "definition": {
7310
- "description": null,
7310
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
7311
7311
  "enumValues": null,
7312
7312
  "fields": {
7313
7313
  "id": {
@@ -7385,7 +7385,7 @@
7385
7385
  "responseStr": "webhook:$subscriptionWebhookRef ",
7386
7386
  "type": {
7387
7387
  "definition": {
7388
- "description": null,
7388
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
7389
7389
  "enumValues": null,
7390
7390
  "fields": {
7391
7391
  "id": {