catocli 2.1.1__py3-none-any.whl → 2.1.2__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 (563) hide show
  1. catocli/Utils/clidriver.py +214 -209
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/customLib.py +1 -1
  4. catocli/parsers/custom/export_sites/export_sites.py +118 -130
  5. catocli/parsers/customParserApiClient.py +1195 -0
  6. catocli/parsers/custom_private/__init__.py +1 -1
  7. catocli/parsers/mutation_accountManagement/__init__.py +45 -58
  8. catocli/parsers/mutation_accountManagement_addAccount/README.md +7 -5
  9. catocli/parsers/mutation_accountManagement_removeAccount/README.md +4 -5
  10. catocli/parsers/mutation_accountManagement_updateAccount/README.md +7 -5
  11. catocli/parsers/mutation_admin/__init__.py +84 -45
  12. catocli/parsers/mutation_admin_addAdmin/README.md +7 -5
  13. catocli/parsers/mutation_admin_addServicePrincipalAdmin/README.md +19 -0
  14. catocli/parsers/mutation_admin_removeAdmin/README.md +7 -5
  15. catocli/parsers/mutation_admin_removeServicePrincipalAdmin/README.md +19 -0
  16. catocli/parsers/mutation_admin_updateAdmin/README.md +8 -6
  17. catocli/parsers/mutation_admin_updateServicePrincipalAdmin/README.md +20 -0
  18. catocli/parsers/mutation_container/__init__.py +135 -135
  19. catocli/parsers/mutation_container_delete/README.md +7 -5
  20. catocli/parsers/mutation_container_fqdn_addValues/README.md +7 -5
  21. catocli/parsers/mutation_container_fqdn_createFromFile/README.md +7 -5
  22. catocli/parsers/mutation_container_fqdn_removeValues/README.md +7 -5
  23. catocli/parsers/mutation_container_fqdn_updateFromFile/README.md +7 -5
  24. catocli/parsers/mutation_container_ipAddressRange_addValues/README.md +7 -5
  25. catocli/parsers/mutation_container_ipAddressRange_createFromFile/README.md +7 -5
  26. catocli/parsers/mutation_container_ipAddressRange_removeValues/README.md +7 -5
  27. catocli/parsers/mutation_container_ipAddressRange_updateFromFile/README.md +7 -5
  28. catocli/parsers/mutation_enterpriseDirectory/README.md +7 -0
  29. catocli/parsers/mutation_enterpriseDirectory/__init__.py +61 -0
  30. catocli/parsers/mutation_enterpriseDirectory_archiveLocation/README.md +19 -0
  31. catocli/parsers/mutation_enterpriseDirectory_createLocation/README.md +19 -0
  32. catocli/parsers/mutation_enterpriseDirectory_restoreLocation/README.md +19 -0
  33. catocli/parsers/mutation_enterpriseDirectory_updateLocation/README.md +19 -0
  34. catocli/parsers/mutation_groups/__init__.py +45 -45
  35. catocli/parsers/mutation_groups_createGroup/README.md +8 -6
  36. catocli/parsers/mutation_groups_deleteGroup/README.md +8 -6
  37. catocli/parsers/mutation_groups_updateGroup/README.md +8 -6
  38. catocli/parsers/mutation_hardware/__init__.py +16 -16
  39. catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +7 -5
  40. catocli/parsers/mutation_policy/__init__.py +1302 -1302
  41. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +8 -6
  42. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +8 -6
  43. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +8 -6
  44. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +8 -6
  45. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +8 -6
  46. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +8 -6
  47. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +8 -6
  48. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +8 -6
  49. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +8 -6
  50. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +8 -6
  51. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +8 -6
  52. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +8 -6
  53. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +8 -6
  54. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +8 -6
  55. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +8 -6
  56. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +8 -6
  57. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +8 -6
  58. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +8 -6
  59. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +8 -6
  60. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +8 -6
  61. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +8 -6
  62. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +8 -6
  63. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +8 -6
  64. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +8 -6
  65. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +8 -6
  66. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +8 -6
  67. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +8 -6
  68. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +8 -6
  69. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +8 -6
  70. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +8 -6
  71. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +8 -6
  72. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +8 -6
  73. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +8 -6
  74. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +8 -6
  75. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +8 -6
  76. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +8 -6
  77. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +8 -6
  78. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +8 -6
  79. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +8 -6
  80. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +8 -6
  81. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +8 -6
  82. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +8 -6
  83. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +8 -6
  84. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +8 -6
  85. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +8 -6
  86. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +8 -6
  87. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +8 -6
  88. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +8 -6
  89. catocli/parsers/mutation_policy_socketLan_addRule/README.md +8 -6
  90. catocli/parsers/mutation_policy_socketLan_addSection/README.md +8 -6
  91. catocli/parsers/mutation_policy_socketLan_createPolicyRevision/README.md +8 -6
  92. catocli/parsers/mutation_policy_socketLan_discardPolicyRevision/README.md +8 -6
  93. catocli/parsers/mutation_policy_socketLan_moveRule/README.md +8 -6
  94. catocli/parsers/mutation_policy_socketLan_moveSection/README.md +8 -6
  95. catocli/parsers/mutation_policy_socketLan_publishPolicyRevision/README.md +8 -6
  96. catocli/parsers/mutation_policy_socketLan_removeRule/README.md +8 -6
  97. catocli/parsers/mutation_policy_socketLan_removeSection/README.md +8 -6
  98. catocli/parsers/mutation_policy_socketLan_updatePolicy/README.md +8 -6
  99. catocli/parsers/mutation_policy_socketLan_updateRule/README.md +8 -6
  100. catocli/parsers/mutation_policy_socketLan_updateSection/README.md +8 -6
  101. catocli/parsers/mutation_policy_terminalServer_addRule/README.md +8 -6
  102. catocli/parsers/mutation_policy_terminalServer_addSection/README.md +8 -6
  103. catocli/parsers/mutation_policy_terminalServer_createPolicyRevision/README.md +8 -6
  104. catocli/parsers/mutation_policy_terminalServer_discardPolicyRevision/README.md +8 -6
  105. catocli/parsers/mutation_policy_terminalServer_moveRule/README.md +8 -6
  106. catocli/parsers/mutation_policy_terminalServer_moveSection/README.md +8 -6
  107. catocli/parsers/mutation_policy_terminalServer_publishPolicyRevision/README.md +8 -6
  108. catocli/parsers/mutation_policy_terminalServer_removeRule/README.md +8 -6
  109. catocli/parsers/mutation_policy_terminalServer_removeSection/README.md +8 -6
  110. catocli/parsers/mutation_policy_terminalServer_updatePolicy/README.md +8 -6
  111. catocli/parsers/mutation_policy_terminalServer_updateRule/README.md +8 -6
  112. catocli/parsers/mutation_policy_terminalServer_updateSection/README.md +8 -6
  113. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +8 -6
  114. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +8 -6
  115. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +8 -6
  116. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +8 -6
  117. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +8 -6
  118. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +8 -6
  119. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +8 -6
  120. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +8 -6
  121. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +8 -6
  122. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +8 -6
  123. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +8 -6
  124. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +8 -6
  125. catocli/parsers/mutation_policy_wanNetwork_addRule/README.md +8 -6
  126. catocli/parsers/mutation_policy_wanNetwork_addSection/README.md +8 -6
  127. catocli/parsers/mutation_policy_wanNetwork_createPolicyRevision/README.md +8 -6
  128. catocli/parsers/mutation_policy_wanNetwork_discardPolicyRevision/README.md +8 -6
  129. catocli/parsers/mutation_policy_wanNetwork_moveRule/README.md +8 -6
  130. catocli/parsers/mutation_policy_wanNetwork_moveSection/README.md +8 -6
  131. catocli/parsers/mutation_policy_wanNetwork_publishPolicyRevision/README.md +8 -6
  132. catocli/parsers/mutation_policy_wanNetwork_removeRule/README.md +8 -6
  133. catocli/parsers/mutation_policy_wanNetwork_removeSection/README.md +8 -6
  134. catocli/parsers/mutation_policy_wanNetwork_updatePolicy/README.md +8 -6
  135. catocli/parsers/mutation_policy_wanNetwork_updateRule/README.md +8 -6
  136. catocli/parsers/mutation_policy_wanNetwork_updateSection/README.md +8 -6
  137. catocli/parsers/mutation_sandbox/__init__.py +27 -27
  138. catocli/parsers/mutation_sandbox_deleteReport/README.md +7 -5
  139. catocli/parsers/mutation_sandbox_uploadFile/README.md +7 -5
  140. catocli/parsers/mutation_site/__init__.py +474 -474
  141. catocli/parsers/mutation_site_addBgpPeer/README.md +7 -5
  142. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +7 -5
  143. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +7 -5
  144. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +7 -5
  145. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +8 -6
  146. catocli/parsers/mutation_site_addNetworkRange/README.md +8 -6
  147. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +7 -5
  148. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +7 -5
  149. catocli/parsers/mutation_site_addSocketAddOnCard/README.md +7 -5
  150. catocli/parsers/mutation_site_addSocketSite/README.md +7 -5
  151. catocli/parsers/mutation_site_addStaticHost/README.md +8 -6
  152. catocli/parsers/mutation_site_assignSiteBwLicense/README.md +7 -5
  153. catocli/parsers/mutation_site_removeBgpPeer/README.md +7 -5
  154. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +7 -5
  155. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +8 -6
  156. catocli/parsers/mutation_site_removeNetworkRange/README.md +7 -5
  157. catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +7 -5
  158. catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +7 -5
  159. catocli/parsers/mutation_site_removeSite/README.md +7 -5
  160. catocli/parsers/mutation_site_removeSiteBwLicense/README.md +7 -5
  161. catocli/parsers/mutation_site_removeSocketAddOnCard/README.md +7 -5
  162. catocli/parsers/mutation_site_removeStaticHost/README.md +7 -5
  163. catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +7 -5
  164. catocli/parsers/mutation_site_startSiteUpgrade/README.md +7 -5
  165. catocli/parsers/mutation_site_updateBgpPeer/README.md +7 -5
  166. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +7 -5
  167. catocli/parsers/mutation_site_updateHa/README.md +8 -6
  168. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +8 -6
  169. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +8 -6
  170. catocli/parsers/mutation_site_updateNetworkRange/README.md +8 -6
  171. catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +7 -5
  172. catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +7 -5
  173. catocli/parsers/mutation_site_updateSiteBwLicense/README.md +7 -5
  174. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +8 -6
  175. catocli/parsers/mutation_site_updateSocketInterface/README.md +9 -7
  176. catocli/parsers/mutation_site_updateStaticHost/README.md +8 -6
  177. catocli/parsers/mutation_sites/__init__.py +474 -474
  178. catocli/parsers/mutation_sites_addBgpPeer/README.md +7 -5
  179. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +7 -5
  180. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +7 -5
  181. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +7 -5
  182. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +8 -6
  183. catocli/parsers/mutation_sites_addNetworkRange/README.md +8 -6
  184. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +7 -5
  185. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +7 -5
  186. catocli/parsers/mutation_sites_addSocketAddOnCard/README.md +7 -5
  187. catocli/parsers/mutation_sites_addSocketSite/README.md +7 -5
  188. catocli/parsers/mutation_sites_addStaticHost/README.md +8 -6
  189. catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +7 -5
  190. catocli/parsers/mutation_sites_removeBgpPeer/README.md +7 -5
  191. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +7 -5
  192. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +8 -6
  193. catocli/parsers/mutation_sites_removeNetworkRange/README.md +7 -5
  194. catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +7 -5
  195. catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +7 -5
  196. catocli/parsers/mutation_sites_removeSite/README.md +7 -5
  197. catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +7 -5
  198. catocli/parsers/mutation_sites_removeSocketAddOnCard/README.md +7 -5
  199. catocli/parsers/mutation_sites_removeStaticHost/README.md +7 -5
  200. catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +7 -5
  201. catocli/parsers/mutation_sites_startSiteUpgrade/README.md +7 -5
  202. catocli/parsers/mutation_sites_updateBgpPeer/README.md +7 -5
  203. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +7 -5
  204. catocli/parsers/mutation_sites_updateHa/README.md +8 -6
  205. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +8 -6
  206. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +8 -6
  207. catocli/parsers/mutation_sites_updateNetworkRange/README.md +8 -6
  208. catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +7 -5
  209. catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +7 -5
  210. catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +7 -5
  211. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +8 -6
  212. catocli/parsers/mutation_sites_updateSocketInterface/README.md +9 -7
  213. catocli/parsers/mutation_sites_updateStaticHost/README.md +8 -6
  214. catocli/parsers/mutation_xdr/__init__.py +45 -45
  215. catocli/parsers/mutation_xdr_addStoryComment/README.md +7 -5
  216. catocli/parsers/mutation_xdr_analystFeedback/README.md +7 -6
  217. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +7 -5
  218. catocli/parsers/query_accountBySubdomain/README.md +7 -5
  219. catocli/parsers/query_accountBySubdomain/__init__.py +12 -12
  220. catocli/parsers/query_accountManagement/README.md +4 -5
  221. catocli/parsers/query_accountManagement/__init__.py +12 -12
  222. catocli/parsers/query_accountMetrics/README.md +20 -18
  223. catocli/parsers/query_accountMetrics/__init__.py +12 -12
  224. catocli/parsers/query_accountRoles/README.md +7 -5
  225. catocli/parsers/query_accountRoles/__init__.py +12 -12
  226. catocli/parsers/query_accountSnapshot/README.md +8 -6
  227. catocli/parsers/query_accountSnapshot/__init__.py +12 -12
  228. catocli/parsers/query_admin/README.md +7 -5
  229. catocli/parsers/query_admin/__init__.py +12 -12
  230. catocli/parsers/query_admins/README.md +11 -9
  231. catocli/parsers/query_admins/__init__.py +12 -12
  232. catocli/parsers/query_appStats/README.md +20 -11
  233. catocli/parsers/query_appStats/__init__.py +12 -12
  234. catocli/parsers/query_appStatsTimeSeries/README.md +21 -12
  235. catocli/parsers/query_appStatsTimeSeries/__init__.py +12 -12
  236. catocli/parsers/query_auditFeed/README.md +10 -8
  237. catocli/parsers/query_auditFeed/__init__.py +12 -12
  238. catocli/parsers/query_catalogs/README.md +9 -7
  239. catocli/parsers/query_catalogs/__init__.py +12 -12
  240. catocli/parsers/query_container/README.md +13 -11
  241. catocli/parsers/query_container/__init__.py +12 -12
  242. catocli/parsers/query_devices/README.md +10 -8
  243. catocli/parsers/query_devices/__init__.py +12 -12
  244. catocli/parsers/query_enterpriseDirectory/README.md +19 -0
  245. catocli/parsers/query_enterpriseDirectory/__init__.py +16 -0
  246. catocli/parsers/query_entityLookup/README.md +19 -17
  247. catocli/parsers/query_entityLookup/__init__.py +12 -12
  248. catocli/parsers/query_events/README.md +13 -11
  249. catocli/parsers/query_events/__init__.py +12 -12
  250. catocli/parsers/query_eventsFeed/README.md +9 -7
  251. catocli/parsers/query_eventsFeed/__init__.py +12 -12
  252. catocli/parsers/query_eventsTimeSeries/README.md +14 -12
  253. catocli/parsers/query_eventsTimeSeries/__init__.py +12 -12
  254. catocli/parsers/query_groups/__init__.py +51 -51
  255. catocli/parsers/query_groups_groupList/README.md +8 -6
  256. catocli/parsers/query_groups_group_members/README.md +8 -6
  257. catocli/parsers/query_groups_whereUsed/README.md +7 -5
  258. catocli/parsers/query_hardware/README.md +7 -5
  259. catocli/parsers/query_hardware/__init__.py +12 -12
  260. catocli/parsers/query_hardwareManagement/README.md +7 -5
  261. catocli/parsers/query_hardwareManagement/__init__.py +12 -12
  262. catocli/parsers/query_licensing/README.md +4 -5
  263. catocli/parsers/query_licensing/__init__.py +12 -12
  264. catocli/parsers/query_policy/__init__.py +158 -158
  265. catocli/parsers/query_policy_appTenantRestriction_policy/README.md +7 -5
  266. catocli/parsers/query_policy_dynamicIpAllocation_policy/README.md +7 -5
  267. catocli/parsers/query_policy_internetFirewall_policy/README.md +7 -5
  268. catocli/parsers/query_policy_remotePortFwd_policy/README.md +7 -5
  269. catocli/parsers/query_policy_socketLan_policy/README.md +7 -5
  270. catocli/parsers/query_policy_terminalServer_policy/README.md +7 -5
  271. catocli/parsers/query_policy_wanFirewall_policy/README.md +7 -5
  272. catocli/parsers/query_policy_wanNetwork_policy/README.md +7 -5
  273. catocli/parsers/query_popLocations/README.md +7 -5
  274. catocli/parsers/query_popLocations/__init__.py +12 -12
  275. catocli/parsers/query_sandbox/README.md +7 -5
  276. catocli/parsers/query_sandbox/__init__.py +12 -12
  277. catocli/parsers/query_servicePrincipalAdmin/README.md +19 -0
  278. catocli/parsers/query_servicePrincipalAdmin/__init__.py +16 -0
  279. catocli/parsers/query_site/__init__.py +123 -123
  280. catocli/parsers/query_siteLocation/__init__.py +10 -10
  281. catocli/parsers/query_site_availableVersionList/README.md +7 -5
  282. catocli/parsers/query_site_bgpPeer/README.md +7 -5
  283. catocli/parsers/query_site_bgpPeerList/README.md +7 -5
  284. catocli/parsers/query_site_cloudInterconnectConnectionConnectivity/README.md +7 -5
  285. catocli/parsers/query_site_cloudInterconnectPhysicalConnection/README.md +7 -5
  286. catocli/parsers/query_site_cloudInterconnectPhysicalConnectionId/README.md +7 -5
  287. catocli/parsers/query_site_secondaryAwsVSocket/README.md +7 -5
  288. catocli/parsers/query_site_secondaryAzureVSocket/README.md +7 -5
  289. catocli/parsers/query_site_siteBgpStatus/README.md +7 -5
  290. catocli/parsers/query_socketPortMetrics/README.md +13 -11
  291. catocli/parsers/query_socketPortMetrics/__init__.py +12 -12
  292. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +14 -12
  293. catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +12 -12
  294. catocli/parsers/query_subDomains/README.md +7 -5
  295. catocli/parsers/query_subDomains/__init__.py +12 -12
  296. catocli/parsers/query_xdr/__init__.py +27 -27
  297. catocli/parsers/query_xdr_stories/README.md +7 -6
  298. catocli/parsers/query_xdr_story/README.md +9 -8
  299. catocli/parsers/raw/__init__.py +9 -9
  300. {catocli-2.1.1.dist-info → catocli-2.1.2.dist-info}/METADATA +1 -1
  301. catocli-2.1.2.dist-info/RECORD +659 -0
  302. models/mutation.accountManagement.addAccount.json +5 -15
  303. models/mutation.accountManagement.updateAccount.json +1 -3
  304. models/mutation.admin.addAdmin.json +14 -35
  305. models/mutation.admin.addServicePrincipalAdmin.json +2554 -0
  306. models/mutation.admin.removeAdmin.json +1 -1
  307. models/mutation.admin.removeServicePrincipalAdmin.json +201 -0
  308. models/mutation.admin.updateAdmin.json +13 -30
  309. models/mutation.admin.updateServicePrincipalAdmin.json +2554 -0
  310. models/mutation.container.delete.json +9 -435
  311. models/mutation.container.fqdn.addValues.json +6 -11
  312. models/mutation.container.fqdn.createFromFile.json +4 -12
  313. models/mutation.container.fqdn.removeValues.json +6 -11
  314. models/mutation.container.fqdn.updateFromFile.json +5 -15
  315. models/mutation.container.ipAddressRange.addValues.json +4 -12
  316. models/mutation.container.ipAddressRange.createFromFile.json +4 -12
  317. models/mutation.container.ipAddressRange.removeValues.json +4 -12
  318. models/mutation.container.ipAddressRange.updateFromFile.json +5 -15
  319. models/mutation.enterpriseDirectory.archiveLocation.json +1046 -0
  320. models/mutation.enterpriseDirectory.createLocation.json +2521 -0
  321. models/mutation.enterpriseDirectory.restoreLocation.json +1046 -0
  322. models/mutation.enterpriseDirectory.updateLocation.json +2567 -0
  323. models/mutation.groups.createGroup.json +39 -171
  324. models/mutation.groups.deleteGroup.json +36 -162
  325. models/mutation.groups.updateGroup.json +41 -177
  326. models/mutation.hardware.updateHardwareShipping.json +18 -47
  327. models/mutation.policy.appTenantRestriction.addRule.json +50 -136
  328. models/mutation.policy.appTenantRestriction.addSection.json +4 -12
  329. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3 -9
  330. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +2 -6
  331. models/mutation.policy.appTenantRestriction.moveRule.json +4 -12
  332. models/mutation.policy.appTenantRestriction.moveSection.json +4 -12
  333. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3 -9
  334. models/mutation.policy.appTenantRestriction.removeRule.json +2 -6
  335. models/mutation.policy.appTenantRestriction.removeSection.json +2 -6
  336. models/mutation.policy.appTenantRestriction.updatePolicy.json +2 -6
  337. models/mutation.policy.appTenantRestriction.updateRule.json +49 -133
  338. models/mutation.policy.appTenantRestriction.updateSection.json +3 -9
  339. models/mutation.policy.dynamicIpAllocation.addRule.json +15 -45
  340. models/mutation.policy.dynamicIpAllocation.addSection.json +4 -12
  341. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +3 -9
  342. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2 -6
  343. models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -12
  344. models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -12
  345. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +3 -9
  346. models/mutation.policy.dynamicIpAllocation.removeRule.json +2 -6
  347. models/mutation.policy.dynamicIpAllocation.removeSection.json +2 -6
  348. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2 -6
  349. models/mutation.policy.dynamicIpAllocation.updateRule.json +14 -42
  350. models/mutation.policy.dynamicIpAllocation.updateSection.json +3 -9
  351. models/mutation.policy.internetFirewall.addRule.json +248 -542
  352. models/mutation.policy.internetFirewall.addSection.json +4 -12
  353. models/mutation.policy.internetFirewall.createPolicyRevision.json +3 -9
  354. models/mutation.policy.internetFirewall.discardPolicyRevision.json +2 -6
  355. models/mutation.policy.internetFirewall.moveRule.json +4 -12
  356. models/mutation.policy.internetFirewall.moveSection.json +4 -12
  357. models/mutation.policy.internetFirewall.publishPolicyRevision.json +3 -9
  358. models/mutation.policy.internetFirewall.removeRule.json +2 -6
  359. models/mutation.policy.internetFirewall.removeSection.json +2 -6
  360. models/mutation.policy.internetFirewall.updatePolicy.json +2 -6
  361. models/mutation.policy.internetFirewall.updateRule.json +247 -539
  362. models/mutation.policy.internetFirewall.updateSection.json +3 -9
  363. models/mutation.policy.remotePortFwd.addRule.json +35 -91
  364. models/mutation.policy.remotePortFwd.addSection.json +4 -12
  365. models/mutation.policy.remotePortFwd.createPolicyRevision.json +3 -9
  366. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2 -6
  367. models/mutation.policy.remotePortFwd.moveRule.json +4 -12
  368. models/mutation.policy.remotePortFwd.moveSection.json +4 -12
  369. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +3 -9
  370. models/mutation.policy.remotePortFwd.removeRule.json +2 -6
  371. models/mutation.policy.remotePortFwd.removeSection.json +2 -6
  372. models/mutation.policy.remotePortFwd.updatePolicy.json +2 -6
  373. models/mutation.policy.remotePortFwd.updateRule.json +34 -88
  374. models/mutation.policy.remotePortFwd.updateSection.json +3 -9
  375. models/mutation.policy.socketLan.addRule.json +78 -185
  376. models/mutation.policy.socketLan.addSection.json +4 -12
  377. models/mutation.policy.socketLan.createPolicyRevision.json +3 -9
  378. models/mutation.policy.socketLan.discardPolicyRevision.json +2 -6
  379. models/mutation.policy.socketLan.moveRule.json +4 -12
  380. models/mutation.policy.socketLan.moveSection.json +4 -12
  381. models/mutation.policy.socketLan.publishPolicyRevision.json +3 -9
  382. models/mutation.policy.socketLan.removeRule.json +2 -6
  383. models/mutation.policy.socketLan.removeSection.json +2 -6
  384. models/mutation.policy.socketLan.updatePolicy.json +2 -6
  385. models/mutation.policy.socketLan.updateRule.json +77 -182
  386. models/mutation.policy.socketLan.updateSection.json +3 -9
  387. models/mutation.policy.terminalServer.addRule.json +10 -30
  388. models/mutation.policy.terminalServer.addSection.json +4 -12
  389. models/mutation.policy.terminalServer.createPolicyRevision.json +3 -9
  390. models/mutation.policy.terminalServer.discardPolicyRevision.json +2 -6
  391. models/mutation.policy.terminalServer.moveRule.json +4 -12
  392. models/mutation.policy.terminalServer.moveSection.json +4 -12
  393. models/mutation.policy.terminalServer.publishPolicyRevision.json +3 -9
  394. models/mutation.policy.terminalServer.removeRule.json +2 -6
  395. models/mutation.policy.terminalServer.removeSection.json +2 -6
  396. models/mutation.policy.terminalServer.updatePolicy.json +2 -6
  397. models/mutation.policy.terminalServer.updateRule.json +9 -27
  398. models/mutation.policy.terminalServer.updateSection.json +3 -9
  399. models/mutation.policy.wanFirewall.addRule.json +290 -654
  400. models/mutation.policy.wanFirewall.addSection.json +4 -12
  401. models/mutation.policy.wanFirewall.createPolicyRevision.json +3 -9
  402. models/mutation.policy.wanFirewall.discardPolicyRevision.json +2 -6
  403. models/mutation.policy.wanFirewall.moveRule.json +4 -12
  404. models/mutation.policy.wanFirewall.moveSection.json +4 -12
  405. models/mutation.policy.wanFirewall.publishPolicyRevision.json +3 -9
  406. models/mutation.policy.wanFirewall.removeRule.json +2 -6
  407. models/mutation.policy.wanFirewall.removeSection.json +2 -6
  408. models/mutation.policy.wanFirewall.updatePolicy.json +2 -6
  409. models/mutation.policy.wanFirewall.updateRule.json +289 -651
  410. models/mutation.policy.wanFirewall.updateSection.json +3 -9
  411. models/mutation.policy.wanNetwork.addRule.json +204 -514
  412. models/mutation.policy.wanNetwork.addSection.json +4 -12
  413. models/mutation.policy.wanNetwork.createPolicyRevision.json +3 -9
  414. models/mutation.policy.wanNetwork.discardPolicyRevision.json +2 -6
  415. models/mutation.policy.wanNetwork.moveRule.json +4 -12
  416. models/mutation.policy.wanNetwork.moveSection.json +4 -12
  417. models/mutation.policy.wanNetwork.publishPolicyRevision.json +3 -9
  418. models/mutation.policy.wanNetwork.removeRule.json +2 -6
  419. models/mutation.policy.wanNetwork.removeSection.json +2 -6
  420. models/mutation.policy.wanNetwork.updatePolicy.json +2 -6
  421. models/mutation.policy.wanNetwork.updateRule.json +203 -511
  422. models/mutation.policy.wanNetwork.updateSection.json +3 -9
  423. models/mutation.sandbox.deleteReport.json +1 -3
  424. models/mutation.sandbox.uploadFile.json +1 -3
  425. models/mutation.site.addBgpPeer.json +48 -123
  426. models/mutation.site.addCloudInterconnectPhysicalConnection.json +12 -36
  427. models/mutation.site.addCloudInterconnectSite.json +8 -24
  428. models/mutation.site.addIpsecIkeV2Site.json +10 -30
  429. models/mutation.site.addIpsecIkeV2SiteTunnels.json +14 -40
  430. models/mutation.site.addNetworkRange.json +15 -43
  431. models/mutation.site.addSecondaryAwsVSocket.json +5 -15
  432. models/mutation.site.addSecondaryAzureVSocket.json +4 -12
  433. models/mutation.site.addSocketAddOnCard.json +4 -12
  434. models/mutation.site.addSocketSite.json +12 -36
  435. models/mutation.site.addStaticHost.json +4 -10
  436. models/mutation.site.assignSiteBwLicense.json +120 -11782
  437. models/mutation.site.removeBgpPeer.json +1 -3
  438. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +1 -3
  439. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -4
  440. models/mutation.site.removeNetworkRange.json +1 -1
  441. models/mutation.site.removeSecondaryAwsVSocket.json +1 -1
  442. models/mutation.site.removeSecondaryAzureVSocket.json +1 -1
  443. models/mutation.site.removeSite.json +1 -1
  444. models/mutation.site.removeSiteBwLicense.json +119 -11779
  445. models/mutation.site.removeSocketAddOnCard.json +3 -9
  446. models/mutation.site.removeStaticHost.json +1 -1
  447. models/mutation.site.replaceSiteBwLicense.json +121 -11785
  448. models/mutation.site.startSiteUpgrade.json +3 -9
  449. models/mutation.site.updateBgpPeer.json +47 -120
  450. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +10 -30
  451. models/mutation.site.updateHa.json +4 -10
  452. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +11 -24
  453. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +15 -43
  454. models/mutation.site.updateNetworkRange.json +15 -43
  455. models/mutation.site.updateSecondaryAwsVSocket.json +4 -12
  456. models/mutation.site.updateSecondaryAzureVSocket.json +3 -9
  457. models/mutation.site.updateSiteBwLicense.json +120 -11782
  458. models/mutation.site.updateSiteGeneralDetails.json +14 -40
  459. models/mutation.site.updateSocketInterface.json +26 -74
  460. models/mutation.site.updateStaticHost.json +4 -10
  461. models/mutation.sites.addBgpPeer.json +48 -123
  462. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +12 -36
  463. models/mutation.sites.addCloudInterconnectSite.json +8 -24
  464. models/mutation.sites.addIpsecIkeV2Site.json +10 -30
  465. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +14 -40
  466. models/mutation.sites.addNetworkRange.json +15 -43
  467. models/mutation.sites.addSecondaryAwsVSocket.json +5 -15
  468. models/mutation.sites.addSecondaryAzureVSocket.json +4 -12
  469. models/mutation.sites.addSocketAddOnCard.json +4 -12
  470. models/mutation.sites.addSocketSite.json +12 -36
  471. models/mutation.sites.addStaticHost.json +4 -10
  472. models/mutation.sites.assignSiteBwLicense.json +120 -11782
  473. models/mutation.sites.removeBgpPeer.json +1 -3
  474. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +1 -3
  475. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -4
  476. models/mutation.sites.removeNetworkRange.json +1 -1
  477. models/mutation.sites.removeSecondaryAwsVSocket.json +1 -1
  478. models/mutation.sites.removeSecondaryAzureVSocket.json +1 -1
  479. models/mutation.sites.removeSite.json +1 -1
  480. models/mutation.sites.removeSiteBwLicense.json +119 -11779
  481. models/mutation.sites.removeSocketAddOnCard.json +3 -9
  482. models/mutation.sites.removeStaticHost.json +1 -1
  483. models/mutation.sites.replaceSiteBwLicense.json +121 -11785
  484. models/mutation.sites.startSiteUpgrade.json +3 -9
  485. models/mutation.sites.updateBgpPeer.json +47 -120
  486. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +10 -30
  487. models/mutation.sites.updateHa.json +4 -10
  488. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +11 -24
  489. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +15 -43
  490. models/mutation.sites.updateNetworkRange.json +15 -43
  491. models/mutation.sites.updateSecondaryAwsVSocket.json +4 -12
  492. models/mutation.sites.updateSecondaryAzureVSocket.json +3 -9
  493. models/mutation.sites.updateSiteBwLicense.json +120 -11782
  494. models/mutation.sites.updateSiteGeneralDetails.json +14 -40
  495. models/mutation.sites.updateSocketInterface.json +26 -74
  496. models/mutation.sites.updateStaticHost.json +4 -10
  497. models/mutation.xdr.addStoryComment.json +15 -113
  498. models/mutation.xdr.analystFeedback.json +229 -26307
  499. models/mutation.xdr.deleteStoryComment.json +15 -113
  500. models/query.accountBySubdomain.json +2 -1
  501. models/query.accountMetrics.json +15 -12
  502. models/query.accountRoles.json +1 -1
  503. models/query.accountSnapshot.json +4 -2
  504. models/query.admin.json +1 -1
  505. models/query.admins.json +7 -10
  506. models/query.appStats.json +633 -33
  507. models/query.appStatsTimeSeries.json +15 -28
  508. models/query.auditFeed.json +225 -16
  509. models/query.catalogs.json +106 -215
  510. models/query.container.json +21 -471
  511. models/query.devices.json +333 -620
  512. models/query.enterpriseDirectory.json +3596 -0
  513. models/query.entityLookup.json +15 -27
  514. models/query.events.json +1875 -33
  515. models/query.eventsFeed.json +30 -14
  516. models/query.eventsTimeSeries.json +15 -28
  517. models/query.groups.group.members.json +23 -55
  518. models/query.groups.groupList.json +87 -266
  519. models/query.groups.whereUsed.json +2 -6
  520. models/query.hardware.json +92 -192
  521. models/query.hardwareManagement.json +21 -63
  522. models/query.licensing.json +76 -11721
  523. models/query.policy.appTenantRestriction.policy.json +2 -6
  524. models/query.policy.dynamicIpAllocation.policy.json +2 -6
  525. models/query.policy.internetFirewall.policy.json +2 -6
  526. models/query.policy.remotePortFwd.policy.json +2 -6
  527. models/query.policy.socketLan.policy.json +2 -6
  528. models/query.policy.terminalServer.policy.json +2 -6
  529. models/query.policy.wanFirewall.policy.json +2 -6
  530. models/query.policy.wanNetwork.policy.json +2 -6
  531. models/query.popLocations.json +34 -74
  532. models/query.sandbox.json +44 -83
  533. models/query.servicePrincipalAdmin.json +1098 -0
  534. models/query.site.availableVersionList.json +4 -5
  535. models/query.site.bgpPeer.json +2 -6
  536. models/query.site.bgpPeerList.json +2 -6
  537. models/query.site.cloudInterconnectConnectionConnectivity.json +1 -3
  538. models/query.site.cloudInterconnectPhysicalConnection.json +1 -3
  539. models/query.site.cloudInterconnectPhysicalConnectionId.json +3 -9
  540. models/query.site.secondaryAwsVSocket.json +1 -1
  541. models/query.site.secondaryAzureVSocket.json +1 -1
  542. models/query.site.siteBgpStatus.json +2 -6
  543. models/query.socketPortMetrics.json +465 -33
  544. models/query.socketPortMetricsTimeSeries.json +15 -28
  545. models/query.subDomains.json +1 -1
  546. models/query.xdr.stories.json +306 -26440
  547. models/query.xdr.story.json +40 -26100
  548. schema/catolib.py +1262 -970
  549. schema/importSchema.py +53 -48
  550. catocli/parsers/mutation/README.md +0 -4
  551. catocli/parsers/mutation_accountManagement_disableAccount/README.md +0 -16
  552. catocli/parsers/parserApiClient.py +0 -948
  553. catocli/parsers/query/README.md +0 -3
  554. catocli-2.1.1.dist-info/RECORD +0 -645
  555. models/mutation.accountManagement.disableAccount.json +0 -545
  556. models/query.policy.json +0 -40899
  557. models/query.site.json +0 -5688
  558. schema/remove_policyid.py +0 -89
  559. schema/remove_policyid_mutations.py +0 -89
  560. {catocli-2.1.1.dist-info → catocli-2.1.2.dist-info}/WHEEL +0 -0
  561. {catocli-2.1.1.dist-info → catocli-2.1.2.dist-info}/entry_points.txt +0 -0
  562. {catocli-2.1.1.dist-info → catocli-2.1.2.dist-info}/licenses/LICENSE +0 -0
  563. {catocli-2.1.1.dist-info → catocli-2.1.2.dist-info}/top_level.txt +0 -0
@@ -131,7 +131,7 @@
131
131
  "responseStr": "activePeriod:$policyRuleActivePeriodUpdateInput ",
132
132
  "type": {
133
133
  "definition": {
134
- "description": "Input of the time period during which the rule is active, outside this period, the rule is inactive",
134
+ "description": null,
135
135
  "enumValues": null,
136
136
  "fields": null,
137
137
  "inputFields": {
@@ -8994,7 +8994,7 @@
8994
8994
  "responseStr": "activePeriod:$policyRuleActivePeriodUpdateInput ",
8995
8995
  "type": {
8996
8996
  "definition": {
8997
- "description": "Input of the time period during which the rule is active, outside this period, the rule is inactive",
8997
+ "description": null,
8998
8998
  "enumValues": null,
8999
8999
  "fields": null,
9000
9000
  "inputFields": {
@@ -17651,7 +17651,7 @@
17651
17651
  "responseStr": "activePeriod:$policyRuleActivePeriodUpdateInput ",
17652
17652
  "type": {
17653
17653
  "definition": {
17654
- "description": "Input of the time period during which the rule is active, outside this period, the rule is inactive",
17654
+ "description": null,
17655
17655
  "enumValues": null,
17656
17656
  "fields": null,
17657
17657
  "inputFields": {
@@ -34372,834 +34372,472 @@
34372
34372
  "variablesPayload": {
34373
34373
  "wanFirewallPolicyMutationInput": {
34374
34374
  "policyMutationRevisionInput": {
34375
- "id": {
34376
- "id": "ID"
34377
- }
34375
+ "id": "id"
34378
34376
  }
34379
34377
  },
34380
34378
  "wanFirewallUpdateRuleInput": {
34381
- "id": {
34382
- "id": "ID"
34383
- },
34379
+ "id": "id",
34384
34380
  "wanFirewallUpdateRuleDataInput": {
34385
- "action": {
34386
- "action": "enum(WanFirewallActionEnum)"
34387
- },
34381
+ "action": "BLOCK",
34388
34382
  "activePeriod": {
34389
- "effectiveFrom": {
34390
- "effectiveFrom": "DateTime"
34391
- },
34392
- "expiresAt": {
34393
- "expiresAt": "DateTime"
34394
- },
34395
- "useEffectiveFrom": {
34396
- "useEffectiveFrom": "Boolean"
34397
- },
34398
- "useExpiresAt": {
34399
- "useExpiresAt": "Boolean"
34400
- }
34383
+ "effectiveFrom": "example_value",
34384
+ "expiresAt": "example_value",
34385
+ "useEffectiveFrom": true,
34386
+ "useExpiresAt": true
34401
34387
  },
34402
34388
  "application": {
34403
34389
  "appCategory": {
34404
- "by": {
34405
- "by": "enum(ObjectRefBy)"
34406
- },
34407
- "input": {
34408
- "input": "String"
34409
- }
34390
+ "by": "ID",
34391
+ "input": "string"
34410
34392
  },
34411
34393
  "application": {
34412
- "by": {
34413
- "by": "enum(ObjectRefBy)"
34414
- },
34415
- "input": {
34416
- "input": "String"
34417
- }
34394
+ "by": "ID",
34395
+ "input": "string"
34418
34396
  },
34419
34397
  "customApp": {
34420
- "by": {
34421
- "by": "enum(ObjectRefBy)"
34422
- },
34423
- "input": {
34424
- "input": "String"
34425
- }
34398
+ "by": "ID",
34399
+ "input": "string"
34426
34400
  },
34427
34401
  "customCategory": {
34428
- "by": {
34429
- "by": "enum(ObjectRefBy)"
34430
- },
34431
- "input": {
34432
- "input": "String"
34433
- }
34434
- },
34435
- "domain": {
34436
- "domain": [
34437
- "Domain"
34438
- ]
34439
- },
34440
- "fqdn": {
34441
- "fqdn": [
34442
- "Fqdn"
34443
- ]
34402
+ "by": "ID",
34403
+ "input": "string"
34444
34404
  },
34405
+ "domain": [
34406
+ "example1",
34407
+ "example2"
34408
+ ],
34409
+ "fqdn": [
34410
+ "example1",
34411
+ "example2"
34412
+ ],
34445
34413
  "globalIpRange": {
34446
- "by": {
34447
- "by": "enum(ObjectRefBy)"
34448
- },
34449
- "input": {
34450
- "input": "String"
34451
- }
34452
- },
34453
- "ip": {
34454
- "ip": [
34455
- "IPAddress"
34456
- ]
34414
+ "by": "ID",
34415
+ "input": "string"
34457
34416
  },
34417
+ "ip": [
34418
+ "example1",
34419
+ "example2"
34420
+ ],
34458
34421
  "ipRange": {
34459
- "from": {
34460
- "from": "IPAddress"
34461
- },
34462
- "to": {
34463
- "to": "IPAddress"
34464
- }
34422
+ "from": "example_value",
34423
+ "to": "example_value"
34465
34424
  },
34466
34425
  "sanctionedAppsCategory": {
34467
- "by": {
34468
- "by": "enum(ObjectRefBy)"
34469
- },
34470
- "input": {
34471
- "input": "String"
34472
- }
34426
+ "by": "ID",
34427
+ "input": "string"
34473
34428
  },
34474
- "subnet": {
34475
- "subnet": [
34476
- "NetworkSubnet"
34477
- ]
34478
- }
34479
- },
34480
- "connectionOrigin": {
34481
- "connectionOrigin": "enum(ConnectionOriginEnum)"
34429
+ "subnet": [
34430
+ "example1",
34431
+ "example2"
34432
+ ]
34482
34433
  },
34434
+ "connectionOrigin": "ANY",
34483
34435
  "country": {
34484
- "by": {
34485
- "by": "enum(ObjectRefBy)"
34486
- },
34487
- "input": {
34488
- "input": "String"
34489
- }
34490
- },
34491
- "description": {
34492
- "description": "String"
34436
+ "by": "ID",
34437
+ "input": "string"
34493
34438
  },
34439
+ "description": "string",
34494
34440
  "destination": {
34495
34441
  "floatingSubnet": {
34496
- "by": {
34497
- "by": "enum(ObjectRefBy)"
34498
- },
34499
- "input": {
34500
- "input": "String"
34501
- }
34442
+ "by": "ID",
34443
+ "input": "string"
34502
34444
  },
34503
34445
  "globalIpRange": {
34504
- "by": {
34505
- "by": "enum(ObjectRefBy)"
34506
- },
34507
- "input": {
34508
- "input": "String"
34509
- }
34446
+ "by": "ID",
34447
+ "input": "string"
34510
34448
  },
34511
34449
  "group": {
34512
- "by": {
34513
- "by": "enum(ObjectRefBy)"
34514
- },
34515
- "input": {
34516
- "input": "String"
34517
- }
34450
+ "by": "ID",
34451
+ "input": "string"
34518
34452
  },
34519
34453
  "host": {
34520
- "by": {
34521
- "by": "enum(ObjectRefBy)"
34522
- },
34523
- "input": {
34524
- "input": "String"
34525
- }
34526
- },
34527
- "ip": {
34528
- "ip": [
34529
- "IPAddress"
34530
- ]
34454
+ "by": "ID",
34455
+ "input": "string"
34531
34456
  },
34457
+ "ip": [
34458
+ "example1",
34459
+ "example2"
34460
+ ],
34532
34461
  "ipRange": {
34533
- "from": {
34534
- "from": "IPAddress"
34535
- },
34536
- "to": {
34537
- "to": "IPAddress"
34538
- }
34462
+ "from": "example_value",
34463
+ "to": "example_value"
34539
34464
  },
34540
34465
  "networkInterface": {
34541
- "by": {
34542
- "by": "enum(ObjectRefBy)"
34543
- },
34544
- "input": {
34545
- "input": "String"
34546
- }
34466
+ "by": "ID",
34467
+ "input": "string"
34547
34468
  },
34548
34469
  "site": {
34549
- "by": {
34550
- "by": "enum(ObjectRefBy)"
34551
- },
34552
- "input": {
34553
- "input": "String"
34554
- }
34470
+ "by": "ID",
34471
+ "input": "string"
34555
34472
  },
34556
34473
  "siteNetworkSubnet": {
34557
- "by": {
34558
- "by": "enum(ObjectRefBy)"
34559
- },
34560
- "input": {
34561
- "input": "String"
34562
- }
34563
- },
34564
- "subnet": {
34565
- "subnet": [
34566
- "NetworkSubnet"
34567
- ]
34474
+ "by": "ID",
34475
+ "input": "string"
34568
34476
  },
34477
+ "subnet": [
34478
+ "example1",
34479
+ "example2"
34480
+ ],
34569
34481
  "systemGroup": {
34570
- "by": {
34571
- "by": "enum(ObjectRefBy)"
34572
- },
34573
- "input": {
34574
- "input": "String"
34575
- }
34482
+ "by": "ID",
34483
+ "input": "string"
34576
34484
  },
34577
34485
  "user": {
34578
- "by": {
34579
- "by": "enum(ObjectRefBy)"
34580
- },
34581
- "input": {
34582
- "input": "String"
34583
- }
34486
+ "by": "ID",
34487
+ "input": "string"
34584
34488
  },
34585
34489
  "usersGroup": {
34586
- "by": {
34587
- "by": "enum(ObjectRefBy)"
34588
- },
34589
- "input": {
34590
- "input": "String"
34591
- }
34490
+ "by": "ID",
34491
+ "input": "string"
34592
34492
  }
34593
34493
  },
34594
34494
  "device": {
34595
- "by": {
34596
- "by": "enum(ObjectRefBy)"
34597
- },
34598
- "input": {
34599
- "input": "String"
34600
- }
34495
+ "by": "ID",
34496
+ "input": "string"
34601
34497
  },
34602
34498
  "deviceAttributes": {
34603
- "category": {
34604
- "category": [
34605
- "String"
34606
- ]
34607
- },
34608
- "manufacturer": {
34609
- "manufacturer": [
34610
- "String"
34611
- ]
34612
- },
34613
- "model": {
34614
- "model": [
34615
- "String"
34616
- ]
34617
- },
34618
- "os": {
34619
- "os": [
34620
- "String"
34621
- ]
34622
- },
34623
- "osVersion": {
34624
- "osVersion": [
34625
- "String"
34626
- ]
34627
- },
34628
- "type": {
34629
- "type": [
34630
- "String"
34631
- ]
34632
- }
34633
- },
34634
- "deviceOS": {
34635
- "deviceOS": "enum(OperatingSystem)"
34636
- },
34637
- "direction": {
34638
- "direction": "enum(WanFirewallDirectionEnum)"
34639
- },
34640
- "enabled": {
34641
- "enabled": "Boolean"
34499
+ "category": [
34500
+ "string1",
34501
+ "string2"
34502
+ ],
34503
+ "manufacturer": [
34504
+ "string1",
34505
+ "string2"
34506
+ ],
34507
+ "model": [
34508
+ "string1",
34509
+ "string2"
34510
+ ],
34511
+ "os": [
34512
+ "string1",
34513
+ "string2"
34514
+ ],
34515
+ "osVersion": [
34516
+ "string1",
34517
+ "string2"
34518
+ ],
34519
+ "type": [
34520
+ "string1",
34521
+ "string2"
34522
+ ]
34642
34523
  },
34524
+ "deviceOS": "WINDOWS",
34525
+ "direction": "TO",
34526
+ "enabled": true,
34643
34527
  "exceptions": {
34644
34528
  "application": {
34645
34529
  "appCategory": {
34646
- "by": {
34647
- "by": "enum(ObjectRefBy)"
34648
- },
34649
- "input": {
34650
- "input": "String"
34651
- }
34530
+ "by": "ID",
34531
+ "input": "string"
34652
34532
  },
34653
34533
  "application": {
34654
- "by": {
34655
- "by": "enum(ObjectRefBy)"
34656
- },
34657
- "input": {
34658
- "input": "String"
34659
- }
34534
+ "by": "ID",
34535
+ "input": "string"
34660
34536
  },
34661
34537
  "customApp": {
34662
- "by": {
34663
- "by": "enum(ObjectRefBy)"
34664
- },
34665
- "input": {
34666
- "input": "String"
34667
- }
34538
+ "by": "ID",
34539
+ "input": "string"
34668
34540
  },
34669
34541
  "customCategory": {
34670
- "by": {
34671
- "by": "enum(ObjectRefBy)"
34672
- },
34673
- "input": {
34674
- "input": "String"
34675
- }
34676
- },
34677
- "domain": {
34678
- "domain": [
34679
- "Domain"
34680
- ]
34681
- },
34682
- "fqdn": {
34683
- "fqdn": [
34684
- "Fqdn"
34685
- ]
34542
+ "by": "ID",
34543
+ "input": "string"
34686
34544
  },
34545
+ "domain": [
34546
+ "example1",
34547
+ "example2"
34548
+ ],
34549
+ "fqdn": [
34550
+ "example1",
34551
+ "example2"
34552
+ ],
34687
34553
  "globalIpRange": {
34688
- "by": {
34689
- "by": "enum(ObjectRefBy)"
34690
- },
34691
- "input": {
34692
- "input": "String"
34693
- }
34694
- },
34695
- "ip": {
34696
- "ip": [
34697
- "IPAddress"
34698
- ]
34554
+ "by": "ID",
34555
+ "input": "string"
34699
34556
  },
34557
+ "ip": [
34558
+ "example1",
34559
+ "example2"
34560
+ ],
34700
34561
  "ipRange": {
34701
- "from": {
34702
- "from": "IPAddress"
34703
- },
34704
- "to": {
34705
- "to": "IPAddress"
34706
- }
34562
+ "from": "example_value",
34563
+ "to": "example_value"
34707
34564
  },
34708
34565
  "sanctionedAppsCategory": {
34709
- "by": {
34710
- "by": "enum(ObjectRefBy)"
34711
- },
34712
- "input": {
34713
- "input": "String"
34714
- }
34566
+ "by": "ID",
34567
+ "input": "string"
34715
34568
  },
34716
- "subnet": {
34717
- "subnet": [
34718
- "NetworkSubnet"
34719
- ]
34720
- }
34721
- },
34722
- "connectionOrigin": {
34723
- "connectionOrigin": "enum(ConnectionOriginEnum)"
34569
+ "subnet": [
34570
+ "example1",
34571
+ "example2"
34572
+ ]
34724
34573
  },
34574
+ "connectionOrigin": "ANY",
34725
34575
  "country": {
34726
- "by": {
34727
- "by": "enum(ObjectRefBy)"
34728
- },
34729
- "input": {
34730
- "input": "String"
34731
- }
34576
+ "by": "ID",
34577
+ "input": "string"
34732
34578
  },
34733
34579
  "destination": {
34734
34580
  "floatingSubnet": {
34735
- "by": {
34736
- "by": "enum(ObjectRefBy)"
34737
- },
34738
- "input": {
34739
- "input": "String"
34740
- }
34581
+ "by": "ID",
34582
+ "input": "string"
34741
34583
  },
34742
34584
  "globalIpRange": {
34743
- "by": {
34744
- "by": "enum(ObjectRefBy)"
34745
- },
34746
- "input": {
34747
- "input": "String"
34748
- }
34585
+ "by": "ID",
34586
+ "input": "string"
34749
34587
  },
34750
34588
  "group": {
34751
- "by": {
34752
- "by": "enum(ObjectRefBy)"
34753
- },
34754
- "input": {
34755
- "input": "String"
34756
- }
34589
+ "by": "ID",
34590
+ "input": "string"
34757
34591
  },
34758
34592
  "host": {
34759
- "by": {
34760
- "by": "enum(ObjectRefBy)"
34761
- },
34762
- "input": {
34763
- "input": "String"
34764
- }
34765
- },
34766
- "ip": {
34767
- "ip": [
34768
- "IPAddress"
34769
- ]
34593
+ "by": "ID",
34594
+ "input": "string"
34770
34595
  },
34596
+ "ip": [
34597
+ "example1",
34598
+ "example2"
34599
+ ],
34771
34600
  "ipRange": {
34772
- "from": {
34773
- "from": "IPAddress"
34774
- },
34775
- "to": {
34776
- "to": "IPAddress"
34777
- }
34601
+ "from": "example_value",
34602
+ "to": "example_value"
34778
34603
  },
34779
34604
  "networkInterface": {
34780
- "by": {
34781
- "by": "enum(ObjectRefBy)"
34782
- },
34783
- "input": {
34784
- "input": "String"
34785
- }
34605
+ "by": "ID",
34606
+ "input": "string"
34786
34607
  },
34787
34608
  "site": {
34788
- "by": {
34789
- "by": "enum(ObjectRefBy)"
34790
- },
34791
- "input": {
34792
- "input": "String"
34793
- }
34609
+ "by": "ID",
34610
+ "input": "string"
34794
34611
  },
34795
34612
  "siteNetworkSubnet": {
34796
- "by": {
34797
- "by": "enum(ObjectRefBy)"
34798
- },
34799
- "input": {
34800
- "input": "String"
34801
- }
34802
- },
34803
- "subnet": {
34804
- "subnet": [
34805
- "NetworkSubnet"
34806
- ]
34613
+ "by": "ID",
34614
+ "input": "string"
34807
34615
  },
34616
+ "subnet": [
34617
+ "example1",
34618
+ "example2"
34619
+ ],
34808
34620
  "systemGroup": {
34809
- "by": {
34810
- "by": "enum(ObjectRefBy)"
34811
- },
34812
- "input": {
34813
- "input": "String"
34814
- }
34621
+ "by": "ID",
34622
+ "input": "string"
34815
34623
  },
34816
34624
  "user": {
34817
- "by": {
34818
- "by": "enum(ObjectRefBy)"
34819
- },
34820
- "input": {
34821
- "input": "String"
34822
- }
34625
+ "by": "ID",
34626
+ "input": "string"
34823
34627
  },
34824
34628
  "usersGroup": {
34825
- "by": {
34826
- "by": "enum(ObjectRefBy)"
34827
- },
34828
- "input": {
34829
- "input": "String"
34830
- }
34629
+ "by": "ID",
34630
+ "input": "string"
34831
34631
  }
34832
34632
  },
34833
34633
  "device": {
34834
- "by": {
34835
- "by": "enum(ObjectRefBy)"
34836
- },
34837
- "input": {
34838
- "input": "String"
34839
- }
34634
+ "by": "ID",
34635
+ "input": "string"
34840
34636
  },
34841
34637
  "deviceAttributes": {
34842
- "category": {
34843
- "category": [
34844
- "String"
34845
- ]
34846
- },
34847
- "manufacturer": {
34848
- "manufacturer": [
34849
- "String"
34850
- ]
34851
- },
34852
- "model": {
34853
- "model": [
34854
- "String"
34855
- ]
34856
- },
34857
- "os": {
34858
- "os": [
34859
- "String"
34860
- ]
34861
- },
34862
- "osVersion": {
34863
- "osVersion": [
34864
- "String"
34865
- ]
34866
- },
34867
- "type": {
34868
- "type": [
34869
- "String"
34870
- ]
34871
- }
34872
- },
34873
- "deviceOS": {
34874
- "deviceOS": "enum(OperatingSystem)"
34875
- },
34876
- "direction": {
34877
- "direction": "enum(WanFirewallDirectionEnum)"
34878
- },
34879
- "name": {
34880
- "name": "String"
34638
+ "category": [
34639
+ "string1",
34640
+ "string2"
34641
+ ],
34642
+ "manufacturer": [
34643
+ "string1",
34644
+ "string2"
34645
+ ],
34646
+ "model": [
34647
+ "string1",
34648
+ "string2"
34649
+ ],
34650
+ "os": [
34651
+ "string1",
34652
+ "string2"
34653
+ ],
34654
+ "osVersion": [
34655
+ "string1",
34656
+ "string2"
34657
+ ],
34658
+ "type": [
34659
+ "string1",
34660
+ "string2"
34661
+ ]
34881
34662
  },
34663
+ "deviceOS": "WINDOWS",
34664
+ "direction": "TO",
34665
+ "name": "string",
34882
34666
  "service": {
34883
34667
  "custom": {
34884
- "port": {
34885
- "port": [
34886
- "Port"
34887
- ]
34888
- },
34668
+ "port": [
34669
+ "example1",
34670
+ "example2"
34671
+ ],
34889
34672
  "portRange": {
34890
- "from": {
34891
- "from": "Port"
34892
- },
34893
- "to": {
34894
- "to": "Port"
34895
- }
34673
+ "from": "example_value",
34674
+ "to": "example_value"
34896
34675
  },
34897
- "protocol": {
34898
- "protocol": "enum(IpProtocol)"
34899
- }
34676
+ "protocol": "ANY"
34900
34677
  },
34901
34678
  "standard": {
34902
- "by": {
34903
- "by": "enum(ObjectRefBy)"
34904
- },
34905
- "input": {
34906
- "input": "String"
34907
- }
34679
+ "by": "ID",
34680
+ "input": "string"
34908
34681
  }
34909
34682
  },
34910
34683
  "source": {
34911
34684
  "floatingSubnet": {
34912
- "by": {
34913
- "by": "enum(ObjectRefBy)"
34914
- },
34915
- "input": {
34916
- "input": "String"
34917
- }
34685
+ "by": "ID",
34686
+ "input": "string"
34918
34687
  },
34919
34688
  "globalIpRange": {
34920
- "by": {
34921
- "by": "enum(ObjectRefBy)"
34922
- },
34923
- "input": {
34924
- "input": "String"
34925
- }
34689
+ "by": "ID",
34690
+ "input": "string"
34926
34691
  },
34927
34692
  "group": {
34928
- "by": {
34929
- "by": "enum(ObjectRefBy)"
34930
- },
34931
- "input": {
34932
- "input": "String"
34933
- }
34693
+ "by": "ID",
34694
+ "input": "string"
34934
34695
  },
34935
34696
  "host": {
34936
- "by": {
34937
- "by": "enum(ObjectRefBy)"
34938
- },
34939
- "input": {
34940
- "input": "String"
34941
- }
34942
- },
34943
- "ip": {
34944
- "ip": [
34945
- "IPAddress"
34946
- ]
34697
+ "by": "ID",
34698
+ "input": "string"
34947
34699
  },
34700
+ "ip": [
34701
+ "example1",
34702
+ "example2"
34703
+ ],
34948
34704
  "ipRange": {
34949
- "from": {
34950
- "from": "IPAddress"
34951
- },
34952
- "to": {
34953
- "to": "IPAddress"
34954
- }
34705
+ "from": "example_value",
34706
+ "to": "example_value"
34955
34707
  },
34956
34708
  "networkInterface": {
34957
- "by": {
34958
- "by": "enum(ObjectRefBy)"
34959
- },
34960
- "input": {
34961
- "input": "String"
34962
- }
34709
+ "by": "ID",
34710
+ "input": "string"
34963
34711
  },
34964
34712
  "site": {
34965
- "by": {
34966
- "by": "enum(ObjectRefBy)"
34967
- },
34968
- "input": {
34969
- "input": "String"
34970
- }
34713
+ "by": "ID",
34714
+ "input": "string"
34971
34715
  },
34972
34716
  "siteNetworkSubnet": {
34973
- "by": {
34974
- "by": "enum(ObjectRefBy)"
34975
- },
34976
- "input": {
34977
- "input": "String"
34978
- }
34979
- },
34980
- "subnet": {
34981
- "subnet": [
34982
- "NetworkSubnet"
34983
- ]
34717
+ "by": "ID",
34718
+ "input": "string"
34984
34719
  },
34720
+ "subnet": [
34721
+ "example1",
34722
+ "example2"
34723
+ ],
34985
34724
  "systemGroup": {
34986
- "by": {
34987
- "by": "enum(ObjectRefBy)"
34988
- },
34989
- "input": {
34990
- "input": "String"
34991
- }
34725
+ "by": "ID",
34726
+ "input": "string"
34992
34727
  },
34993
34728
  "user": {
34994
- "by": {
34995
- "by": "enum(ObjectRefBy)"
34996
- },
34997
- "input": {
34998
- "input": "String"
34999
- }
34729
+ "by": "ID",
34730
+ "input": "string"
35000
34731
  },
35001
34732
  "usersGroup": {
35002
- "by": {
35003
- "by": "enum(ObjectRefBy)"
35004
- },
35005
- "input": {
35006
- "input": "String"
35007
- }
34733
+ "by": "ID",
34734
+ "input": "string"
35008
34735
  }
35009
34736
  }
35010
34737
  },
35011
- "name": {
35012
- "name": "String"
35013
- },
34738
+ "name": "string",
35014
34739
  "schedule": {
35015
- "activeOn": {
35016
- "activeOn": "enum(PolicyActiveOnEnum)"
35017
- },
34740
+ "activeOn": "ALWAYS",
35018
34741
  "customRecurring": {
35019
- "days": {
35020
- "days": "enum(DayOfWeek)"
35021
- },
35022
- "from": {
35023
- "from": "Time"
35024
- },
35025
- "to": {
35026
- "to": "Time"
35027
- }
34742
+ "days": "SUNDAY",
34743
+ "from": "example_value",
34744
+ "to": "example_value"
35028
34745
  },
35029
34746
  "customTimeframe": {
35030
- "from": {
35031
- "from": "DateTime"
35032
- },
35033
- "to": {
35034
- "to": "DateTime"
35035
- }
34747
+ "from": "example_value",
34748
+ "to": "example_value"
35036
34749
  }
35037
34750
  },
35038
34751
  "service": {
35039
34752
  "custom": {
35040
- "port": {
35041
- "port": [
35042
- "Port"
35043
- ]
35044
- },
34753
+ "port": [
34754
+ "example1",
34755
+ "example2"
34756
+ ],
35045
34757
  "portRange": {
35046
- "from": {
35047
- "from": "Port"
35048
- },
35049
- "to": {
35050
- "to": "Port"
35051
- }
34758
+ "from": "example_value",
34759
+ "to": "example_value"
35052
34760
  },
35053
- "protocol": {
35054
- "protocol": "enum(IpProtocol)"
35055
- }
34761
+ "protocol": "ANY"
35056
34762
  },
35057
34763
  "standard": {
35058
- "by": {
35059
- "by": "enum(ObjectRefBy)"
35060
- },
35061
- "input": {
35062
- "input": "String"
35063
- }
34764
+ "by": "ID",
34765
+ "input": "string"
35064
34766
  }
35065
34767
  },
35066
34768
  "source": {
35067
34769
  "floatingSubnet": {
35068
- "by": {
35069
- "by": "enum(ObjectRefBy)"
35070
- },
35071
- "input": {
35072
- "input": "String"
35073
- }
34770
+ "by": "ID",
34771
+ "input": "string"
35074
34772
  },
35075
34773
  "globalIpRange": {
35076
- "by": {
35077
- "by": "enum(ObjectRefBy)"
35078
- },
35079
- "input": {
35080
- "input": "String"
35081
- }
34774
+ "by": "ID",
34775
+ "input": "string"
35082
34776
  },
35083
34777
  "group": {
35084
- "by": {
35085
- "by": "enum(ObjectRefBy)"
35086
- },
35087
- "input": {
35088
- "input": "String"
35089
- }
34778
+ "by": "ID",
34779
+ "input": "string"
35090
34780
  },
35091
34781
  "host": {
35092
- "by": {
35093
- "by": "enum(ObjectRefBy)"
35094
- },
35095
- "input": {
35096
- "input": "String"
35097
- }
35098
- },
35099
- "ip": {
35100
- "ip": [
35101
- "IPAddress"
35102
- ]
34782
+ "by": "ID",
34783
+ "input": "string"
35103
34784
  },
34785
+ "ip": [
34786
+ "example1",
34787
+ "example2"
34788
+ ],
35104
34789
  "ipRange": {
35105
- "from": {
35106
- "from": "IPAddress"
35107
- },
35108
- "to": {
35109
- "to": "IPAddress"
35110
- }
34790
+ "from": "example_value",
34791
+ "to": "example_value"
35111
34792
  },
35112
34793
  "networkInterface": {
35113
- "by": {
35114
- "by": "enum(ObjectRefBy)"
35115
- },
35116
- "input": {
35117
- "input": "String"
35118
- }
34794
+ "by": "ID",
34795
+ "input": "string"
35119
34796
  },
35120
34797
  "site": {
35121
- "by": {
35122
- "by": "enum(ObjectRefBy)"
35123
- },
35124
- "input": {
35125
- "input": "String"
35126
- }
34798
+ "by": "ID",
34799
+ "input": "string"
35127
34800
  },
35128
34801
  "siteNetworkSubnet": {
35129
- "by": {
35130
- "by": "enum(ObjectRefBy)"
35131
- },
35132
- "input": {
35133
- "input": "String"
35134
- }
35135
- },
35136
- "subnet": {
35137
- "subnet": [
35138
- "NetworkSubnet"
35139
- ]
34802
+ "by": "ID",
34803
+ "input": "string"
35140
34804
  },
34805
+ "subnet": [
34806
+ "example1",
34807
+ "example2"
34808
+ ],
35141
34809
  "systemGroup": {
35142
- "by": {
35143
- "by": "enum(ObjectRefBy)"
35144
- },
35145
- "input": {
35146
- "input": "String"
35147
- }
34810
+ "by": "ID",
34811
+ "input": "string"
35148
34812
  },
35149
34813
  "user": {
35150
- "by": {
35151
- "by": "enum(ObjectRefBy)"
35152
- },
35153
- "input": {
35154
- "input": "String"
35155
- }
34814
+ "by": "ID",
34815
+ "input": "string"
35156
34816
  },
35157
34817
  "usersGroup": {
35158
- "by": {
35159
- "by": "enum(ObjectRefBy)"
35160
- },
35161
- "input": {
35162
- "input": "String"
35163
- }
34818
+ "by": "ID",
34819
+ "input": "string"
35164
34820
  }
35165
34821
  },
35166
34822
  "tracking": {
35167
34823
  "alert": {
35168
- "enabled": {
35169
- "enabled": "Boolean"
35170
- },
35171
- "frequency": {
35172
- "frequency": "enum(PolicyRuleTrackingFrequencyEnum)"
35173
- },
34824
+ "enabled": true,
34825
+ "frequency": "HOURLY",
35174
34826
  "mailingList": {
35175
- "by": {
35176
- "by": "enum(ObjectRefBy)"
35177
- },
35178
- "input": {
35179
- "input": "String"
35180
- }
34827
+ "by": "ID",
34828
+ "input": "string"
35181
34829
  },
35182
34830
  "subscriptionGroup": {
35183
- "by": {
35184
- "by": "enum(ObjectRefBy)"
35185
- },
35186
- "input": {
35187
- "input": "String"
35188
- }
34831
+ "by": "ID",
34832
+ "input": "string"
35189
34833
  },
35190
34834
  "webhook": {
35191
- "by": {
35192
- "by": "enum(ObjectRefBy)"
35193
- },
35194
- "input": {
35195
- "input": "String"
35196
- }
34835
+ "by": "ID",
34836
+ "input": "string"
35197
34837
  }
35198
34838
  },
35199
34839
  "event": {
35200
- "enabled": {
35201
- "enabled": "Boolean"
35202
- }
34840
+ "enabled": true
35203
34841
  }
35204
34842
  }
35205
34843
  }