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
@@ -1171,7 +1171,7 @@
1171
1171
  "responseStr": "appCategory:$applicationCategoryRef ",
1172
1172
  "type": {
1173
1173
  "definition": {
1174
- "description": null,
1174
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
1175
1175
  "enumValues": null,
1176
1176
  "fields": {
1177
1177
  "id": {
@@ -1249,7 +1249,7 @@
1249
1249
  "responseStr": "application:$applicationRef ",
1250
1250
  "type": {
1251
1251
  "definition": {
1252
- "description": null,
1252
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
1253
1253
  "enumValues": null,
1254
1254
  "fields": {
1255
1255
  "id": {
@@ -1327,7 +1327,7 @@
1327
1327
  "responseStr": "customApp:$customApplicationRef ",
1328
1328
  "type": {
1329
1329
  "definition": {
1330
- "description": null,
1330
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
1331
1331
  "enumValues": null,
1332
1332
  "fields": {
1333
1333
  "id": {
@@ -1405,7 +1405,7 @@
1405
1405
  "responseStr": "customCategory:$customCategoryRef ",
1406
1406
  "type": {
1407
1407
  "definition": {
1408
- "description": null,
1408
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
1409
1409
  "enumValues": null,
1410
1410
  "fields": {
1411
1411
  "id": {
@@ -1878,7 +1878,7 @@
1878
1878
  "responseStr": "service:$serviceRef ",
1879
1879
  "type": {
1880
1880
  "definition": {
1881
- "description": null,
1881
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
1882
1882
  "enumValues": null,
1883
1883
  "fields": {
1884
1884
  "id": {
@@ -2087,7 +2087,7 @@
2087
2087
  "responseStr": "allocationIp:$allocatedIpRef ",
2088
2088
  "type": {
2089
2089
  "definition": {
2090
- "description": null,
2090
+ "description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
2091
2091
  "enumValues": null,
2092
2092
  "fields": {
2093
2093
  "id": {
@@ -2165,7 +2165,7 @@
2165
2165
  "responseStr": "backhaulingSite:$siteRef ",
2166
2166
  "type": {
2167
2167
  "definition": {
2168
- "description": null,
2168
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
2169
2169
  "enumValues": null,
2170
2170
  "fields": {
2171
2171
  "id": {
@@ -2264,7 +2264,7 @@
2264
2264
  "responseStr": "popLocation:$popLocationRef ",
2265
2265
  "type": {
2266
2266
  "definition": {
2267
- "description": null,
2267
+ "description": "A reference identifying the PopLocation object. ID: Unique PopLocation Identifier, Name: The PopLocation Name",
2268
2268
  "enumValues": null,
2269
2269
  "fields": {
2270
2270
  "id": {
@@ -3020,7 +3020,7 @@
3020
3020
  "responseStr": "globalIpRange:$globalIpRangeRef ",
3021
3021
  "type": {
3022
3022
  "definition": {
3023
- "description": null,
3023
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
3024
3024
  "enumValues": null,
3025
3025
  "fields": {
3026
3026
  "id": {
@@ -3098,7 +3098,7 @@
3098
3098
  "responseStr": "group:$groupRef ",
3099
3099
  "type": {
3100
3100
  "definition": {
3101
- "description": null,
3101
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
3102
3102
  "enumValues": null,
3103
3103
  "fields": {
3104
3104
  "id": {
@@ -3176,7 +3176,7 @@
3176
3176
  "responseStr": "host:$hostRef ",
3177
3177
  "type": {
3178
3178
  "definition": {
3179
- "description": null,
3179
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
3180
3180
  "enumValues": null,
3181
3181
  "fields": {
3182
3182
  "id": {
@@ -3355,7 +3355,7 @@
3355
3355
  "responseStr": "networkInterface:$networkInterfaceRef ",
3356
3356
  "type": {
3357
3357
  "definition": {
3358
- "description": null,
3358
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
3359
3359
  "enumValues": null,
3360
3360
  "fields": {
3361
3361
  "id": {
@@ -3433,7 +3433,7 @@
3433
3433
  "responseStr": "site:$siteRef ",
3434
3434
  "type": {
3435
3435
  "definition": {
3436
- "description": null,
3436
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
3437
3437
  "enumValues": null,
3438
3438
  "fields": {
3439
3439
  "id": {
@@ -3511,7 +3511,7 @@
3511
3511
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
3512
3512
  "type": {
3513
3513
  "definition": {
3514
- "description": null,
3514
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
3515
3515
  "enumValues": null,
3516
3516
  "fields": {
3517
3517
  "id": {
@@ -3612,7 +3612,7 @@
3612
3612
  "responseStr": "systemGroup:$systemGroupRef ",
3613
3613
  "type": {
3614
3614
  "definition": {
3615
- "description": null,
3615
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
3616
3616
  "enumValues": null,
3617
3617
  "fields": {
3618
3618
  "id": {
@@ -3690,7 +3690,7 @@
3690
3690
  "responseStr": "user:$userRef ",
3691
3691
  "type": {
3692
3692
  "definition": {
3693
- "description": null,
3693
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
3694
3694
  "enumValues": null,
3695
3695
  "fields": {
3696
3696
  "id": {
@@ -3768,7 +3768,7 @@
3768
3768
  "responseStr": "usersGroup:$usersGroupRef ",
3769
3769
  "type": {
3770
3770
  "definition": {
3771
- "description": null,
3771
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
3772
3772
  "enumValues": null,
3773
3773
  "fields": {
3774
3774
  "id": {
@@ -3918,7 +3918,7 @@
3918
3918
  "responseStr": "appCategory:$applicationCategoryRef ",
3919
3919
  "type": {
3920
3920
  "definition": {
3921
- "description": null,
3921
+ "description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
3922
3922
  "enumValues": null,
3923
3923
  "fields": {
3924
3924
  "id": {
@@ -3996,7 +3996,7 @@
3996
3996
  "responseStr": "application:$applicationRef ",
3997
3997
  "type": {
3998
3998
  "definition": {
3999
- "description": null,
3999
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
4000
4000
  "enumValues": null,
4001
4001
  "fields": {
4002
4002
  "id": {
@@ -4074,7 +4074,7 @@
4074
4074
  "responseStr": "customApp:$customApplicationRef ",
4075
4075
  "type": {
4076
4076
  "definition": {
4077
- "description": null,
4077
+ "description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
4078
4078
  "enumValues": null,
4079
4079
  "fields": {
4080
4080
  "id": {
@@ -4152,7 +4152,7 @@
4152
4152
  "responseStr": "customCategory:$customCategoryRef ",
4153
4153
  "type": {
4154
4154
  "definition": {
4155
- "description": null,
4155
+ "description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
4156
4156
  "enumValues": null,
4157
4157
  "fields": {
4158
4158
  "id": {
@@ -4625,7 +4625,7 @@
4625
4625
  "responseStr": "service:$serviceRef ",
4626
4626
  "type": {
4627
4627
  "definition": {
4628
- "description": null,
4628
+ "description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
4629
4629
  "enumValues": null,
4630
4630
  "fields": {
4631
4631
  "id": {
@@ -4815,7 +4815,7 @@
4815
4815
  "responseStr": "globalIpRange:$globalIpRangeRef ",
4816
4816
  "type": {
4817
4817
  "definition": {
4818
- "description": null,
4818
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
4819
4819
  "enumValues": null,
4820
4820
  "fields": {
4821
4821
  "id": {
@@ -4893,7 +4893,7 @@
4893
4893
  "responseStr": "group:$groupRef ",
4894
4894
  "type": {
4895
4895
  "definition": {
4896
- "description": null,
4896
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
4897
4897
  "enumValues": null,
4898
4898
  "fields": {
4899
4899
  "id": {
@@ -4971,7 +4971,7 @@
4971
4971
  "responseStr": "host:$hostRef ",
4972
4972
  "type": {
4973
4973
  "definition": {
4974
- "description": null,
4974
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
4975
4975
  "enumValues": null,
4976
4976
  "fields": {
4977
4977
  "id": {
@@ -5150,7 +5150,7 @@
5150
5150
  "responseStr": "networkInterface:$networkInterfaceRef ",
5151
5151
  "type": {
5152
5152
  "definition": {
5153
- "description": null,
5153
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
5154
5154
  "enumValues": null,
5155
5155
  "fields": {
5156
5156
  "id": {
@@ -5228,7 +5228,7 @@
5228
5228
  "responseStr": "site:$siteRef ",
5229
5229
  "type": {
5230
5230
  "definition": {
5231
- "description": null,
5231
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
5232
5232
  "enumValues": null,
5233
5233
  "fields": {
5234
5234
  "id": {
@@ -5306,7 +5306,7 @@
5306
5306
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
5307
5307
  "type": {
5308
5308
  "definition": {
5309
- "description": null,
5309
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
5310
5310
  "enumValues": null,
5311
5311
  "fields": {
5312
5312
  "id": {
@@ -5407,7 +5407,7 @@
5407
5407
  "responseStr": "systemGroup:$systemGroupRef ",
5408
5408
  "type": {
5409
5409
  "definition": {
5410
- "description": null,
5410
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
5411
5411
  "enumValues": null,
5412
5412
  "fields": {
5413
5413
  "id": {
@@ -5485,7 +5485,7 @@
5485
5485
  "responseStr": "user:$userRef ",
5486
5486
  "type": {
5487
5487
  "definition": {
5488
- "description": null,
5488
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
5489
5489
  "enumValues": null,
5490
5490
  "fields": {
5491
5491
  "id": {
@@ -5563,7 +5563,7 @@
5563
5563
  "responseStr": "usersGroup:$usersGroupRef ",
5564
5564
  "type": {
5565
5565
  "definition": {
5566
- "description": null,
5566
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
5567
5567
  "enumValues": null,
5568
5568
  "fields": {
5569
5569
  "id": {
@@ -5774,7 +5774,7 @@
5774
5774
  "responseStr": "globalIpRange:$globalIpRangeRef ",
5775
5775
  "type": {
5776
5776
  "definition": {
5777
- "description": null,
5777
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
5778
5778
  "enumValues": null,
5779
5779
  "fields": {
5780
5780
  "id": {
@@ -5852,7 +5852,7 @@
5852
5852
  "responseStr": "group:$groupRef ",
5853
5853
  "type": {
5854
5854
  "definition": {
5855
- "description": null,
5855
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
5856
5856
  "enumValues": null,
5857
5857
  "fields": {
5858
5858
  "id": {
@@ -5930,7 +5930,7 @@
5930
5930
  "responseStr": "host:$hostRef ",
5931
5931
  "type": {
5932
5932
  "definition": {
5933
- "description": null,
5933
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
5934
5934
  "enumValues": null,
5935
5935
  "fields": {
5936
5936
  "id": {
@@ -6109,7 +6109,7 @@
6109
6109
  "responseStr": "networkInterface:$networkInterfaceRef ",
6110
6110
  "type": {
6111
6111
  "definition": {
6112
- "description": null,
6112
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
6113
6113
  "enumValues": null,
6114
6114
  "fields": {
6115
6115
  "id": {
@@ -6187,7 +6187,7 @@
6187
6187
  "responseStr": "site:$siteRef ",
6188
6188
  "type": {
6189
6189
  "definition": {
6190
- "description": null,
6190
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
6191
6191
  "enumValues": null,
6192
6192
  "fields": {
6193
6193
  "id": {
@@ -6265,7 +6265,7 @@
6265
6265
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6266
6266
  "type": {
6267
6267
  "definition": {
6268
- "description": null,
6268
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
6269
6269
  "enumValues": null,
6270
6270
  "fields": {
6271
6271
  "id": {
@@ -6366,7 +6366,7 @@
6366
6366
  "responseStr": "systemGroup:$systemGroupRef ",
6367
6367
  "type": {
6368
6368
  "definition": {
6369
- "description": null,
6369
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
6370
6370
  "enumValues": null,
6371
6371
  "fields": {
6372
6372
  "id": {
@@ -6444,7 +6444,7 @@
6444
6444
  "responseStr": "user:$userRef ",
6445
6445
  "type": {
6446
6446
  "definition": {
6447
- "description": null,
6447
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
6448
6448
  "enumValues": null,
6449
6449
  "fields": {
6450
6450
  "id": {
@@ -6522,7 +6522,7 @@
6522
6522
  "responseStr": "usersGroup:$usersGroupRef ",
6523
6523
  "type": {
6524
6524
  "definition": {
6525
- "description": null,
6525
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
6526
6526
  "enumValues": null,
6527
6527
  "fields": {
6528
6528
  "id": {
@@ -6992,7 +6992,7 @@
6992
6992
  "responseStr": "globalIpRange:$globalIpRangeRef ",
6993
6993
  "type": {
6994
6994
  "definition": {
6995
- "description": null,
6995
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
6996
6996
  "enumValues": null,
6997
6997
  "fields": {
6998
6998
  "id": {
@@ -7070,7 +7070,7 @@
7070
7070
  "responseStr": "group:$groupRef ",
7071
7071
  "type": {
7072
7072
  "definition": {
7073
- "description": null,
7073
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
7074
7074
  "enumValues": null,
7075
7075
  "fields": {
7076
7076
  "id": {
@@ -7148,7 +7148,7 @@
7148
7148
  "responseStr": "host:$hostRef ",
7149
7149
  "type": {
7150
7150
  "definition": {
7151
- "description": null,
7151
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
7152
7152
  "enumValues": null,
7153
7153
  "fields": {
7154
7154
  "id": {
@@ -7327,7 +7327,7 @@
7327
7327
  "responseStr": "networkInterface:$networkInterfaceRef ",
7328
7328
  "type": {
7329
7329
  "definition": {
7330
- "description": null,
7330
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
7331
7331
  "enumValues": null,
7332
7332
  "fields": {
7333
7333
  "id": {
@@ -7405,7 +7405,7 @@
7405
7405
  "responseStr": "site:$siteRef ",
7406
7406
  "type": {
7407
7407
  "definition": {
7408
- "description": null,
7408
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
7409
7409
  "enumValues": null,
7410
7410
  "fields": {
7411
7411
  "id": {
@@ -7483,7 +7483,7 @@
7483
7483
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
7484
7484
  "type": {
7485
7485
  "definition": {
7486
- "description": null,
7486
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
7487
7487
  "enumValues": null,
7488
7488
  "fields": {
7489
7489
  "id": {
@@ -7584,7 +7584,7 @@
7584
7584
  "responseStr": "systemGroup:$systemGroupRef ",
7585
7585
  "type": {
7586
7586
  "definition": {
7587
- "description": null,
7587
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
7588
7588
  "enumValues": null,
7589
7589
  "fields": {
7590
7590
  "id": {
@@ -7662,7 +7662,7 @@
7662
7662
  "responseStr": "user:$userRef ",
7663
7663
  "type": {
7664
7664
  "definition": {
7665
- "description": null,
7665
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
7666
7666
  "enumValues": null,
7667
7667
  "fields": {
7668
7668
  "id": {
@@ -7740,7 +7740,7 @@
7740
7740
  "responseStr": "usersGroup:$usersGroupRef ",
7741
7741
  "type": {
7742
7742
  "definition": {
7743
- "description": null,
7743
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
7744
7744
  "enumValues": null,
7745
7745
  "fields": {
7746
7746
  "id": {