catocli 1.0.19__py3-none-any.whl → 1.0.21__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 (166) hide show
  1. catocli/Utils/clidriver.py +6 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/__init__.py +1 -1
  4. catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
  5. catocli/parsers/mutation_admin_updateAdmin/README.md +1 -1
  6. catocli/parsers/mutation_policy/__init__.py +522 -0
  7. catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
  8. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
  9. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
  10. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
  11. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
  15. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
  17. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
  18. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
  19. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
  20. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
  21. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
  22. catocli/parsers/mutation_policy_socketLan/README.md +7 -0
  23. catocli/parsers/mutation_policy_socketLan_addRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_socketLan_addSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_socketLan_createPolicyRevision/README.md +18 -0
  26. catocli/parsers/mutation_policy_socketLan_discardPolicyRevision/README.md +18 -0
  27. catocli/parsers/mutation_policy_socketLan_moveRule/README.md +18 -0
  28. catocli/parsers/mutation_policy_socketLan_moveSection/README.md +18 -0
  29. catocli/parsers/mutation_policy_socketLan_publishPolicyRevision/README.md +18 -0
  30. catocli/parsers/mutation_policy_socketLan_removeRule/README.md +18 -0
  31. catocli/parsers/mutation_policy_socketLan_removeSection/README.md +18 -0
  32. catocli/parsers/mutation_policy_socketLan_updatePolicy/README.md +18 -0
  33. catocli/parsers/mutation_policy_socketLan_updateRule/README.md +18 -0
  34. catocli/parsers/mutation_policy_socketLan_updateSection/README.md +18 -0
  35. catocli/parsers/mutation_policy_wanNetwork/README.md +7 -0
  36. catocli/parsers/mutation_policy_wanNetwork_addRule/README.md +18 -0
  37. catocli/parsers/mutation_policy_wanNetwork_addSection/README.md +18 -0
  38. catocli/parsers/mutation_policy_wanNetwork_createPolicyRevision/README.md +18 -0
  39. catocli/parsers/mutation_policy_wanNetwork_discardPolicyRevision/README.md +18 -0
  40. catocli/parsers/mutation_policy_wanNetwork_moveRule/README.md +18 -0
  41. catocli/parsers/mutation_policy_wanNetwork_moveSection/README.md +18 -0
  42. catocli/parsers/mutation_policy_wanNetwork_publishPolicyRevision/README.md +18 -0
  43. catocli/parsers/mutation_policy_wanNetwork_removeRule/README.md +18 -0
  44. catocli/parsers/mutation_policy_wanNetwork_removeSection/README.md +18 -0
  45. catocli/parsers/mutation_policy_wanNetwork_updatePolicy/README.md +18 -0
  46. catocli/parsers/mutation_policy_wanNetwork_updateRule/README.md +18 -0
  47. catocli/parsers/mutation_policy_wanNetwork_updateSection/README.md +18 -0
  48. catocli/parsers/mutation_sandbox/README.md +7 -0
  49. catocli/parsers/mutation_sandbox/__init__.py +37 -0
  50. catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
  51. catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
  52. catocli/parsers/mutation_site/__init__.py +28 -0
  53. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
  54. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  55. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
  56. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
  57. catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
  58. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  59. catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
  60. catocli/parsers/mutation_sites/__init__.py +28 -0
  61. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
  62. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  63. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
  64. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
  65. catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
  66. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  67. catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
  68. catocli/parsers/mutation_xdr/README.md +7 -0
  69. catocli/parsers/mutation_xdr/__init__.py +51 -0
  70. catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
  71. catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
  72. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
  73. catocli/parsers/query_accountMetrics/README.md +2 -1
  74. catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
  75. catocli/parsers/query_eventsFeed/README.md +1 -1
  76. catocli/parsers/query_eventsTimeSeries/README.md +2 -1
  77. catocli/parsers/query_policy/README.md +4 -1
  78. catocli/parsers/query_sandbox/README.md +17 -0
  79. catocli/parsers/query_sandbox/__init__.py +17 -0
  80. catocli/parsers/query_siteLocation/README.md +1 -1
  81. catocli/parsers/query_xdr_story/README.md +1 -1
  82. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/METADATA +1 -1
  83. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/RECORD +166 -66
  84. models/mutation.admin.addAdmin.json +0 -60
  85. models/mutation.admin.updateAdmin.json +0 -57
  86. models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
  87. models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
  88. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
  89. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
  90. models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
  91. models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
  92. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
  93. models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
  94. models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
  95. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
  96. models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
  97. models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
  98. models/mutation.policy.internetFirewall.addRule.json +18 -18
  99. models/mutation.policy.internetFirewall.createPolicyRevision.json +4 -4
  100. models/mutation.policy.internetFirewall.discardPolicyRevision.json +4 -4
  101. models/mutation.policy.internetFirewall.moveRule.json +4 -4
  102. models/mutation.policy.internetFirewall.publishPolicyRevision.json +4 -4
  103. models/mutation.policy.internetFirewall.removeRule.json +4 -4
  104. models/mutation.policy.internetFirewall.updatePolicy.json +4 -4
  105. models/mutation.policy.internetFirewall.updateRule.json +18 -18
  106. models/mutation.policy.socketLan.addRule.json +11266 -0
  107. models/mutation.policy.socketLan.addSection.json +1358 -0
  108. models/mutation.policy.socketLan.createPolicyRevision.json +3926 -0
  109. models/mutation.policy.socketLan.discardPolicyRevision.json +3860 -0
  110. models/mutation.policy.socketLan.moveRule.json +3658 -0
  111. models/mutation.policy.socketLan.moveSection.json +1259 -0
  112. models/mutation.policy.socketLan.publishPolicyRevision.json +3917 -0
  113. models/mutation.policy.socketLan.removeRule.json +3306 -0
  114. models/mutation.policy.socketLan.removeSection.json +958 -0
  115. models/mutation.policy.socketLan.updatePolicy.json +3936 -0
  116. models/mutation.policy.socketLan.updateRule.json +10860 -0
  117. models/mutation.policy.socketLan.updateSection.json +1111 -0
  118. models/mutation.policy.wanNetwork.addRule.json +30614 -0
  119. models/mutation.policy.wanNetwork.addSection.json +1358 -0
  120. models/mutation.policy.wanNetwork.createPolicyRevision.json +8251 -0
  121. models/mutation.policy.wanNetwork.discardPolicyRevision.json +8185 -0
  122. models/mutation.policy.wanNetwork.moveRule.json +7983 -0
  123. models/mutation.policy.wanNetwork.moveSection.json +1259 -0
  124. models/mutation.policy.wanNetwork.publishPolicyRevision.json +8242 -0
  125. models/mutation.policy.wanNetwork.removeRule.json +7631 -0
  126. models/mutation.policy.wanNetwork.removeSection.json +958 -0
  127. models/mutation.policy.wanNetwork.updatePolicy.json +8261 -0
  128. models/mutation.policy.wanNetwork.updateRule.json +30145 -0
  129. models/mutation.policy.wanNetwork.updateSection.json +1111 -0
  130. models/mutation.sandbox.deleteReport.json +302 -0
  131. models/mutation.sandbox.uploadFile.json +301 -0
  132. models/mutation.site.addIpsecIkeV2Site.json +57 -0
  133. models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
  134. models/mutation.site.addSecondaryAwsVSocket.json +707 -0
  135. models/mutation.site.addSecondaryAzureVSocket.json +647 -0
  136. models/mutation.site.addSocketSite.json +72 -15
  137. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
  138. models/mutation.site.updateNetworkRange.json +3 -3
  139. models/mutation.site.updateSocketInterface.json +126 -18
  140. models/mutation.sites.addIpsecIkeV2Site.json +57 -0
  141. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
  142. models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
  143. models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
  144. models/mutation.sites.addSocketSite.json +72 -15
  145. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
  146. models/mutation.sites.updateNetworkRange.json +3 -3
  147. models/mutation.sites.updateSocketInterface.json +126 -18
  148. models/mutation.xdr.addStoryComment.json +622 -0
  149. models/mutation.xdr.analystFeedback.json +28820 -0
  150. models/mutation.xdr.deleteStoryComment.json +622 -0
  151. models/query.accountMetrics.json +592 -0
  152. models/query.accountSnapshot.json +308 -0
  153. models/query.appStatsTimeSeries.json +37 -0
  154. models/query.auditFeed.json +352 -52
  155. models/query.events.json +1434 -234
  156. models/query.eventsFeed.json +352 -52
  157. models/query.eventsTimeSeries.json +1113 -176
  158. models/query.policy.json +22867 -9389
  159. models/query.sandbox.json +2111 -0
  160. models/query.xdr.stories.json +134 -4
  161. models/query.xdr.story.json +116 -4
  162. schema/catolib.py +4 -5
  163. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/LICENSE +0 -0
  164. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/WHEEL +0 -0
  165. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/entry_points.txt +0 -0
  166. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/top_level.txt +0 -0
@@ -23,8 +23,10 @@ from ..parsers.mutation_accountManagement import mutation_accountManagement_pars
23
23
  from ..parsers.mutation_admin import mutation_admin_parse
24
24
  from ..parsers.mutation_container import mutation_container_parse
25
25
  from ..parsers.mutation_policy import mutation_policy_parse
26
+ from ..parsers.mutation_sandbox import mutation_sandbox_parse
26
27
  from ..parsers.mutation_site import mutation_site_parse
27
28
  from ..parsers.mutation_sites import mutation_sites_parse
29
+ from ..parsers.mutation_xdr import mutation_xdr_parse
28
30
  from ..parsers.query_accountBySubdomain import query_accountBySubdomain_parse
29
31
  from ..parsers.query_accountManagement import query_accountManagement_parse
30
32
  from ..parsers.query_accountMetrics import query_accountMetrics_parse
@@ -43,6 +45,7 @@ from ..parsers.query_eventsTimeSeries import query_eventsTimeSeries_parse
43
45
  from ..parsers.query_hardwareManagement import query_hardwareManagement_parse
44
46
  from ..parsers.query_licensing import query_licensing_parse
45
47
  from ..parsers.query_policy import query_policy_parse
48
+ from ..parsers.query_sandbox import query_sandbox_parse
46
49
  from ..parsers.query_site import query_site_parse
47
50
  from ..parsers.query_subDomains import query_subDomains_parse
48
51
  from ..parsers.query_xdr import query_xdr_parse
@@ -81,8 +84,10 @@ mutation_accountManagement_parser = mutation_accountManagement_parse(mutation_su
81
84
  mutation_admin_parser = mutation_admin_parse(mutation_subparsers)
82
85
  mutation_container_parser = mutation_container_parse(mutation_subparsers)
83
86
  mutation_policy_parser = mutation_policy_parse(mutation_subparsers)
87
+ mutation_sandbox_parser = mutation_sandbox_parse(mutation_subparsers)
84
88
  mutation_site_parser = mutation_site_parse(mutation_subparsers)
85
89
  mutation_sites_parser = mutation_sites_parse(mutation_subparsers)
90
+ mutation_xdr_parser = mutation_xdr_parse(mutation_subparsers)
86
91
  query_accountBySubdomain_parser = query_accountBySubdomain_parse(query_subparsers)
87
92
  query_accountManagement_parser = query_accountManagement_parse(query_subparsers)
88
93
  query_accountMetrics_parser = query_accountMetrics_parse(query_subparsers)
@@ -101,6 +106,7 @@ query_eventsTimeSeries_parser = query_eventsTimeSeries_parse(query_subparsers)
101
106
  query_hardwareManagement_parser = query_hardwareManagement_parse(query_subparsers)
102
107
  query_licensing_parser = query_licensing_parse(query_subparsers)
103
108
  query_policy_parser = query_policy_parse(query_subparsers)
109
+ query_sandbox_parser = query_sandbox_parse(query_subparsers)
104
110
  query_site_parser = query_site_parse(query_subparsers)
105
111
  query_subDomains_parser = query_subDomains_parse(query_subparsers)
106
112
  query_xdr_parser = query_xdr_parse(query_subparsers)
catocli/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
- __version__ = "1.0.19"
1
+ __version__ = "1.0.21"
2
2
  __cato_host__ = "https://api.catonetworks.com/api/v1/graphql2"
@@ -11,7 +11,7 @@ def custom_parse(subparsers):
11
11
  item_subparsers = item_parser.add_subparsers(description='valid subcommands', help='additional help')
12
12
 
13
13
  item_list_parser = item_subparsers.add_parser('list',
14
- help='entity '+entity+' list',
14
+ help='entity'+entity+' list',
15
15
  usage=get_help_custom("entity_"+entity+"_list"))
16
16
 
17
17
  item_list_parser.add_argument('-accountID', help='The Account ID.')
@@ -10,7 +10,7 @@
10
10
 
11
11
  `catocli mutation admin addAdmin "$(cat < addAdmin.json)"`
12
12
 
13
- `catocli mutation admin addAdmin '{"addAdminInput": {"email": {"email": "String"}, "firstName": {"firstName": "String"}, "lastName": {"lastName": "String"}, "mfaEnabled": {"mfaEnabled": "Boolean"}, "passwordNeverExpires": {"passwordNeverExpires": "Boolean"}, "updateAdminRoleInput": {"allowedAccounts": {"allowedAccounts": ["ID"]}, "allowedEntities": {"id": {"id": "ID"}, "name": {"name": "String"}, "type": {"type": "enum(EntityType)"}}, "role": {"id": {"id": "ID"}, "name": {"name": "String"}}}}}'`
13
+ `catocli mutation admin addAdmin '{"addAdminInput": {"email": {"email": "String"}, "firstName": {"firstName": "String"}, "lastName": {"lastName": "String"}, "passwordNeverExpires": {"passwordNeverExpires": "Boolean"}, "updateAdminRoleInput": {"allowedAccounts": {"allowedAccounts": ["ID"]}, "allowedEntities": {"id": {"id": "ID"}, "name": {"name": "String"}, "type": {"type": "enum(EntityType)"}}, "role": {"id": {"id": "ID"}, "name": {"name": "String"}}}}}'`
14
14
 
15
15
  #### Operation Arguments for mutation.admin.addAdmin ####
16
16
  `accountId` [ID] - (required) N/A
@@ -10,7 +10,7 @@
10
10
 
11
11
  `catocli mutation admin updateAdmin "$(cat < updateAdmin.json)"`
12
12
 
13
- `catocli mutation admin updateAdmin '{"adminID": "ID", "updateAdminInput": {"firstName": {"firstName": "String"}, "lastName": {"lastName": "String"}, "mfaEnabled": {"mfaEnabled": "Boolean"}, "passwordNeverExpires": {"passwordNeverExpires": "Boolean"}, "updateAdminRoleInput": {"allowedAccounts": {"allowedAccounts": ["ID"]}, "allowedEntities": {"id": {"id": "ID"}, "name": {"name": "String"}, "type": {"type": "enum(EntityType)"}}, "role": {"id": {"id": "ID"}, "name": {"name": "String"}}}}}'`
13
+ `catocli mutation admin updateAdmin '{"adminID": "ID", "updateAdminInput": {"firstName": {"firstName": "String"}, "lastName": {"lastName": "String"}, "passwordNeverExpires": {"passwordNeverExpires": "Boolean"}, "updateAdminRoleInput": {"allowedAccounts": {"allowedAccounts": ["ID"]}, "allowedEntities": {"id": {"id": "ID"}, "name": {"name": "String"}, "type": {"type": "enum(EntityType)"}}, "role": {"id": {"id": "ID"}, "name": {"name": "String"}}}}}'`
14
14
 
15
15
  #### Operation Arguments for mutation.admin.updateAdmin ####
16
16
  `accountId` [ID] - (required) N/A
@@ -182,6 +182,180 @@ def mutation_policy_parse(mutation_subparsers):
182
182
  help='Pretty print')
183
183
  mutation_policy_appTenantRestriction_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.appTenantRestriction.updateSection')
184
184
 
185
+ mutation_policy_dynamicIpAllocation_parser = mutation_policy_subparsers.add_parser('dynamicIpAllocation',
186
+ help='dynamicIpAllocation() policy operation',
187
+ usage=get_help("mutation_policy_dynamicIpAllocation"))
188
+
189
+ mutation_policy_dynamicIpAllocation_subparsers = mutation_policy_dynamicIpAllocation_parser.add_subparsers()
190
+
191
+ mutation_policy_dynamicIpAllocation_addRule_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('addRule',
192
+ help='addRule() dynamicIpAllocation operation',
193
+ usage=get_help("mutation_policy_dynamicIpAllocation_addRule"))
194
+
195
+ mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('json', help='Variables in JSON format.')
196
+ mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
197
+ mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('-t', const=True, default=False, nargs='?',
198
+ help='Print test request preview without sending api call')
199
+ mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('-v', const=True, default=False, nargs='?',
200
+ help='Verbose output')
201
+ mutation_policy_dynamicIpAllocation_addRule_parser.add_argument('-p', const=True, default=False, nargs='?',
202
+ help='Pretty print')
203
+ mutation_policy_dynamicIpAllocation_addRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.addRule')
204
+
205
+ mutation_policy_dynamicIpAllocation_addSection_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('addSection',
206
+ help='addSection() dynamicIpAllocation operation',
207
+ usage=get_help("mutation_policy_dynamicIpAllocation_addSection"))
208
+
209
+ mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('json', help='Variables in JSON format.')
210
+ mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
211
+ mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('-t', const=True, default=False, nargs='?',
212
+ help='Print test request preview without sending api call')
213
+ mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('-v', const=True, default=False, nargs='?',
214
+ help='Verbose output')
215
+ mutation_policy_dynamicIpAllocation_addSection_parser.add_argument('-p', const=True, default=False, nargs='?',
216
+ help='Pretty print')
217
+ mutation_policy_dynamicIpAllocation_addSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.addSection')
218
+
219
+ mutation_policy_dynamicIpAllocation_createPolicyRevision_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('createPolicyRevision',
220
+ help='createPolicyRevision() dynamicIpAllocation operation',
221
+ usage=get_help("mutation_policy_dynamicIpAllocation_createPolicyRevision"))
222
+
223
+ mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
224
+ mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
225
+ mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
226
+ help='Print test request preview without sending api call')
227
+ mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?',
228
+ help='Verbose output')
229
+ mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?',
230
+ help='Pretty print')
231
+ mutation_policy_dynamicIpAllocation_createPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.createPolicyRevision')
232
+
233
+ mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('discardPolicyRevision',
234
+ help='discardPolicyRevision() dynamicIpAllocation operation',
235
+ usage=get_help("mutation_policy_dynamicIpAllocation_discardPolicyRevision"))
236
+
237
+ mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
238
+ mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
239
+ mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
240
+ help='Print test request preview without sending api call')
241
+ mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?',
242
+ help='Verbose output')
243
+ mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?',
244
+ help='Pretty print')
245
+ mutation_policy_dynamicIpAllocation_discardPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.discardPolicyRevision')
246
+
247
+ mutation_policy_dynamicIpAllocation_moveRule_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('moveRule',
248
+ help='moveRule() dynamicIpAllocation operation',
249
+ usage=get_help("mutation_policy_dynamicIpAllocation_moveRule"))
250
+
251
+ mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('json', help='Variables in JSON format.')
252
+ mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
253
+ mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?',
254
+ help='Print test request preview without sending api call')
255
+ mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('-v', const=True, default=False, nargs='?',
256
+ help='Verbose output')
257
+ mutation_policy_dynamicIpAllocation_moveRule_parser.add_argument('-p', const=True, default=False, nargs='?',
258
+ help='Pretty print')
259
+ mutation_policy_dynamicIpAllocation_moveRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.moveRule')
260
+
261
+ mutation_policy_dynamicIpAllocation_moveSection_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('moveSection',
262
+ help='moveSection() dynamicIpAllocation operation',
263
+ usage=get_help("mutation_policy_dynamicIpAllocation_moveSection"))
264
+
265
+ mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('json', help='Variables in JSON format.')
266
+ mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
267
+ mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?',
268
+ help='Print test request preview without sending api call')
269
+ mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('-v', const=True, default=False, nargs='?',
270
+ help='Verbose output')
271
+ mutation_policy_dynamicIpAllocation_moveSection_parser.add_argument('-p', const=True, default=False, nargs='?',
272
+ help='Pretty print')
273
+ mutation_policy_dynamicIpAllocation_moveSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.moveSection')
274
+
275
+ mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('publishPolicyRevision',
276
+ help='publishPolicyRevision() dynamicIpAllocation operation',
277
+ usage=get_help("mutation_policy_dynamicIpAllocation_publishPolicyRevision"))
278
+
279
+ mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
280
+ mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
281
+ mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
282
+ help='Print test request preview without sending api call')
283
+ mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?',
284
+ help='Verbose output')
285
+ mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?',
286
+ help='Pretty print')
287
+ mutation_policy_dynamicIpAllocation_publishPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.publishPolicyRevision')
288
+
289
+ mutation_policy_dynamicIpAllocation_removeRule_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('removeRule',
290
+ help='removeRule() dynamicIpAllocation operation',
291
+ usage=get_help("mutation_policy_dynamicIpAllocation_removeRule"))
292
+
293
+ mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('json', help='Variables in JSON format.')
294
+ mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
295
+ mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?',
296
+ help='Print test request preview without sending api call')
297
+ mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('-v', const=True, default=False, nargs='?',
298
+ help='Verbose output')
299
+ mutation_policy_dynamicIpAllocation_removeRule_parser.add_argument('-p', const=True, default=False, nargs='?',
300
+ help='Pretty print')
301
+ mutation_policy_dynamicIpAllocation_removeRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.removeRule')
302
+
303
+ mutation_policy_dynamicIpAllocation_removeSection_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('removeSection',
304
+ help='removeSection() dynamicIpAllocation operation',
305
+ usage=get_help("mutation_policy_dynamicIpAllocation_removeSection"))
306
+
307
+ mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('json', help='Variables in JSON format.')
308
+ mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
309
+ mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?',
310
+ help='Print test request preview without sending api call')
311
+ mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('-v', const=True, default=False, nargs='?',
312
+ help='Verbose output')
313
+ mutation_policy_dynamicIpAllocation_removeSection_parser.add_argument('-p', const=True, default=False, nargs='?',
314
+ help='Pretty print')
315
+ mutation_policy_dynamicIpAllocation_removeSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.removeSection')
316
+
317
+ mutation_policy_dynamicIpAllocation_updatePolicy_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('updatePolicy',
318
+ help='updatePolicy() dynamicIpAllocation operation',
319
+ usage=get_help("mutation_policy_dynamicIpAllocation_updatePolicy"))
320
+
321
+ mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('json', help='Variables in JSON format.')
322
+ mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
323
+ mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?',
324
+ help='Print test request preview without sending api call')
325
+ mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('-v', const=True, default=False, nargs='?',
326
+ help='Verbose output')
327
+ mutation_policy_dynamicIpAllocation_updatePolicy_parser.add_argument('-p', const=True, default=False, nargs='?',
328
+ help='Pretty print')
329
+ mutation_policy_dynamicIpAllocation_updatePolicy_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.updatePolicy')
330
+
331
+ mutation_policy_dynamicIpAllocation_updateRule_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('updateRule',
332
+ help='updateRule() dynamicIpAllocation operation',
333
+ usage=get_help("mutation_policy_dynamicIpAllocation_updateRule"))
334
+
335
+ mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('json', help='Variables in JSON format.')
336
+ mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
337
+ mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?',
338
+ help='Print test request preview without sending api call')
339
+ mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('-v', const=True, default=False, nargs='?',
340
+ help='Verbose output')
341
+ mutation_policy_dynamicIpAllocation_updateRule_parser.add_argument('-p', const=True, default=False, nargs='?',
342
+ help='Pretty print')
343
+ mutation_policy_dynamicIpAllocation_updateRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.updateRule')
344
+
345
+ mutation_policy_dynamicIpAllocation_updateSection_parser = mutation_policy_dynamicIpAllocation_subparsers.add_parser('updateSection',
346
+ help='updateSection() dynamicIpAllocation operation',
347
+ usage=get_help("mutation_policy_dynamicIpAllocation_updateSection"))
348
+
349
+ mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('json', help='Variables in JSON format.')
350
+ mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
351
+ mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?',
352
+ help='Print test request preview without sending api call')
353
+ mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('-v', const=True, default=False, nargs='?',
354
+ help='Verbose output')
355
+ mutation_policy_dynamicIpAllocation_updateSection_parser.add_argument('-p', const=True, default=False, nargs='?',
356
+ help='Pretty print')
357
+ mutation_policy_dynamicIpAllocation_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.dynamicIpAllocation.updateSection')
358
+
185
359
  mutation_policy_internetFirewall_parser = mutation_policy_subparsers.add_parser('internetFirewall',
186
360
  help='internetFirewall() policy operation',
187
361
  usage=get_help("mutation_policy_internetFirewall"))
@@ -530,6 +704,180 @@ def mutation_policy_parse(mutation_subparsers):
530
704
  help='Pretty print')
531
705
  mutation_policy_remotePortFwd_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.remotePortFwd.updateSection')
532
706
 
707
+ mutation_policy_socketLan_parser = mutation_policy_subparsers.add_parser('socketLan',
708
+ help='socketLan() policy operation',
709
+ usage=get_help("mutation_policy_socketLan"))
710
+
711
+ mutation_policy_socketLan_subparsers = mutation_policy_socketLan_parser.add_subparsers()
712
+
713
+ mutation_policy_socketLan_addRule_parser = mutation_policy_socketLan_subparsers.add_parser('addRule',
714
+ help='addRule() socketLan operation',
715
+ usage=get_help("mutation_policy_socketLan_addRule"))
716
+
717
+ mutation_policy_socketLan_addRule_parser.add_argument('json', help='Variables in JSON format.')
718
+ mutation_policy_socketLan_addRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
719
+ mutation_policy_socketLan_addRule_parser.add_argument('-t', const=True, default=False, nargs='?',
720
+ help='Print test request preview without sending api call')
721
+ mutation_policy_socketLan_addRule_parser.add_argument('-v', const=True, default=False, nargs='?',
722
+ help='Verbose output')
723
+ mutation_policy_socketLan_addRule_parser.add_argument('-p', const=True, default=False, nargs='?',
724
+ help='Pretty print')
725
+ mutation_policy_socketLan_addRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.addRule')
726
+
727
+ mutation_policy_socketLan_addSection_parser = mutation_policy_socketLan_subparsers.add_parser('addSection',
728
+ help='addSection() socketLan operation',
729
+ usage=get_help("mutation_policy_socketLan_addSection"))
730
+
731
+ mutation_policy_socketLan_addSection_parser.add_argument('json', help='Variables in JSON format.')
732
+ mutation_policy_socketLan_addSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
733
+ mutation_policy_socketLan_addSection_parser.add_argument('-t', const=True, default=False, nargs='?',
734
+ help='Print test request preview without sending api call')
735
+ mutation_policy_socketLan_addSection_parser.add_argument('-v', const=True, default=False, nargs='?',
736
+ help='Verbose output')
737
+ mutation_policy_socketLan_addSection_parser.add_argument('-p', const=True, default=False, nargs='?',
738
+ help='Pretty print')
739
+ mutation_policy_socketLan_addSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.addSection')
740
+
741
+ mutation_policy_socketLan_createPolicyRevision_parser = mutation_policy_socketLan_subparsers.add_parser('createPolicyRevision',
742
+ help='createPolicyRevision() socketLan operation',
743
+ usage=get_help("mutation_policy_socketLan_createPolicyRevision"))
744
+
745
+ mutation_policy_socketLan_createPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
746
+ mutation_policy_socketLan_createPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
747
+ mutation_policy_socketLan_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
748
+ help='Print test request preview without sending api call')
749
+ mutation_policy_socketLan_createPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?',
750
+ help='Verbose output')
751
+ mutation_policy_socketLan_createPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?',
752
+ help='Pretty print')
753
+ mutation_policy_socketLan_createPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.createPolicyRevision')
754
+
755
+ mutation_policy_socketLan_discardPolicyRevision_parser = mutation_policy_socketLan_subparsers.add_parser('discardPolicyRevision',
756
+ help='discardPolicyRevision() socketLan operation',
757
+ usage=get_help("mutation_policy_socketLan_discardPolicyRevision"))
758
+
759
+ mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
760
+ mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
761
+ mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
762
+ help='Print test request preview without sending api call')
763
+ mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?',
764
+ help='Verbose output')
765
+ mutation_policy_socketLan_discardPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?',
766
+ help='Pretty print')
767
+ mutation_policy_socketLan_discardPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.discardPolicyRevision')
768
+
769
+ mutation_policy_socketLan_moveRule_parser = mutation_policy_socketLan_subparsers.add_parser('moveRule',
770
+ help='moveRule() socketLan operation',
771
+ usage=get_help("mutation_policy_socketLan_moveRule"))
772
+
773
+ mutation_policy_socketLan_moveRule_parser.add_argument('json', help='Variables in JSON format.')
774
+ mutation_policy_socketLan_moveRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
775
+ mutation_policy_socketLan_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?',
776
+ help='Print test request preview without sending api call')
777
+ mutation_policy_socketLan_moveRule_parser.add_argument('-v', const=True, default=False, nargs='?',
778
+ help='Verbose output')
779
+ mutation_policy_socketLan_moveRule_parser.add_argument('-p', const=True, default=False, nargs='?',
780
+ help='Pretty print')
781
+ mutation_policy_socketLan_moveRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.moveRule')
782
+
783
+ mutation_policy_socketLan_moveSection_parser = mutation_policy_socketLan_subparsers.add_parser('moveSection',
784
+ help='moveSection() socketLan operation',
785
+ usage=get_help("mutation_policy_socketLan_moveSection"))
786
+
787
+ mutation_policy_socketLan_moveSection_parser.add_argument('json', help='Variables in JSON format.')
788
+ mutation_policy_socketLan_moveSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
789
+ mutation_policy_socketLan_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?',
790
+ help='Print test request preview without sending api call')
791
+ mutation_policy_socketLan_moveSection_parser.add_argument('-v', const=True, default=False, nargs='?',
792
+ help='Verbose output')
793
+ mutation_policy_socketLan_moveSection_parser.add_argument('-p', const=True, default=False, nargs='?',
794
+ help='Pretty print')
795
+ mutation_policy_socketLan_moveSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.moveSection')
796
+
797
+ mutation_policy_socketLan_publishPolicyRevision_parser = mutation_policy_socketLan_subparsers.add_parser('publishPolicyRevision',
798
+ help='publishPolicyRevision() socketLan operation',
799
+ usage=get_help("mutation_policy_socketLan_publishPolicyRevision"))
800
+
801
+ mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
802
+ mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
803
+ mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
804
+ help='Print test request preview without sending api call')
805
+ mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?',
806
+ help='Verbose output')
807
+ mutation_policy_socketLan_publishPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?',
808
+ help='Pretty print')
809
+ mutation_policy_socketLan_publishPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.publishPolicyRevision')
810
+
811
+ mutation_policy_socketLan_removeRule_parser = mutation_policy_socketLan_subparsers.add_parser('removeRule',
812
+ help='removeRule() socketLan operation',
813
+ usage=get_help("mutation_policy_socketLan_removeRule"))
814
+
815
+ mutation_policy_socketLan_removeRule_parser.add_argument('json', help='Variables in JSON format.')
816
+ mutation_policy_socketLan_removeRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
817
+ mutation_policy_socketLan_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?',
818
+ help='Print test request preview without sending api call')
819
+ mutation_policy_socketLan_removeRule_parser.add_argument('-v', const=True, default=False, nargs='?',
820
+ help='Verbose output')
821
+ mutation_policy_socketLan_removeRule_parser.add_argument('-p', const=True, default=False, nargs='?',
822
+ help='Pretty print')
823
+ mutation_policy_socketLan_removeRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.removeRule')
824
+
825
+ mutation_policy_socketLan_removeSection_parser = mutation_policy_socketLan_subparsers.add_parser('removeSection',
826
+ help='removeSection() socketLan operation',
827
+ usage=get_help("mutation_policy_socketLan_removeSection"))
828
+
829
+ mutation_policy_socketLan_removeSection_parser.add_argument('json', help='Variables in JSON format.')
830
+ mutation_policy_socketLan_removeSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
831
+ mutation_policy_socketLan_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?',
832
+ help='Print test request preview without sending api call')
833
+ mutation_policy_socketLan_removeSection_parser.add_argument('-v', const=True, default=False, nargs='?',
834
+ help='Verbose output')
835
+ mutation_policy_socketLan_removeSection_parser.add_argument('-p', const=True, default=False, nargs='?',
836
+ help='Pretty print')
837
+ mutation_policy_socketLan_removeSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.removeSection')
838
+
839
+ mutation_policy_socketLan_updatePolicy_parser = mutation_policy_socketLan_subparsers.add_parser('updatePolicy',
840
+ help='updatePolicy() socketLan operation',
841
+ usage=get_help("mutation_policy_socketLan_updatePolicy"))
842
+
843
+ mutation_policy_socketLan_updatePolicy_parser.add_argument('json', help='Variables in JSON format.')
844
+ mutation_policy_socketLan_updatePolicy_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
845
+ mutation_policy_socketLan_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?',
846
+ help='Print test request preview without sending api call')
847
+ mutation_policy_socketLan_updatePolicy_parser.add_argument('-v', const=True, default=False, nargs='?',
848
+ help='Verbose output')
849
+ mutation_policy_socketLan_updatePolicy_parser.add_argument('-p', const=True, default=False, nargs='?',
850
+ help='Pretty print')
851
+ mutation_policy_socketLan_updatePolicy_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.updatePolicy')
852
+
853
+ mutation_policy_socketLan_updateRule_parser = mutation_policy_socketLan_subparsers.add_parser('updateRule',
854
+ help='updateRule() socketLan operation',
855
+ usage=get_help("mutation_policy_socketLan_updateRule"))
856
+
857
+ mutation_policy_socketLan_updateRule_parser.add_argument('json', help='Variables in JSON format.')
858
+ mutation_policy_socketLan_updateRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
859
+ mutation_policy_socketLan_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?',
860
+ help='Print test request preview without sending api call')
861
+ mutation_policy_socketLan_updateRule_parser.add_argument('-v', const=True, default=False, nargs='?',
862
+ help='Verbose output')
863
+ mutation_policy_socketLan_updateRule_parser.add_argument('-p', const=True, default=False, nargs='?',
864
+ help='Pretty print')
865
+ mutation_policy_socketLan_updateRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.updateRule')
866
+
867
+ mutation_policy_socketLan_updateSection_parser = mutation_policy_socketLan_subparsers.add_parser('updateSection',
868
+ help='updateSection() socketLan operation',
869
+ usage=get_help("mutation_policy_socketLan_updateSection"))
870
+
871
+ mutation_policy_socketLan_updateSection_parser.add_argument('json', help='Variables in JSON format.')
872
+ mutation_policy_socketLan_updateSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
873
+ mutation_policy_socketLan_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?',
874
+ help='Print test request preview without sending api call')
875
+ mutation_policy_socketLan_updateSection_parser.add_argument('-v', const=True, default=False, nargs='?',
876
+ help='Verbose output')
877
+ mutation_policy_socketLan_updateSection_parser.add_argument('-p', const=True, default=False, nargs='?',
878
+ help='Pretty print')
879
+ mutation_policy_socketLan_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.socketLan.updateSection')
880
+
533
881
  mutation_policy_wanFirewall_parser = mutation_policy_subparsers.add_parser('wanFirewall',
534
882
  help='wanFirewall() policy operation',
535
883
  usage=get_help("mutation_policy_wanFirewall"))
@@ -703,3 +1051,177 @@ def mutation_policy_parse(mutation_subparsers):
703
1051
  mutation_policy_wanFirewall_updateSection_parser.add_argument('-p', const=True, default=False, nargs='?',
704
1052
  help='Pretty print')
705
1053
  mutation_policy_wanFirewall_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanFirewall.updateSection')
1054
+
1055
+ mutation_policy_wanNetwork_parser = mutation_policy_subparsers.add_parser('wanNetwork',
1056
+ help='wanNetwork() policy operation',
1057
+ usage=get_help("mutation_policy_wanNetwork"))
1058
+
1059
+ mutation_policy_wanNetwork_subparsers = mutation_policy_wanNetwork_parser.add_subparsers()
1060
+
1061
+ mutation_policy_wanNetwork_addRule_parser = mutation_policy_wanNetwork_subparsers.add_parser('addRule',
1062
+ help='addRule() wanNetwork operation',
1063
+ usage=get_help("mutation_policy_wanNetwork_addRule"))
1064
+
1065
+ mutation_policy_wanNetwork_addRule_parser.add_argument('json', help='Variables in JSON format.')
1066
+ mutation_policy_wanNetwork_addRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
1067
+ mutation_policy_wanNetwork_addRule_parser.add_argument('-t', const=True, default=False, nargs='?',
1068
+ help='Print test request preview without sending api call')
1069
+ mutation_policy_wanNetwork_addRule_parser.add_argument('-v', const=True, default=False, nargs='?',
1070
+ help='Verbose output')
1071
+ mutation_policy_wanNetwork_addRule_parser.add_argument('-p', const=True, default=False, nargs='?',
1072
+ help='Pretty print')
1073
+ mutation_policy_wanNetwork_addRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.addRule')
1074
+
1075
+ mutation_policy_wanNetwork_addSection_parser = mutation_policy_wanNetwork_subparsers.add_parser('addSection',
1076
+ help='addSection() wanNetwork operation',
1077
+ usage=get_help("mutation_policy_wanNetwork_addSection"))
1078
+
1079
+ mutation_policy_wanNetwork_addSection_parser.add_argument('json', help='Variables in JSON format.')
1080
+ mutation_policy_wanNetwork_addSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
1081
+ mutation_policy_wanNetwork_addSection_parser.add_argument('-t', const=True, default=False, nargs='?',
1082
+ help='Print test request preview without sending api call')
1083
+ mutation_policy_wanNetwork_addSection_parser.add_argument('-v', const=True, default=False, nargs='?',
1084
+ help='Verbose output')
1085
+ mutation_policy_wanNetwork_addSection_parser.add_argument('-p', const=True, default=False, nargs='?',
1086
+ help='Pretty print')
1087
+ mutation_policy_wanNetwork_addSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.addSection')
1088
+
1089
+ mutation_policy_wanNetwork_createPolicyRevision_parser = mutation_policy_wanNetwork_subparsers.add_parser('createPolicyRevision',
1090
+ help='createPolicyRevision() wanNetwork operation',
1091
+ usage=get_help("mutation_policy_wanNetwork_createPolicyRevision"))
1092
+
1093
+ mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
1094
+ mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
1095
+ mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
1096
+ help='Print test request preview without sending api call')
1097
+ mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?',
1098
+ help='Verbose output')
1099
+ mutation_policy_wanNetwork_createPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?',
1100
+ help='Pretty print')
1101
+ mutation_policy_wanNetwork_createPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.createPolicyRevision')
1102
+
1103
+ mutation_policy_wanNetwork_discardPolicyRevision_parser = mutation_policy_wanNetwork_subparsers.add_parser('discardPolicyRevision',
1104
+ help='discardPolicyRevision() wanNetwork operation',
1105
+ usage=get_help("mutation_policy_wanNetwork_discardPolicyRevision"))
1106
+
1107
+ mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
1108
+ mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
1109
+ mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
1110
+ help='Print test request preview without sending api call')
1111
+ mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?',
1112
+ help='Verbose output')
1113
+ mutation_policy_wanNetwork_discardPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?',
1114
+ help='Pretty print')
1115
+ mutation_policy_wanNetwork_discardPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.discardPolicyRevision')
1116
+
1117
+ mutation_policy_wanNetwork_moveRule_parser = mutation_policy_wanNetwork_subparsers.add_parser('moveRule',
1118
+ help='moveRule() wanNetwork operation',
1119
+ usage=get_help("mutation_policy_wanNetwork_moveRule"))
1120
+
1121
+ mutation_policy_wanNetwork_moveRule_parser.add_argument('json', help='Variables in JSON format.')
1122
+ mutation_policy_wanNetwork_moveRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
1123
+ mutation_policy_wanNetwork_moveRule_parser.add_argument('-t', const=True, default=False, nargs='?',
1124
+ help='Print test request preview without sending api call')
1125
+ mutation_policy_wanNetwork_moveRule_parser.add_argument('-v', const=True, default=False, nargs='?',
1126
+ help='Verbose output')
1127
+ mutation_policy_wanNetwork_moveRule_parser.add_argument('-p', const=True, default=False, nargs='?',
1128
+ help='Pretty print')
1129
+ mutation_policy_wanNetwork_moveRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.moveRule')
1130
+
1131
+ mutation_policy_wanNetwork_moveSection_parser = mutation_policy_wanNetwork_subparsers.add_parser('moveSection',
1132
+ help='moveSection() wanNetwork operation',
1133
+ usage=get_help("mutation_policy_wanNetwork_moveSection"))
1134
+
1135
+ mutation_policy_wanNetwork_moveSection_parser.add_argument('json', help='Variables in JSON format.')
1136
+ mutation_policy_wanNetwork_moveSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
1137
+ mutation_policy_wanNetwork_moveSection_parser.add_argument('-t', const=True, default=False, nargs='?',
1138
+ help='Print test request preview without sending api call')
1139
+ mutation_policy_wanNetwork_moveSection_parser.add_argument('-v', const=True, default=False, nargs='?',
1140
+ help='Verbose output')
1141
+ mutation_policy_wanNetwork_moveSection_parser.add_argument('-p', const=True, default=False, nargs='?',
1142
+ help='Pretty print')
1143
+ mutation_policy_wanNetwork_moveSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.moveSection')
1144
+
1145
+ mutation_policy_wanNetwork_publishPolicyRevision_parser = mutation_policy_wanNetwork_subparsers.add_parser('publishPolicyRevision',
1146
+ help='publishPolicyRevision() wanNetwork operation',
1147
+ usage=get_help("mutation_policy_wanNetwork_publishPolicyRevision"))
1148
+
1149
+ mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('json', help='Variables in JSON format.')
1150
+ mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
1151
+ mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('-t', const=True, default=False, nargs='?',
1152
+ help='Print test request preview without sending api call')
1153
+ mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('-v', const=True, default=False, nargs='?',
1154
+ help='Verbose output')
1155
+ mutation_policy_wanNetwork_publishPolicyRevision_parser.add_argument('-p', const=True, default=False, nargs='?',
1156
+ help='Pretty print')
1157
+ mutation_policy_wanNetwork_publishPolicyRevision_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.publishPolicyRevision')
1158
+
1159
+ mutation_policy_wanNetwork_removeRule_parser = mutation_policy_wanNetwork_subparsers.add_parser('removeRule',
1160
+ help='removeRule() wanNetwork operation',
1161
+ usage=get_help("mutation_policy_wanNetwork_removeRule"))
1162
+
1163
+ mutation_policy_wanNetwork_removeRule_parser.add_argument('json', help='Variables in JSON format.')
1164
+ mutation_policy_wanNetwork_removeRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
1165
+ mutation_policy_wanNetwork_removeRule_parser.add_argument('-t', const=True, default=False, nargs='?',
1166
+ help='Print test request preview without sending api call')
1167
+ mutation_policy_wanNetwork_removeRule_parser.add_argument('-v', const=True, default=False, nargs='?',
1168
+ help='Verbose output')
1169
+ mutation_policy_wanNetwork_removeRule_parser.add_argument('-p', const=True, default=False, nargs='?',
1170
+ help='Pretty print')
1171
+ mutation_policy_wanNetwork_removeRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.removeRule')
1172
+
1173
+ mutation_policy_wanNetwork_removeSection_parser = mutation_policy_wanNetwork_subparsers.add_parser('removeSection',
1174
+ help='removeSection() wanNetwork operation',
1175
+ usage=get_help("mutation_policy_wanNetwork_removeSection"))
1176
+
1177
+ mutation_policy_wanNetwork_removeSection_parser.add_argument('json', help='Variables in JSON format.')
1178
+ mutation_policy_wanNetwork_removeSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
1179
+ mutation_policy_wanNetwork_removeSection_parser.add_argument('-t', const=True, default=False, nargs='?',
1180
+ help='Print test request preview without sending api call')
1181
+ mutation_policy_wanNetwork_removeSection_parser.add_argument('-v', const=True, default=False, nargs='?',
1182
+ help='Verbose output')
1183
+ mutation_policy_wanNetwork_removeSection_parser.add_argument('-p', const=True, default=False, nargs='?',
1184
+ help='Pretty print')
1185
+ mutation_policy_wanNetwork_removeSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.removeSection')
1186
+
1187
+ mutation_policy_wanNetwork_updatePolicy_parser = mutation_policy_wanNetwork_subparsers.add_parser('updatePolicy',
1188
+ help='updatePolicy() wanNetwork operation',
1189
+ usage=get_help("mutation_policy_wanNetwork_updatePolicy"))
1190
+
1191
+ mutation_policy_wanNetwork_updatePolicy_parser.add_argument('json', help='Variables in JSON format.')
1192
+ mutation_policy_wanNetwork_updatePolicy_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
1193
+ mutation_policy_wanNetwork_updatePolicy_parser.add_argument('-t', const=True, default=False, nargs='?',
1194
+ help='Print test request preview without sending api call')
1195
+ mutation_policy_wanNetwork_updatePolicy_parser.add_argument('-v', const=True, default=False, nargs='?',
1196
+ help='Verbose output')
1197
+ mutation_policy_wanNetwork_updatePolicy_parser.add_argument('-p', const=True, default=False, nargs='?',
1198
+ help='Pretty print')
1199
+ mutation_policy_wanNetwork_updatePolicy_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.updatePolicy')
1200
+
1201
+ mutation_policy_wanNetwork_updateRule_parser = mutation_policy_wanNetwork_subparsers.add_parser('updateRule',
1202
+ help='updateRule() wanNetwork operation',
1203
+ usage=get_help("mutation_policy_wanNetwork_updateRule"))
1204
+
1205
+ mutation_policy_wanNetwork_updateRule_parser.add_argument('json', help='Variables in JSON format.')
1206
+ mutation_policy_wanNetwork_updateRule_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
1207
+ mutation_policy_wanNetwork_updateRule_parser.add_argument('-t', const=True, default=False, nargs='?',
1208
+ help='Print test request preview without sending api call')
1209
+ mutation_policy_wanNetwork_updateRule_parser.add_argument('-v', const=True, default=False, nargs='?',
1210
+ help='Verbose output')
1211
+ mutation_policy_wanNetwork_updateRule_parser.add_argument('-p', const=True, default=False, nargs='?',
1212
+ help='Pretty print')
1213
+ mutation_policy_wanNetwork_updateRule_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.updateRule')
1214
+
1215
+ mutation_policy_wanNetwork_updateSection_parser = mutation_policy_wanNetwork_subparsers.add_parser('updateSection',
1216
+ help='updateSection() wanNetwork operation',
1217
+ usage=get_help("mutation_policy_wanNetwork_updateSection"))
1218
+
1219
+ mutation_policy_wanNetwork_updateSection_parser.add_argument('json', help='Variables in JSON format.')
1220
+ mutation_policy_wanNetwork_updateSection_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
1221
+ mutation_policy_wanNetwork_updateSection_parser.add_argument('-t', const=True, default=False, nargs='?',
1222
+ help='Print test request preview without sending api call')
1223
+ mutation_policy_wanNetwork_updateSection_parser.add_argument('-v', const=True, default=False, nargs='?',
1224
+ help='Verbose output')
1225
+ mutation_policy_wanNetwork_updateSection_parser.add_argument('-p', const=True, default=False, nargs='?',
1226
+ help='Pretty print')
1227
+ mutation_policy_wanNetwork_updateSection_parser.set_defaults(func=createRequest,operation_name='mutation.policy.wanNetwork.updateSection')