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
@@ -6653,7 +6653,7 @@
6653
6653
  "responseStr": "application:$applicationRef ",
6654
6654
  "type": {
6655
6655
  "definition": {
6656
- "description": null,
6656
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
6657
6657
  "enumValues": null,
6658
6658
  "fields": {
6659
6659
  "id": {
@@ -7376,7 +7376,7 @@
7376
7376
  "responseStr": "country:$countryRef ",
7377
7377
  "type": {
7378
7378
  "definition": {
7379
- "description": null,
7379
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
7380
7380
  "enumValues": null,
7381
7381
  "fields": {
7382
7382
  "id": {
@@ -7532,7 +7532,7 @@
7532
7532
  "responseStr": "globalIpRange:$globalIpRangeRef ",
7533
7533
  "type": {
7534
7534
  "definition": {
7535
- "description": null,
7535
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
7536
7536
  "enumValues": null,
7537
7537
  "fields": {
7538
7538
  "id": {
@@ -7610,7 +7610,7 @@
7610
7610
  "responseStr": "group:$groupRef ",
7611
7611
  "type": {
7612
7612
  "definition": {
7613
- "description": null,
7613
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
7614
7614
  "enumValues": null,
7615
7615
  "fields": {
7616
7616
  "id": {
@@ -7688,7 +7688,7 @@
7688
7688
  "responseStr": "host:$hostRef ",
7689
7689
  "type": {
7690
7690
  "definition": {
7691
- "description": null,
7691
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
7692
7692
  "enumValues": null,
7693
7693
  "fields": {
7694
7694
  "id": {
@@ -7867,7 +7867,7 @@
7867
7867
  "responseStr": "networkInterface:$networkInterfaceRef ",
7868
7868
  "type": {
7869
7869
  "definition": {
7870
- "description": null,
7870
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
7871
7871
  "enumValues": null,
7872
7872
  "fields": {
7873
7873
  "id": {
@@ -7945,7 +7945,7 @@
7945
7945
  "responseStr": "site:$siteRef ",
7946
7946
  "type": {
7947
7947
  "definition": {
7948
- "description": null,
7948
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
7949
7949
  "enumValues": null,
7950
7950
  "fields": {
7951
7951
  "id": {
@@ -8023,7 +8023,7 @@
8023
8023
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
8024
8024
  "type": {
8025
8025
  "definition": {
8026
- "description": null,
8026
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
8027
8027
  "enumValues": null,
8028
8028
  "fields": {
8029
8029
  "id": {
@@ -8124,7 +8124,7 @@
8124
8124
  "responseStr": "systemGroup:$systemGroupRef ",
8125
8125
  "type": {
8126
8126
  "definition": {
8127
- "description": null,
8127
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
8128
8128
  "enumValues": null,
8129
8129
  "fields": {
8130
8130
  "id": {
@@ -8202,7 +8202,7 @@
8202
8202
  "responseStr": "user:$userRef ",
8203
8203
  "type": {
8204
8204
  "definition": {
8205
- "description": null,
8205
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
8206
8206
  "enumValues": null,
8207
8207
  "fields": {
8208
8208
  "id": {
@@ -8280,7 +8280,7 @@
8280
8280
  "responseStr": "usersGroup:$usersGroupRef ",
8281
8281
  "type": {
8282
8282
  "definition": {
8283
- "description": null,
8283
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
8284
8284
  "enumValues": null,
8285
8285
  "fields": {
8286
8286
  "id": {
@@ -1189,7 +1189,7 @@
1189
1189
  "responseStr": "application:$applicationRef ",
1190
1190
  "type": {
1191
1191
  "definition": {
1192
- "description": null,
1192
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
1193
1193
  "enumValues": null,
1194
1194
  "fields": {
1195
1195
  "id": {
@@ -1912,7 +1912,7 @@
1912
1912
  "responseStr": "country:$countryRef ",
1913
1913
  "type": {
1914
1914
  "definition": {
1915
- "description": null,
1915
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
1916
1916
  "enumValues": null,
1917
1917
  "fields": {
1918
1918
  "id": {
@@ -2068,7 +2068,7 @@
2068
2068
  "responseStr": "globalIpRange:$globalIpRangeRef ",
2069
2069
  "type": {
2070
2070
  "definition": {
2071
- "description": null,
2071
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
2072
2072
  "enumValues": null,
2073
2073
  "fields": {
2074
2074
  "id": {
@@ -2146,7 +2146,7 @@
2146
2146
  "responseStr": "group:$groupRef ",
2147
2147
  "type": {
2148
2148
  "definition": {
2149
- "description": null,
2149
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
2150
2150
  "enumValues": null,
2151
2151
  "fields": {
2152
2152
  "id": {
@@ -2224,7 +2224,7 @@
2224
2224
  "responseStr": "host:$hostRef ",
2225
2225
  "type": {
2226
2226
  "definition": {
2227
- "description": null,
2227
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
2228
2228
  "enumValues": null,
2229
2229
  "fields": {
2230
2230
  "id": {
@@ -2403,7 +2403,7 @@
2403
2403
  "responseStr": "networkInterface:$networkInterfaceRef ",
2404
2404
  "type": {
2405
2405
  "definition": {
2406
- "description": null,
2406
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
2407
2407
  "enumValues": null,
2408
2408
  "fields": {
2409
2409
  "id": {
@@ -2481,7 +2481,7 @@
2481
2481
  "responseStr": "site:$siteRef ",
2482
2482
  "type": {
2483
2483
  "definition": {
2484
- "description": null,
2484
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
2485
2485
  "enumValues": null,
2486
2486
  "fields": {
2487
2487
  "id": {
@@ -2559,7 +2559,7 @@
2559
2559
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
2560
2560
  "type": {
2561
2561
  "definition": {
2562
- "description": null,
2562
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
2563
2563
  "enumValues": null,
2564
2564
  "fields": {
2565
2565
  "id": {
@@ -2660,7 +2660,7 @@
2660
2660
  "responseStr": "systemGroup:$systemGroupRef ",
2661
2661
  "type": {
2662
2662
  "definition": {
2663
- "description": null,
2663
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
2664
2664
  "enumValues": null,
2665
2665
  "fields": {
2666
2666
  "id": {
@@ -2738,7 +2738,7 @@
2738
2738
  "responseStr": "user:$userRef ",
2739
2739
  "type": {
2740
2740
  "definition": {
2741
- "description": null,
2741
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
2742
2742
  "enumValues": null,
2743
2743
  "fields": {
2744
2744
  "id": {
@@ -2816,7 +2816,7 @@
2816
2816
  "responseStr": "usersGroup:$usersGroupRef ",
2817
2817
  "type": {
2818
2818
  "definition": {
2819
- "description": null,
2819
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
2820
2820
  "enumValues": null,
2821
2821
  "fields": {
2822
2822
  "id": {
@@ -1126,7 +1126,7 @@
1126
1126
  "responseStr": "application:$applicationRef ",
1127
1127
  "type": {
1128
1128
  "definition": {
1129
- "description": null,
1129
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
1130
1130
  "enumValues": null,
1131
1131
  "fields": {
1132
1132
  "id": {
@@ -1849,7 +1849,7 @@
1849
1849
  "responseStr": "country:$countryRef ",
1850
1850
  "type": {
1851
1851
  "definition": {
1852
- "description": null,
1852
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
1853
1853
  "enumValues": null,
1854
1854
  "fields": {
1855
1855
  "id": {
@@ -2005,7 +2005,7 @@
2005
2005
  "responseStr": "globalIpRange:$globalIpRangeRef ",
2006
2006
  "type": {
2007
2007
  "definition": {
2008
- "description": null,
2008
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
2009
2009
  "enumValues": null,
2010
2010
  "fields": {
2011
2011
  "id": {
@@ -2083,7 +2083,7 @@
2083
2083
  "responseStr": "group:$groupRef ",
2084
2084
  "type": {
2085
2085
  "definition": {
2086
- "description": null,
2086
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
2087
2087
  "enumValues": null,
2088
2088
  "fields": {
2089
2089
  "id": {
@@ -2161,7 +2161,7 @@
2161
2161
  "responseStr": "host:$hostRef ",
2162
2162
  "type": {
2163
2163
  "definition": {
2164
- "description": null,
2164
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
2165
2165
  "enumValues": null,
2166
2166
  "fields": {
2167
2167
  "id": {
@@ -2340,7 +2340,7 @@
2340
2340
  "responseStr": "networkInterface:$networkInterfaceRef ",
2341
2341
  "type": {
2342
2342
  "definition": {
2343
- "description": null,
2343
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
2344
2344
  "enumValues": null,
2345
2345
  "fields": {
2346
2346
  "id": {
@@ -2418,7 +2418,7 @@
2418
2418
  "responseStr": "site:$siteRef ",
2419
2419
  "type": {
2420
2420
  "definition": {
2421
- "description": null,
2421
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
2422
2422
  "enumValues": null,
2423
2423
  "fields": {
2424
2424
  "id": {
@@ -2496,7 +2496,7 @@
2496
2496
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
2497
2497
  "type": {
2498
2498
  "definition": {
2499
- "description": null,
2499
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
2500
2500
  "enumValues": null,
2501
2501
  "fields": {
2502
2502
  "id": {
@@ -2597,7 +2597,7 @@
2597
2597
  "responseStr": "systemGroup:$systemGroupRef ",
2598
2598
  "type": {
2599
2599
  "definition": {
2600
- "description": null,
2600
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
2601
2601
  "enumValues": null,
2602
2602
  "fields": {
2603
2603
  "id": {
@@ -2675,7 +2675,7 @@
2675
2675
  "responseStr": "user:$userRef ",
2676
2676
  "type": {
2677
2677
  "definition": {
2678
- "description": null,
2678
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
2679
2679
  "enumValues": null,
2680
2680
  "fields": {
2681
2681
  "id": {
@@ -2753,7 +2753,7 @@
2753
2753
  "responseStr": "usersGroup:$usersGroupRef ",
2754
2754
  "type": {
2755
2755
  "definition": {
2756
- "description": null,
2756
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
2757
2757
  "enumValues": null,
2758
2758
  "fields": {
2759
2759
  "id": {
@@ -1200,7 +1200,7 @@
1200
1200
  "responseStr": "application:$applicationRef ",
1201
1201
  "type": {
1202
1202
  "definition": {
1203
- "description": null,
1203
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
1204
1204
  "enumValues": null,
1205
1205
  "fields": {
1206
1206
  "id": {
@@ -1923,7 +1923,7 @@
1923
1923
  "responseStr": "country:$countryRef ",
1924
1924
  "type": {
1925
1925
  "definition": {
1926
- "description": null,
1926
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
1927
1927
  "enumValues": null,
1928
1928
  "fields": {
1929
1929
  "id": {
@@ -2079,7 +2079,7 @@
2079
2079
  "responseStr": "globalIpRange:$globalIpRangeRef ",
2080
2080
  "type": {
2081
2081
  "definition": {
2082
- "description": null,
2082
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
2083
2083
  "enumValues": null,
2084
2084
  "fields": {
2085
2085
  "id": {
@@ -2157,7 +2157,7 @@
2157
2157
  "responseStr": "group:$groupRef ",
2158
2158
  "type": {
2159
2159
  "definition": {
2160
- "description": null,
2160
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
2161
2161
  "enumValues": null,
2162
2162
  "fields": {
2163
2163
  "id": {
@@ -2235,7 +2235,7 @@
2235
2235
  "responseStr": "host:$hostRef ",
2236
2236
  "type": {
2237
2237
  "definition": {
2238
- "description": null,
2238
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
2239
2239
  "enumValues": null,
2240
2240
  "fields": {
2241
2241
  "id": {
@@ -2414,7 +2414,7 @@
2414
2414
  "responseStr": "networkInterface:$networkInterfaceRef ",
2415
2415
  "type": {
2416
2416
  "definition": {
2417
- "description": null,
2417
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
2418
2418
  "enumValues": null,
2419
2419
  "fields": {
2420
2420
  "id": {
@@ -2492,7 +2492,7 @@
2492
2492
  "responseStr": "site:$siteRef ",
2493
2493
  "type": {
2494
2494
  "definition": {
2495
- "description": null,
2495
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
2496
2496
  "enumValues": null,
2497
2497
  "fields": {
2498
2498
  "id": {
@@ -2570,7 +2570,7 @@
2570
2570
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
2571
2571
  "type": {
2572
2572
  "definition": {
2573
- "description": null,
2573
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
2574
2574
  "enumValues": null,
2575
2575
  "fields": {
2576
2576
  "id": {
@@ -2671,7 +2671,7 @@
2671
2671
  "responseStr": "systemGroup:$systemGroupRef ",
2672
2672
  "type": {
2673
2673
  "definition": {
2674
- "description": null,
2674
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
2675
2675
  "enumValues": null,
2676
2676
  "fields": {
2677
2677
  "id": {
@@ -2749,7 +2749,7 @@
2749
2749
  "responseStr": "user:$userRef ",
2750
2750
  "type": {
2751
2751
  "definition": {
2752
- "description": null,
2752
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
2753
2753
  "enumValues": null,
2754
2754
  "fields": {
2755
2755
  "id": {
@@ -2827,7 +2827,7 @@
2827
2827
  "responseStr": "usersGroup:$usersGroupRef ",
2828
2828
  "type": {
2829
2829
  "definition": {
2830
- "description": null,
2830
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
2831
2831
  "enumValues": null,
2832
2832
  "fields": {
2833
2833
  "id": {
@@ -1180,7 +1180,7 @@
1180
1180
  "responseStr": "application:$applicationRef ",
1181
1181
  "type": {
1182
1182
  "definition": {
1183
- "description": null,
1183
+ "description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
1184
1184
  "enumValues": null,
1185
1185
  "fields": {
1186
1186
  "id": {
@@ -1903,7 +1903,7 @@
1903
1903
  "responseStr": "country:$countryRef ",
1904
1904
  "type": {
1905
1905
  "definition": {
1906
- "description": null,
1906
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
1907
1907
  "enumValues": null,
1908
1908
  "fields": {
1909
1909
  "id": {
@@ -2059,7 +2059,7 @@
2059
2059
  "responseStr": "globalIpRange:$globalIpRangeRef ",
2060
2060
  "type": {
2061
2061
  "definition": {
2062
- "description": null,
2062
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
2063
2063
  "enumValues": null,
2064
2064
  "fields": {
2065
2065
  "id": {
@@ -2137,7 +2137,7 @@
2137
2137
  "responseStr": "group:$groupRef ",
2138
2138
  "type": {
2139
2139
  "definition": {
2140
- "description": null,
2140
+ "description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
2141
2141
  "enumValues": null,
2142
2142
  "fields": {
2143
2143
  "id": {
@@ -2215,7 +2215,7 @@
2215
2215
  "responseStr": "host:$hostRef ",
2216
2216
  "type": {
2217
2217
  "definition": {
2218
- "description": null,
2218
+ "description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
2219
2219
  "enumValues": null,
2220
2220
  "fields": {
2221
2221
  "id": {
@@ -2394,7 +2394,7 @@
2394
2394
  "responseStr": "networkInterface:$networkInterfaceRef ",
2395
2395
  "type": {
2396
2396
  "definition": {
2397
- "description": null,
2397
+ "description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
2398
2398
  "enumValues": null,
2399
2399
  "fields": {
2400
2400
  "id": {
@@ -2472,7 +2472,7 @@
2472
2472
  "responseStr": "site:$siteRef ",
2473
2473
  "type": {
2474
2474
  "definition": {
2475
- "description": null,
2475
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
2476
2476
  "enumValues": null,
2477
2477
  "fields": {
2478
2478
  "id": {
@@ -2550,7 +2550,7 @@
2550
2550
  "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
2551
2551
  "type": {
2552
2552
  "definition": {
2553
- "description": null,
2553
+ "description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
2554
2554
  "enumValues": null,
2555
2555
  "fields": {
2556
2556
  "id": {
@@ -2651,7 +2651,7 @@
2651
2651
  "responseStr": "systemGroup:$systemGroupRef ",
2652
2652
  "type": {
2653
2653
  "definition": {
2654
- "description": null,
2654
+ "description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
2655
2655
  "enumValues": null,
2656
2656
  "fields": {
2657
2657
  "id": {
@@ -2729,7 +2729,7 @@
2729
2729
  "responseStr": "user:$userRef ",
2730
2730
  "type": {
2731
2731
  "definition": {
2732
- "description": null,
2732
+ "description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
2733
2733
  "enumValues": null,
2734
2734
  "fields": {
2735
2735
  "id": {
@@ -2807,7 +2807,7 @@
2807
2807
  "responseStr": "usersGroup:$usersGroupRef ",
2808
2808
  "type": {
2809
2809
  "definition": {
2810
- "description": null,
2810
+ "description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
2811
2811
  "enumValues": null,
2812
2812
  "fields": {
2813
2813
  "id": {