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
@@ -4226,7 +4226,7 @@
4226
4226
  "responseStr": "externalIp:$allocatedIpRef ",
4227
4227
  "type": {
4228
4228
  "definition": {
4229
- "description": null,
4229
+ "description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
4230
4230
  "enumValues": null,
4231
4231
  "fields": {
4232
4232
  "id": {
@@ -4576,7 +4576,7 @@
4576
4576
  "responseStr": "globalIpRange:$globalIpRangeRef ",
4577
4577
  "type": {
4578
4578
  "definition": {
4579
- "description": null,
4579
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4580
4580
  "enumValues": null,
4581
4581
  "fields": {
4582
4582
  "id": {
@@ -5013,7 +5013,7 @@
5013
5013
  "responseStr": "mailingList:$subscriptionMailingListRef ",
5014
5014
  "type": {
5015
5015
  "definition": {
5016
- "description": null,
5016
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
5017
5017
  "enumValues": null,
5018
5018
  "fields": {
5019
5019
  "id": {
@@ -5091,7 +5091,7 @@
5091
5091
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
5092
5092
  "type": {
5093
5093
  "definition": {
5094
- "description": null,
5094
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
5095
5095
  "enumValues": null,
5096
5096
  "fields": {
5097
5097
  "id": {
@@ -5169,7 +5169,7 @@
5169
5169
  "responseStr": "webhook:$subscriptionWebhookRef ",
5170
5170
  "type": {
5171
5171
  "definition": {
5172
- "description": null,
5172
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
5173
5173
  "enumValues": null,
5174
5174
  "fields": {
5175
5175
  "id": {
@@ -1174,7 +1174,7 @@
1174
1174
  "responseStr": "externalIp:$allocatedIpRef ",
1175
1175
  "type": {
1176
1176
  "definition": {
1177
- "description": null,
1177
+ "description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
1178
1178
  "enumValues": null,
1179
1179
  "fields": {
1180
1180
  "id": {
@@ -1524,7 +1524,7 @@
1524
1524
  "responseStr": "globalIpRange:$globalIpRangeRef ",
1525
1525
  "type": {
1526
1526
  "definition": {
1527
- "description": null,
1527
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1528
1528
  "enumValues": null,
1529
1529
  "fields": {
1530
1530
  "id": {
@@ -1961,7 +1961,7 @@
1961
1961
  "responseStr": "mailingList:$subscriptionMailingListRef ",
1962
1962
  "type": {
1963
1963
  "definition": {
1964
- "description": null,
1964
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
1965
1965
  "enumValues": null,
1966
1966
  "fields": {
1967
1967
  "id": {
@@ -2039,7 +2039,7 @@
2039
2039
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
2040
2040
  "type": {
2041
2041
  "definition": {
2042
- "description": null,
2042
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
2043
2043
  "enumValues": null,
2044
2044
  "fields": {
2045
2045
  "id": {
@@ -2117,7 +2117,7 @@
2117
2117
  "responseStr": "webhook:$subscriptionWebhookRef ",
2118
2118
  "type": {
2119
2119
  "definition": {
2120
- "description": null,
2120
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
2121
2121
  "enumValues": null,
2122
2122
  "fields": {
2123
2123
  "id": {
@@ -1111,7 +1111,7 @@
1111
1111
  "responseStr": "externalIp:$allocatedIpRef ",
1112
1112
  "type": {
1113
1113
  "definition": {
1114
- "description": null,
1114
+ "description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
1115
1115
  "enumValues": null,
1116
1116
  "fields": {
1117
1117
  "id": {
@@ -1461,7 +1461,7 @@
1461
1461
  "responseStr": "globalIpRange:$globalIpRangeRef ",
1462
1462
  "type": {
1463
1463
  "definition": {
1464
- "description": null,
1464
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1465
1465
  "enumValues": null,
1466
1466
  "fields": {
1467
1467
  "id": {
@@ -1898,7 +1898,7 @@
1898
1898
  "responseStr": "mailingList:$subscriptionMailingListRef ",
1899
1899
  "type": {
1900
1900
  "definition": {
1901
- "description": null,
1901
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
1902
1902
  "enumValues": null,
1903
1903
  "fields": {
1904
1904
  "id": {
@@ -1976,7 +1976,7 @@
1976
1976
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
1977
1977
  "type": {
1978
1978
  "definition": {
1979
- "description": null,
1979
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
1980
1980
  "enumValues": null,
1981
1981
  "fields": {
1982
1982
  "id": {
@@ -2054,7 +2054,7 @@
2054
2054
  "responseStr": "webhook:$subscriptionWebhookRef ",
2055
2055
  "type": {
2056
2056
  "definition": {
2057
- "description": null,
2057
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
2058
2058
  "enumValues": null,
2059
2059
  "fields": {
2060
2060
  "id": {
@@ -1185,7 +1185,7 @@
1185
1185
  "responseStr": "externalIp:$allocatedIpRef ",
1186
1186
  "type": {
1187
1187
  "definition": {
1188
- "description": null,
1188
+ "description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
1189
1189
  "enumValues": null,
1190
1190
  "fields": {
1191
1191
  "id": {
@@ -1535,7 +1535,7 @@
1535
1535
  "responseStr": "globalIpRange:$globalIpRangeRef ",
1536
1536
  "type": {
1537
1537
  "definition": {
1538
- "description": null,
1538
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1539
1539
  "enumValues": null,
1540
1540
  "fields": {
1541
1541
  "id": {
@@ -1972,7 +1972,7 @@
1972
1972
  "responseStr": "mailingList:$subscriptionMailingListRef ",
1973
1973
  "type": {
1974
1974
  "definition": {
1975
- "description": null,
1975
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
1976
1976
  "enumValues": null,
1977
1977
  "fields": {
1978
1978
  "id": {
@@ -2050,7 +2050,7 @@
2050
2050
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
2051
2051
  "type": {
2052
2052
  "definition": {
2053
- "description": null,
2053
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
2054
2054
  "enumValues": null,
2055
2055
  "fields": {
2056
2056
  "id": {
@@ -2128,7 +2128,7 @@
2128
2128
  "responseStr": "webhook:$subscriptionWebhookRef ",
2129
2129
  "type": {
2130
2130
  "definition": {
2131
- "description": null,
2131
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
2132
2132
  "enumValues": null,
2133
2133
  "fields": {
2134
2134
  "id": {
@@ -1165,7 +1165,7 @@
1165
1165
  "responseStr": "externalIp:$allocatedIpRef ",
1166
1166
  "type": {
1167
1167
  "definition": {
1168
- "description": null,
1168
+ "description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
1169
1169
  "enumValues": null,
1170
1170
  "fields": {
1171
1171
  "id": {
@@ -1515,7 +1515,7 @@
1515
1515
  "responseStr": "globalIpRange:$globalIpRangeRef ",
1516
1516
  "type": {
1517
1517
  "definition": {
1518
- "description": null,
1518
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1519
1519
  "enumValues": null,
1520
1520
  "fields": {
1521
1521
  "id": {
@@ -1952,7 +1952,7 @@
1952
1952
  "responseStr": "mailingList:$subscriptionMailingListRef ",
1953
1953
  "type": {
1954
1954
  "definition": {
1955
- "description": null,
1955
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
1956
1956
  "enumValues": null,
1957
1957
  "fields": {
1958
1958
  "id": {
@@ -2030,7 +2030,7 @@
2030
2030
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
2031
2031
  "type": {
2032
2032
  "definition": {
2033
- "description": null,
2033
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
2034
2034
  "enumValues": null,
2035
2035
  "fields": {
2036
2036
  "id": {
@@ -2108,7 +2108,7 @@
2108
2108
  "responseStr": "webhook:$subscriptionWebhookRef ",
2109
2109
  "type": {
2110
2110
  "definition": {
2111
- "description": null,
2111
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
2112
2112
  "enumValues": null,
2113
2113
  "fields": {
2114
2114
  "id": {
@@ -841,7 +841,7 @@
841
841
  "responseStr": "externalIp:$allocatedIpRef ",
842
842
  "type": {
843
843
  "definition": {
844
- "description": null,
844
+ "description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
845
845
  "enumValues": null,
846
846
  "fields": {
847
847
  "id": {
@@ -1191,7 +1191,7 @@
1191
1191
  "responseStr": "globalIpRange:$globalIpRangeRef ",
1192
1192
  "type": {
1193
1193
  "definition": {
1194
- "description": null,
1194
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1195
1195
  "enumValues": null,
1196
1196
  "fields": {
1197
1197
  "id": {
@@ -1628,7 +1628,7 @@
1628
1628
  "responseStr": "mailingList:$subscriptionMailingListRef ",
1629
1629
  "type": {
1630
1630
  "definition": {
1631
- "description": null,
1631
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
1632
1632
  "enumValues": null,
1633
1633
  "fields": {
1634
1634
  "id": {
@@ -1706,7 +1706,7 @@
1706
1706
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
1707
1707
  "type": {
1708
1708
  "definition": {
1709
- "description": null,
1709
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
1710
1710
  "enumValues": null,
1711
1711
  "fields": {
1712
1712
  "id": {
@@ -1784,7 +1784,7 @@
1784
1784
  "responseStr": "webhook:$subscriptionWebhookRef ",
1785
1785
  "type": {
1786
1786
  "definition": {
1787
- "description": null,
1787
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
1788
1788
  "enumValues": null,
1789
1789
  "fields": {
1790
1790
  "id": {
@@ -1187,7 +1187,7 @@
1187
1187
  "responseStr": "externalIp:$allocatedIpRef ",
1188
1188
  "type": {
1189
1189
  "definition": {
1190
- "description": null,
1190
+ "description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
1191
1191
  "enumValues": null,
1192
1192
  "fields": {
1193
1193
  "id": {
@@ -1537,7 +1537,7 @@
1537
1537
  "responseStr": "globalIpRange:$globalIpRangeRef ",
1538
1538
  "type": {
1539
1539
  "definition": {
1540
- "description": null,
1540
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1541
1541
  "enumValues": null,
1542
1542
  "fields": {
1543
1543
  "id": {
@@ -1974,7 +1974,7 @@
1974
1974
  "responseStr": "mailingList:$subscriptionMailingListRef ",
1975
1975
  "type": {
1976
1976
  "definition": {
1977
- "description": null,
1977
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
1978
1978
  "enumValues": null,
1979
1979
  "fields": {
1980
1980
  "id": {
@@ -2052,7 +2052,7 @@
2052
2052
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
2053
2053
  "type": {
2054
2054
  "definition": {
2055
- "description": null,
2055
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
2056
2056
  "enumValues": null,
2057
2057
  "fields": {
2058
2058
  "id": {
@@ -2130,7 +2130,7 @@
2130
2130
  "responseStr": "webhook:$subscriptionWebhookRef ",
2131
2131
  "type": {
2132
2132
  "definition": {
2133
- "description": null,
2133
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
2134
2134
  "enumValues": null,
2135
2135
  "fields": {
2136
2136
  "id": {
@@ -3867,7 +3867,7 @@
3867
3867
  "responseStr": "externalIp:$allocatedIpRef ",
3868
3868
  "type": {
3869
3869
  "definition": {
3870
- "description": null,
3870
+ "description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
3871
3871
  "enumValues": null,
3872
3872
  "fields": {
3873
3873
  "id": {
@@ -4217,7 +4217,7 @@
4217
4217
  "responseStr": "globalIpRange:$globalIpRangeRef ",
4218
4218
  "type": {
4219
4219
  "definition": {
4220
- "description": null,
4220
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4221
4221
  "enumValues": null,
4222
4222
  "fields": {
4223
4223
  "id": {
@@ -4654,7 +4654,7 @@
4654
4654
  "responseStr": "mailingList:$subscriptionMailingListRef ",
4655
4655
  "type": {
4656
4656
  "definition": {
4657
- "description": null,
4657
+ "description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
4658
4658
  "enumValues": null,
4659
4659
  "fields": {
4660
4660
  "id": {
@@ -4732,7 +4732,7 @@
4732
4732
  "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
4733
4733
  "type": {
4734
4734
  "definition": {
4735
- "description": null,
4735
+ "description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
4736
4736
  "enumValues": null,
4737
4737
  "fields": {
4738
4738
  "id": {
@@ -4810,7 +4810,7 @@
4810
4810
  "responseStr": "webhook:$subscriptionWebhookRef ",
4811
4811
  "type": {
4812
4812
  "definition": {
4813
- "description": null,
4813
+ "description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
4814
4814
  "enumValues": null,
4815
4815
  "fields": {
4816
4816
  "id": {