catocli 1.0.14__py3-none-any.whl → 1.0.17__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 (249) hide show
  1. catocli/Utils/clidriver.py +19 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_accountManagement/README.md +7 -0
  4. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  5. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  6. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  7. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  8. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  9. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  10. catocli/parsers/mutation_container_delete/README.md +2 -2
  11. catocli/parsers/mutation_policy/__init__.py +348 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  17. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  18. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  19. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  20. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  21. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  22. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  23. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  26. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  27. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  29. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  30. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  31. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  32. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  33. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  34. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  35. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  36. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  37. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  38. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  39. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  40. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  41. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  42. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  43. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  44. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  45. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  46. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  47. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  48. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  49. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  50. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  51. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  52. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  53. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  54. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  55. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  56. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  57. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  58. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  59. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  60. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  61. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  62. catocli/parsers/mutation_site/__init__.py +98 -0
  63. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  64. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  65. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  66. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  67. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  68. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  69. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  70. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  71. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  72. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  73. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  74. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  75. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  76. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  77. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  78. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  79. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  80. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  81. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  82. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  83. catocli/parsers/mutation_sites/__init__.py +98 -0
  84. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  85. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  86. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  87. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  88. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  89. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  90. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  91. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  92. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  93. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  94. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  95. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  96. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  97. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  98. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  99. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  100. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  101. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  102. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  103. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  104. catocli/parsers/parserApiClient.py +7 -4
  105. catocli/parsers/query_accountManagement/README.md +16 -0
  106. catocli/parsers/query_accountManagement/__init__.py +17 -0
  107. catocli/parsers/query_admins/README.md +2 -2
  108. catocli/parsers/query_appStats/README.md +5 -5
  109. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  110. catocli/parsers/query_auditFeed/README.md +2 -2
  111. catocli/parsers/query_container/README.md +8 -8
  112. catocli/parsers/query_entityLookup/README.md +6 -6
  113. catocli/parsers/query_events/README.md +5 -5
  114. catocli/parsers/query_eventsFeed/README.md +3 -3
  115. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  116. catocli/parsers/query_hardwareManagement/README.md +2 -2
  117. catocli/parsers/query_policy/README.md +5 -3
  118. catocli/parsers/query_site/README.md +22 -0
  119. catocli/parsers/query_site/__init__.py +17 -0
  120. catocli/parsers/query_xdr_stories/README.md +2 -2
  121. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
  122. catocli-1.0.17.dist-info/RECORD +356 -0
  123. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
  124. models/mutation.accountManagement.addAccount.json +908 -0
  125. models/mutation.accountManagement.removeAccount.json +446 -0
  126. models/mutation.accountManagement.updateAccount.json +524 -0
  127. models/mutation.admin.addAdmin.json +103 -103
  128. models/mutation.admin.removeAdmin.json +3 -3
  129. models/mutation.admin.updateAdmin.json +121 -121
  130. models/mutation.container.delete.json +67 -67
  131. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  132. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  133. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  134. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  135. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  136. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  137. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  138. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  139. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  140. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  141. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  142. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  143. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  144. models/mutation.policy.internetFirewall.addSection.json +92 -92
  145. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  146. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  147. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  148. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  149. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  150. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  151. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  152. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  153. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  154. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  155. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  156. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  157. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  158. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  159. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  160. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  161. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  162. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  163. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  164. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  165. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  166. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  167. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  168. models/mutation.policy.wanFirewall.addSection.json +92 -92
  169. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  170. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  171. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  172. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  173. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  174. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  175. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  176. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  177. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  178. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  179. models/mutation.site.addBgpPeer.json +3334 -0
  180. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  181. models/mutation.site.addCloudInterconnectSite.json +911 -0
  182. models/mutation.site.addIpsecIkeV2Site.json +45 -45
  183. models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
  184. models/mutation.site.addNetworkRange.json +55 -55
  185. models/mutation.site.addSocketSite.json +45 -45
  186. models/mutation.site.addStaticHost.json +35 -35
  187. models/mutation.site.removeBgpPeer.json +1158 -0
  188. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  189. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
  190. models/mutation.site.removeNetworkRange.json +5 -5
  191. models/mutation.site.removeSite.json +5 -5
  192. models/mutation.site.removeStaticHost.json +5 -5
  193. models/mutation.site.updateBgpPeer.json +3063 -0
  194. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  195. models/mutation.site.updateHa.json +56 -56
  196. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  197. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
  198. models/mutation.site.updateNetworkRange.json +76 -76
  199. models/mutation.site.updateSiteGeneralDetails.json +75 -75
  200. models/mutation.site.updateSocketInterface.json +284 -284
  201. models/mutation.site.updateStaticHost.json +56 -56
  202. models/mutation.sites.addBgpPeer.json +3334 -0
  203. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  204. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  205. models/mutation.sites.addIpsecIkeV2Site.json +45 -45
  206. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
  207. models/mutation.sites.addNetworkRange.json +55 -55
  208. models/mutation.sites.addSocketSite.json +45 -45
  209. models/mutation.sites.addStaticHost.json +35 -35
  210. models/mutation.sites.removeBgpPeer.json +1158 -0
  211. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  212. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
  213. models/mutation.sites.removeNetworkRange.json +5 -5
  214. models/mutation.sites.removeSite.json +5 -5
  215. models/mutation.sites.removeStaticHost.json +5 -5
  216. models/mutation.sites.updateBgpPeer.json +3063 -0
  217. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  218. models/mutation.sites.updateHa.json +56 -56
  219. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  220. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
  221. models/mutation.sites.updateNetworkRange.json +76 -76
  222. models/mutation.sites.updateSiteGeneralDetails.json +75 -75
  223. models/mutation.sites.updateSocketInterface.json +284 -284
  224. models/mutation.sites.updateStaticHost.json +56 -56
  225. models/query.accountManagement.json +355 -0
  226. models/query.accountMetrics.json +235 -235
  227. models/query.accountRoles.json +3 -3
  228. models/query.accountSnapshot.json +116 -116
  229. models/query.admin.json +24 -24
  230. models/query.admins.json +138 -138
  231. models/query.appStats.json +92 -92
  232. models/query.appStatsTimeSeries.json +78 -78
  233. models/query.auditFeed.json +113 -89
  234. models/query.container.json +192 -192
  235. models/query.entityLookup.json +154 -154
  236. models/query.events.json +198 -102
  237. models/query.eventsFeed.json +74 -50
  238. models/query.eventsTimeSeries.json +186 -114
  239. models/query.hardwareManagement.json +317 -125
  240. models/query.licensing.json +971 -434
  241. models/query.policy.json +10946 -5043
  242. models/query.site.json +4138 -0
  243. models/query.xdr.stories.json +869 -869
  244. models/query.xdr.story.json +637 -637
  245. schema/catolib.py +12 -12
  246. catocli-1.0.14.dist-info/RECORD +0 -264
  247. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
  248. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
  249. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
@@ -10,10 +10,10 @@
10
10
 
11
11
  `catocli query eventsFeed "$(cat < eventsFeed.json)"`
12
12
 
13
- `catocli query eventsFeed '{"EventFeedFieldFilterInput": {"fieldName": {"fieldName": "enum(EventFeedFilterFieldName)"}, "operator": {"operator": "enum(EventFeedFilterOperator)"}, "values": {"values": ["String"]}}, "accountIDs": ["ID"], "fieldNames": "enum(EventFieldName)", "marker": "String"}'`
13
+ `catocli query eventsFeed '{"accountIDs": ["ID"], "eventFeedFieldFilterInput": {"fieldName": {"fieldName": "enum(EventFeedFilterFieldName)"}, "operator": {"operator": "enum(EventFeedFilterOperator)"}, "values": {"values": ["String"]}}, "fieldNames": "enum(EventFieldName)", "marker": "String"}'`
14
14
 
15
15
  #### Operation Arguments for query.eventsFeed ####
16
- `EventFeedFieldFilterInput` [EventFeedFieldFilterInput[]] - (optional) N/A
17
16
  `accountIDs` [ID[]] - (optional) List of Unique Account Identifiers.
18
- `fieldNames` [EventFieldName[]] - (optional) N/A Default Value: ['src_site', 'src_site_id', 'static_host', 'user_id', 'dest_site', 'dest_site_id', 'src_or_dest_site_id', 'rule', 'ISP_name', 'socket_interface', 'custom_category', 'directory_host_name', 'dest_port', 'bgp_peer_asn', 'user_reference_id', 'src_port', 'link_health_pkt_loss', 'pop_name', 'host_ip', 'event_message', 'src_site_name', 'domain_name', 'dest_ip', 'file_hash', 'src_isp_ip', 'authentication_type', 'rule_name', 'directory_sync_result', 'host_mac', 'threat_type', 'threat_verdict', 'device_name', 'link_type', 'login_type', 'configured_host_name', 'internalId', 'directory_sync_type', 'vpn_user_email', 'client_class', 'incident_aggregation', 'socket_reset', 'user_name', 'client_version', 'file_size', 'registration_code', 'bgp_error_code', 'bgp_peer_description', 'threat_name', 'qos_reported_time', 'ip_protocol', 'bgp_cato_asn', 'src_ip', 'threat_reference', 'action', 'windows_domain_name', 'risk_level', 'socket_old_version', 'link_health_latency', 'tunnel_protocol', 'socket_new_version', 'socket_version', 'link_health_jitter', 'upgrade_start_time', 'bgp_cato_ip', 'categories', 'rule_id', 'socket_role', 'targets_cardinality', 'upgrade_initiated_by', 'dest_is_site_or_vpn', 'bgp_peer_ip', 'src_is_site_or_vpn', 'ad_name', 'user_awareness_method', 'link_health_is_congested', 'subnet_name', 'os_version', 'event_sub_type', 'os_type', 'traffic_direction', 'bgp_suberror_code', 'bgp_route_cidr', 'incident_id', 'application', 'application_name', 'application_id', 'upgrade_end_time', 'socket_interface_id', 'custom_categories', 'custom_category_id', 'custom_category_name', 'src_country', 'src_country_code', 'event_count', 'file_name', 'directory_ip', 'time', 'url', 'dest_country', 'dest_country_code', 'flows_cardinality', 'dest_site_name', 'event_type', 'account_id', 'signature_id', 'client_cert_expires', 'client_cert_name', 'is_sanctioned_app', 'app_activity', 'app_activity_type', 'device_posture_profile', 'device_posture_profiles', 'full_path_url', 'application_risk', 'mitre_attack_techniques', 'mitre_attack_subtechniques', 'mitre_attack_tactics', 'indicator', 'connector_type', 'connector_name', 'connector_status', 'parent_connector_name', 'file_type', 'dlp_fail_mode', 'dlp_profiles', 'matched_data_types', 'severity', 'owner', 'collaborators', 'email_subject', 'sharing_scope', 'dns_protection_category', 'final_object_status', 'object_name', 'object_type', 'object_id', 'alert_id', 'vendor', 'vendor_user_id', 'status', 'classification', 'quarantine_folder_path', 'title', 'recommended_actions', 'pid', 'parent_pid', 'process_path', 'failure_reason', 'out_of_band_access', 'logged_in_user', 'http_request_method', 'xff', 'dns_query', 'key_name', 'api_type', 'api_name', 'app_stack', 'tls_rule_name', 'tls_certificate_error', 'tls_version', 'tls_error_type', 'tls_error_description', 'cato_app', 'prompt_action', 'device_id', 'visible_device_id', 'auth_method', 'bypass_method', 'bypass_duration_sec', 'bypass_reason', 'sign_in_event_types', 'tenant_id', 'tenant_name', 'user_agent', 'vendor_event_id', 'vendor_device_id', 'vendor_device_name', 'is_compliant', 'is_managed', 'trust_type', 'confidence_level', 'dlp_scan_types', 'network_access', 'analyst_verdict', 'criticality', 'indication', 'producer', 'story_id', 'raw_data', 'trigger', 'network_rule', 'congestion_algorithm', 'tcp_acceleration', 'tls_inspection', 'public_ip', 'egress_site_name', 'egress_pop_name', 'qos_priority', 'split_tunnel_configuration', 'pac_file', 'always_on_configuration', 'vpn_lan_access', 'connect_on_boot', 'trusted_networks', 'office_mode', 'device_certificate', 'tunnel_ip_protocol', 'notification_description', 'notification_api_error', 'reference_url', 'app_activity_category', 'is_admin_activity', 'is_admin', 'collaborator_name', 'dest_group_id', 'dest_group_name', 'access_method', 'vendor_collaborator_id', 'device_categories', 'device_manufacturer', 'device_model', 'device_os_type', 'device_type']
17
+ `eventFeedFieldFilterInput` [EventFeedFieldFilterInput[]] - (optional) N/A
18
+ `fieldNames` [EventFieldName[]] - (optional) N/A Default Value: ['src_site', 'src_site_id', 'static_host', 'user_id', 'dest_site', 'dest_site_id', 'src_or_dest_site_id', 'rule', 'ISP_name', 'socket_interface', 'custom_category', 'directory_host_name', 'dest_port', 'bgp_peer_asn', 'user_reference_id', 'src_port', 'link_health_pkt_loss', 'pop_name', 'host_ip', 'event_message', 'src_site_name', 'domain_name', 'dest_ip', 'file_hash', 'src_isp_ip', 'authentication_type', 'rule_name', 'directory_sync_result', 'host_mac', 'threat_type', 'threat_verdict', 'device_name', 'link_type', 'login_type', 'configured_host_name', 'internalId', 'event_id', 'directory_sync_type', 'vpn_user_email', 'client_class', 'incident_aggregation', 'socket_reset', 'user_name', 'client_version', 'file_size', 'registration_code', 'bgp_error_code', 'bgp_peer_description', 'threat_name', 'qos_reported_time', 'ip_protocol', 'bgp_cato_asn', 'src_ip', 'threat_reference', 'action', 'windows_domain_name', 'risk_level', 'socket_old_version', 'link_health_latency', 'tunnel_protocol', 'socket_new_version', 'socket_version', 'link_health_jitter', 'upgrade_start_time', 'bgp_cato_ip', 'categories', 'rule_id', 'socket_role', 'targets_cardinality', 'upgrade_initiated_by', 'dest_is_site_or_vpn', 'bgp_peer_ip', 'src_is_site_or_vpn', 'ad_name', 'user_awareness_method', 'link_health_is_congested', 'subnet_name', 'os_version', 'event_sub_type', 'os_type', 'traffic_direction', 'bgp_suberror_code', 'bgp_route_cidr', 'incident_id', 'application', 'application_name', 'application_id', 'upgrade_end_time', 'socket_interface_id', 'custom_categories', 'custom_category_id', 'custom_category_name', 'src_country', 'src_country_code', 'event_count', 'file_name', 'directory_ip', 'time', 'url', 'dest_country', 'dest_country_code', 'flows_cardinality', 'dest_site_name', 'event_type', 'account_id', 'signature_id', 'client_cert_expires', 'client_cert_name', 'is_sanctioned_app', 'app_activity', 'app_activity_type', 'device_posture_profile', 'device_posture_profiles', 'full_path_url', 'application_risk', 'mitre_attack_techniques', 'mitre_attack_subtechniques', 'mitre_attack_tactics', 'indicator', 'connector_type', 'connector_name', 'connector_status', 'parent_connector_name', 'file_type', 'dlp_fail_mode', 'dlp_profiles', 'matched_data_types', 'severity', 'owner', 'collaborators', 'email_subject', 'sharing_scope', 'dns_protection_category', 'is_sinkhole', 'final_object_status', 'object_name', 'object_type', 'object_id', 'alert_id', 'vendor', 'vendor_user_id', 'status', 'classification', 'quarantine_folder_path', 'title', 'recommended_actions', 'pid', 'parent_pid', 'process_path', 'failure_reason', 'out_of_band_access', 'logged_in_user', 'http_request_method', 'xff', 'dns_query', 'key_name', 'api_type', 'api_name', 'app_stack', 'tls_rule_name', 'tls_certificate_error', 'tls_version', 'tls_error_type', 'tls_error_description', 'cato_app', 'prompt_action', 'device_id', 'visible_device_id', 'auth_method', 'bypass_method', 'bypass_duration_sec', 'bypass_reason', 'sign_in_event_types', 'tenant_id', 'tenant_name', 'user_agent', 'vendor_event_id', 'vendor_device_id', 'vendor_device_name', 'is_compliant', 'is_managed', 'trust_type', 'confidence_level', 'dlp_scan_types', 'network_access', 'analyst_verdict', 'criticality', 'indication', 'producer', 'story_id', 'raw_data', 'trigger', 'network_rule', 'congestion_algorithm', 'tcp_acceleration', 'tls_inspection', 'public_ip', 'egress_site_name', 'egress_pop_name', 'qos_priority', 'split_tunnel_configuration', 'pac_file', 'always_on_configuration', 'vpn_lan_access', 'connect_on_boot', 'trusted_networks', 'office_mode', 'device_certificate', 'tunnel_ip_protocol', 'notification_description', 'notification_api_error', 'reference_url', 'app_activity_category', 'is_admin_activity', 'is_admin', 'collaborator_name', 'dest_group_id', 'dest_group_name', 'access_method', 'vendor_collaborator_id', 'device_categories', 'device_manufacturer', 'device_model', 'device_os_type', 'device_type']
19
19
  `marker` [String] - (optional) Marker to use to get results from
@@ -10,14 +10,14 @@
10
10
 
11
11
  `catocli query eventsTimeSeries "$(cat < eventsTimeSeries.json)"`
12
12
 
13
- `catocli query eventsTimeSeries '{"EventsDimension": {"fieldName": {"fieldName": "enum(EventFieldName)"}}, "EventsFilter": {"fieldName": {"fieldName": "enum(EventFieldName)"}, "operator": {"operator": "enum(FilterOperator)"}, "values": {"values": ["String"]}}, "EventsMeasure": {"aggType": {"aggType": "enum(AggregationType)"}, "fieldName": {"fieldName": "enum(EventFieldName)"}, "trend": {"trend": "Boolean"}}, "buckets": "Int", "perSecond": "Boolean", "timeFrame": "TimeFrame", "withMissingData": "Boolean"}'`
13
+ `catocli query eventsTimeSeries '{"buckets": "Int", "eventsDimension": {"fieldName": {"fieldName": "enum(EventFieldName)"}}, "eventsFilter": {"fieldName": {"fieldName": "enum(EventFieldName)"}, "operator": {"operator": "enum(FilterOperator)"}, "values": {"values": ["String"]}}, "eventsMeasure": {"aggType": {"aggType": "enum(AggregationType)"}, "fieldName": {"fieldName": "enum(EventFieldName)"}, "trend": {"trend": "Boolean"}}, "perSecond": "Boolean", "timeFrame": "TimeFrame", "withMissingData": "Boolean"}'`
14
14
 
15
15
  #### Operation Arguments for query.eventsTimeSeries ####
16
- `EventsDimension` [EventsDimension[]] - (optional) N/A
17
- `EventsFilter` [EventsFilter[]] - (optional) N/A
18
- `EventsMeasure` [EventsMeasure[]] - (optional) N/A
19
16
  `accountID` [ID] - (required) Account ID
20
17
  `buckets` [Int] - (required) N/A
18
+ `eventsDimension` [EventsDimension[]] - (optional) N/A
19
+ `eventsFilter` [EventsFilter[]] - (optional) N/A
20
+ `eventsMeasure` [EventsMeasure[]] - (optional) N/A
21
21
  `perSecond` [Boolean] - (optional) whether to normalize the data into per second (i.e. divide by granularity)
22
22
  `timeFrame` [TimeFrame] - (required) N/A
23
23
  `withMissingData` [Boolean] - (optional) If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1
@@ -10,8 +10,8 @@
10
10
 
11
11
  `catocli query hardwareManagement "$(cat < hardwareManagement.json)"`
12
12
 
13
- `catocli query hardwareManagement '{"SocketInventoryInput": {"PagingInput": {"from": {"from": "Int"}, "limit": {"limit": "Int"}}, "SocketInventoryFilterInput": {"freeText": {"search": {"search": "String"}}}, "SocketInventoryOrderInput": {"deliverySiteName": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "description": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "installedSite": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "serialNumber": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "shippingCompany": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "shippingDate": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "socketType": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "status": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}}}}'`
13
+ `catocli query hardwareManagement '{"socketInventoryInput": {"pagingInput": {"from": {"from": "Int"}, "limit": {"limit": "Int"}}, "socketInventoryFilterInput": {"freeText": {"search": {"search": "String"}}}, "socketInventoryOrderInput": {"accountName": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "deliverySiteName": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "description": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "installedSite": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "serialNumber": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "shippingCompany": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "shippingDate": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "socketType": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}, "status": {"direction": {"direction": "enum(SortOrder)"}, "priority": {"priority": "Int"}}}}}'`
14
14
 
15
15
  #### Operation Arguments for query.hardwareManagement ####
16
- `SocketInventoryInput` [SocketInventoryInput] - (optional) N/A
17
16
  `accountId` [ID] - (required) N/A
17
+ `socketInventoryInput` [SocketInventoryInput] - (optional) N/A
@@ -10,9 +10,11 @@
10
10
 
11
11
  `catocli query policy "$(cat < policy.json)"`
12
12
 
13
- `catocli query policy '{"InternetFirewallPolicyInput": {"PolicyRevisionInput": {"id": {"id": "ID"}, "type": {"type": "enum(PolicyRevisionType)"}}}, "WanFirewallPolicyInput": {"PolicyRevisionInput": {"id": {"id": "ID"}, "type": {"type": "enum(PolicyRevisionType)"}}}}'`
13
+ `catocli query policy '{"appTenantRestrictionPolicyInput": {"policyRevisionInput": {"id": {"id": "ID"}, "type": {"type": "enum(PolicyRevisionType)"}}}, "internetFirewallPolicyInput": {"policyRevisionInput": {"id": {"id": "ID"}, "type": {"type": "enum(PolicyRevisionType)"}}}, "remotePortFwdPolicyInput": {"policyRevisionInput": {"id": {"id": "ID"}, "type": {"type": "enum(PolicyRevisionType)"}}}, "wanFirewallPolicyInput": {"policyRevisionInput": {"id": {"id": "ID"}, "type": {"type": "enum(PolicyRevisionType)"}}}}'`
14
14
 
15
15
  #### Operation Arguments for query.policy ####
16
- `InternetFirewallPolicyInput` [InternetFirewallPolicyInput] - (optional) N/A
17
- `WanFirewallPolicyInput` [WanFirewallPolicyInput] - (optional) N/A
18
16
  `accountId` [ID] - (required) N/A
17
+ `appTenantRestrictionPolicyInput` [AppTenantRestrictionPolicyInput] - (optional) N/A
18
+ `internetFirewallPolicyInput` [InternetFirewallPolicyInput] - (optional) N/A
19
+ `remotePortFwdPolicyInput` [RemotePortFwdPolicyInput] - (optional) N/A
20
+ `wanFirewallPolicyInput` [WanFirewallPolicyInput] - (optional) N/A
@@ -0,0 +1,22 @@
1
+
2
+ ## CATO-CLI - query.site:
3
+ [Click here](https://api.catonetworks.com/documentation/#query-site) for documentation on this operation.
4
+
5
+ ### Usage for query.site:
6
+
7
+ `catocli query site -h`
8
+
9
+ `catocli query site <json>`
10
+
11
+ `catocli query site "$(cat < site.json)"`
12
+
13
+ `catocli query site '{"bgpPeerListInput": {"siteRefInput": {"by": {"by": "enum(ObjectRefBy)"}, "input": {"input": "String"}}}, "bgpPeerRefInput": {"by": {"by": "enum(ObjectRefBy)"}, "input": {"input": "String"}}, "cloudInterconnectConnectionConnectivityInput": {"id": {"id": "ID"}}, "cloudInterconnectPhysicalConnectionIdInput": {"haRole": {"haRole": "enum(HaRole)"}, "siteRefInput": {"by": {"by": "enum(ObjectRefBy)"}, "input": {"input": "String"}}}, "cloudInterconnectPhysicalConnectionInput": {"id": {"id": "ID"}}, "siteBgpStatusInput": {"siteRefInput": {"by": {"by": "enum(ObjectRefBy)"}, "input": {"input": "String"}}}}'`
14
+
15
+ #### Operation Arguments for query.site ####
16
+ `accountId` [ID] - (required) N/A
17
+ `bgpPeerListInput` [BgpPeerListInput] - (required) N/A
18
+ `bgpPeerRefInput` [BgpPeerRefInput] - (required) N/A
19
+ `cloudInterconnectConnectionConnectivityInput` [CloudInterconnectConnectionConnectivityInput] - (required) N/A
20
+ `cloudInterconnectPhysicalConnectionIdInput` [CloudInterconnectPhysicalConnectionIdInput] - (required) N/A
21
+ `cloudInterconnectPhysicalConnectionInput` [CloudInterconnectPhysicalConnectionInput] - (required) N/A
22
+ `siteBgpStatusInput` [SiteBgpStatusInput] - (required) N/A
@@ -0,0 +1,17 @@
1
+
2
+ from ..parserApiClient import createRequest, get_help
3
+
4
+ def query_site_parse(query_subparsers):
5
+ query_site_parser = query_subparsers.add_parser('site',
6
+ help='site() query operation',
7
+ usage=get_help("query_site"))
8
+
9
+ query_site_parser.add_argument('json', help='Variables in JSON format.')
10
+ query_site_parser.add_argument('-accountID', help='Override the CATO_ACCOUNT_ID environment variable with this value.')
11
+ query_site_parser.add_argument('-t', const=True, default=False, nargs='?',
12
+ help='Print test request preview without sending api call')
13
+ query_site_parser.add_argument('-v', const=True, default=False, nargs='?',
14
+ help='Verbose output')
15
+ query_site_parser.add_argument('-p', const=True, default=False, nargs='?',
16
+ help='Pretty print')
17
+ query_site_parser.set_defaults(func=createRequest,operation_name='query.site')
@@ -10,9 +10,9 @@
10
10
 
11
11
  `catocli query xdr stories "$(cat < stories.json)"`
12
12
 
13
- `catocli query xdr stories '{"StoryInput": {"PagingInput": {"from": {"from": "Int"}, "limit": {"limit": "Int"}}, "StoryFilterInput": {"accountId": {"in": {"in": ["ID"]}, "not_in": {"not_in": ["ID"]}}, "criticality": {"eq": {"eq": "Int"}, "gt": {"gt": "Int"}, "gte": {"gte": "Int"}, "in": {"in": ["Int"]}, "lt": {"lt": "Int"}, "lte": {"lte": "Int"}, "not_in": {"not_in": ["Int"]}}, "engineType": {"in": {"in": "enum(StoryEngineTypeEnum)"}, "not_in": {"not_in": "enum(StoryEngineTypeEnum)"}}, "incidentId": {"contains": {"contains": "String"}, "in": {"in": ["String"]}, "not_in": {"not_in": ["String"]}}, "ioa": {"contains": {"contains": "String"}, "in": {"in": ["String"]}, "not_in": {"not_in": ["String"]}}, "muted": {"is": {"is": "String"}}, "producer": {"in": {"in": "enum(StoryProducerEnum)"}, "not_in": {"not_in": "enum(StoryProducerEnum)"}}, "queryName": {"contains": {"contains": "String"}, "in": {"in": ["String"]}, "not_in": {"not_in": ["String"]}}, "severity": {"in": {"in": "enum(SeverityEnum)"}, "not_in": {"not_in": "enum(SeverityEnum)"}}, "source": {"contains": {"contains": "String"}, "in": {"in": ["String"]}, "not_in": {"not_in": ["String"]}}, "sourceIp": {"contains": {"contains": "String"}, "in": {"in": ["String"]}, "not_in": {"not_in": ["String"]}}, "status": {"in": {"in": "enum(StoryStatusEnum)"}, "not_in": {"not_in": "enum(StoryStatusEnum)"}}, "storyId": {"in": {"in": ["ID"]}, "not_in": {"not_in": ["ID"]}}, "timeFrame": {"time": {"time": "TimeFrame"}, "timeFrameModifier": {"timeFrameModifier": "enum(TimeFrameModifier)"}}, "vendor": {"in": {"in": "enum(VendorEnum)"}, "not_in": {"not_in": "enum(VendorEnum)"}}, "verdict": {"in": {"in": "enum(StoryVerdictEnum)"}, "not_in": {"not_in": "enum(StoryVerdictEnum)"}}}, "StorySortInput": {"fieldName": {"fieldName": "enum(StorySortFieldName)"}, "order": {"order": "enum(SortDirectionEnum)"}}}, "perSecond": "Boolean"}'`
13
+ `catocli query xdr stories '{"perSecond": "Boolean", "storyInput": {"pagingInput": {"from": {"from": "Int"}, "limit": {"limit": "Int"}}, "storyFilterInput": {"accountId": {"in": {"in": ["ID"]}, "not_in": {"not_in": ["ID"]}}, "criticality": {"eq": {"eq": "Int"}, "gt": {"gt": "Int"}, "gte": {"gte": "Int"}, "in": {"in": ["Int"]}, "lt": {"lt": "Int"}, "lte": {"lte": "Int"}, "not_in": {"not_in": ["Int"]}}, "engineType": {"in": {"in": "enum(StoryEngineTypeEnum)"}, "not_in": {"not_in": "enum(StoryEngineTypeEnum)"}}, "incidentId": {"contains": {"contains": "String"}, "in": {"in": ["String"]}, "not_in": {"not_in": ["String"]}}, "ioa": {"contains": {"contains": "String"}, "in": {"in": ["String"]}, "not_in": {"not_in": ["String"]}}, "muted": {"is": {"is": "String"}}, "producer": {"in": {"in": "enum(StoryProducerEnum)"}, "not_in": {"not_in": "enum(StoryProducerEnum)"}}, "queryName": {"contains": {"contains": "String"}, "in": {"in": ["String"]}, "not_in": {"not_in": ["String"]}}, "severity": {"in": {"in": "enum(SeverityEnum)"}, "not_in": {"not_in": "enum(SeverityEnum)"}}, "source": {"contains": {"contains": "String"}, "in": {"in": ["String"]}, "not_in": {"not_in": ["String"]}}, "sourceIp": {"contains": {"contains": "String"}, "in": {"in": ["String"]}, "not_in": {"not_in": ["String"]}}, "status": {"in": {"in": "enum(StoryStatusEnum)"}, "not_in": {"not_in": "enum(StoryStatusEnum)"}}, "storyId": {"in": {"in": ["ID"]}, "not_in": {"not_in": ["ID"]}}, "timeFrame": {"time": {"time": "TimeFrame"}, "timeFrameModifier": {"timeFrameModifier": "enum(TimeFrameModifier)"}}, "vendor": {"in": {"in": "enum(VendorEnum)"}, "not_in": {"not_in": "enum(VendorEnum)"}}, "verdict": {"in": {"in": "enum(StoryVerdictEnum)"}, "not_in": {"not_in": "enum(StoryVerdictEnum)"}}}, "storySortInput": {"fieldName": {"fieldName": "enum(StorySortFieldName)"}, "order": {"order": "enum(SortDirectionEnum)"}}}}'`
14
14
 
15
15
  #### Operation Arguments for query.xdr.stories ####
16
- `StoryInput` [StoryInput] - (required) N/A
17
16
  `accountID` [ID] - (required) N/A
18
17
  `perSecond` [Boolean] - (optional) whether to normalize the data into per second (i.e. divide by granularity)
18
+ `storyInput` [StoryInput] - (required) N/A
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: catocli
3
- Version: 1.0.14
3
+ Version: 1.0.17
4
4
  Summary: Cato Networks cli wrapper for the GraphQL API.
5
5
  Home-page: https://github.com/Cato-Networks/cato-cli
6
6
  Author: Cato Networks
@@ -18,5 +18,14 @@ License-File: LICENSE
18
18
  Requires-Dist: urllib3
19
19
  Requires-Dist: certifi
20
20
  Requires-Dist: six
21
+ Dynamic: author
22
+ Dynamic: author-email
23
+ Dynamic: classifier
24
+ Dynamic: description
25
+ Dynamic: home-page
26
+ Dynamic: license
27
+ Dynamic: requires-dist
28
+ Dynamic: requires-python
29
+ Dynamic: summary
21
30
 
22
31
  The package provides a simple to use CLI that reflects industry standards (such as the AWS cli), and enables customers to manage Cato Networks configurations and processes via the [Cato Networks GraphQL API](https://api.catonetworks.com/api/v1/graphql2) easily integrating into configurations management, orchestration or automation frameworks to support the DevOps model.
@@ -0,0 +1,356 @@
1
+ catocli/__init__.py,sha256=_yj5wq5y2XEzOQCfZYYhCLKjJFCjAtKv0AWzDz8XBfs,86
2
+ catocli/__main__.py,sha256=6Z0ns_k_kUcz1Qtrn1u7UyUnqB-3e85jM_nppOwFsv4,217
3
+ catocli/Utils/clidriver.py,sha256=9ikNmH5ylNvPf70BCiJxxVHBnjW21fTyj0Sd3qZfPW4,7340
4
+ catocli/parsers/parserApiClient.py,sha256=Utg8TuC6DsRDYs8cIsJcyzwFTADnEAQMQZjOSRiYbqI,13549
5
+ catocli/parsers/custom/README.md,sha256=UvCWAtF3Yh0UsvADb0ve1qJupgYHeyGu6V3Z0O5HEvo,8180
6
+ catocli/parsers/custom/__init__.py,sha256=KYes0LjBPyqGPjKSgwaAiVh-Rb9auwgENV6lXl4E-ng,2391
7
+ catocli/parsers/custom/customLib.py,sha256=G8-GOekHU39PwocNEZFks5wemnJy2sT5S_M0RIgWcW4,3095
8
+ catocli/parsers/mutation/README.md,sha256=mdOfOY0sOVGnf9q-GVgtGc7mtxFKigD9q0ILJAw8l0I,32
9
+ catocli/parsers/mutation_accountManagement/README.md,sha256=8ipbdTU8FAAfiH3IYlTZkTbLpPtO0fMblra7Zi8vwAI,249
10
+ catocli/parsers/mutation_accountManagement/__init__.py,sha256=aXfaRv2DHprS8rZztqSVwYF4xS4Izc02npAB7-jIR3E,3560
11
+ catocli/parsers/mutation_accountManagement_addAccount/README.md,sha256=Ll-k0gzpmm526z-mT6X3zBhcl5vvB-vqx8EyAzLYZ5I,844
12
+ catocli/parsers/mutation_accountManagement_removeAccount/README.md,sha256=fEvfxt4simLJe2qb-iOJ3cFin1ZEnPqYBn-pJvdX_6k,596
13
+ catocli/parsers/mutation_accountManagement_updateAccount/README.md,sha256=J9xjWTu3PD8oTbXZC5W3k-dFMgVHMwXGoapZU13cGPU,720
14
+ catocli/parsers/mutation_admin/README.md,sha256=YzXrmiZf8gPKDd2ii__NztKfYxReu3MBOmswR3BGQHk,201
15
+ catocli/parsers/mutation_admin/__init__.py,sha256=K3G9eO3BvgiBmCzVGgFLL0y4drSQUMzyH_S8Ac6IIYc,3014
16
+ catocli/parsers/mutation_admin_addAdmin/README.md,sha256=KVr3tFz-xNoYkgSzZU5M9yKfghF1DnoislNfEbfaUMA,979
17
+ catocli/parsers/mutation_admin_removeAdmin/README.md,sha256=a3Qc0gfn9GZGDSEU2wDE_fl0AkjMopEH81_mD22yC-8,542
18
+ catocli/parsers/mutation_admin_updateAdmin/README.md,sha256=Pgyc-tQ1kXRa2Y5pMezSDiKSr_tDRiZbPitnu0gI6jc,1035
19
+ catocli/parsers/mutation_container/README.md,sha256=thgVBv4Wjfs6eccdDxPd4oqHh6YjiAAcd1Vp4QRCZPg,217
20
+ catocli/parsers/mutation_container/__init__.py,sha256=RwLhxfzLk2ZUisY2ElYqrngBHnJMED8ni5fwtPCW6wQ,1242
21
+ catocli/parsers/mutation_container_delete/README.md,sha256=YObmdTBucQjTA-0lwqdEP51C4JNQiqA38jhi14-mzQY,653
22
+ catocli/parsers/mutation_policy/README.md,sha256=xYEidHz8nQH6ZoK2mPbaTD5sC3ARMC0fPLUm6FiuC2E,205
23
+ catocli/parsers/mutation_policy/__init__.py,sha256=ISgB9ZgwEQHnhO36rBlHY4mWgj2lDnI8-JFq_JEDeiQ,54965
24
+ catocli/parsers/mutation_policy_appTenantRestriction/README.md,sha256=lg6x4zksQ38j_TjnhrajdfiMGva2DnG5evsPySAp27g,282
25
+ catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md,sha256=dpZrPynpPHjNfb-BUrJzPrxLZqRwPalLBpFHRx3cYzU,2782
26
+ catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md,sha256=2jcmasM7AIRHc7at9Dd9wArc-fXAD94lokOmNSfjHCg,1104
27
+ catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md,sha256=AVlN7QshiL1LyT_SXsJj0jKIB3IFCHnK-7rV6C6vmLM,1102
28
+ catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md,sha256=Y9l8fhtOSyKOkV4Q529MTs8vvIZM_LUINJ86PdRHU3E,1064
29
+ catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md,sha256=cwc7bvaYNPIAuZ05hZaC-ecXDlhOCvxxxC7m9ISIkXQ,1035
30
+ catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md,sha256=8KfIrXt5-BBIPhENW_BO9pKNIk4fiuhqtnlXP5uVgGo,1077
31
+ catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md,sha256=WhQFkKM4Dmr4NpmkpcxIZA701EtZFQqWia9eFpkAQDw,1114
32
+ catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md,sha256=oYZR2GQn1T1Z6H3Mk29Xi3d0gUnAJGwLOqetQTdD8t0,992
33
+ catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md,sha256=1VVd50fqgY61Tv3TZiTXukqPJpzuUJahKyjKxz_Q_J4,986
34
+ catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md,sha256=lVau7jge2lhNyGWf72ao_wLCCMhj-3nsP11x0j_g0AI,1043
35
+ catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md,sha256=Cv3f6jye-fIyQxIQHNSfXiQ3tLkpl6LPDE2Rjuxq8Lo,2732
36
+ catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md,sha256=JIqP34qaw76LJT_CWSA2BYf5VhcmFpeGklN0UoOHL3o,1048
37
+ catocli/parsers/mutation_policy_internetFirewall/README.md,sha256=0e13yUi-sK03DKCW1muOj7or6azutn_bR88RGMgwU84,266
38
+ catocli/parsers/mutation_policy_internetFirewall_addRule/README.md,sha256=X0269sW1YsJKiAugJV9C0Qym5CWoy5zLOgeTmuQBPy4,7414
39
+ catocli/parsers/mutation_policy_internetFirewall_addSection/README.md,sha256=2ySZLEZ0dRTUdWiZVGC_m92AZ9mkggubxch6Mm5c5zo,1064
40
+ catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md,sha256=22XYL2YVui1JbXh5gT4FUtv-23Z1EBiuJmr1aXjIPhg,1062
41
+ catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md,sha256=USmwzlhBxuO1QFn6gLQ9gZPRdJqabM5O8xPypO-zwz0,1024
42
+ catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md,sha256=aLZsWRJutxzzJMf6BdpNcJ25rxZKfnDuvqOjCNpm1Hs,995
43
+ catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md,sha256=8AAVWJao9HaDI18VYawwVa92TFDJ9BhbZKoUMG-9nL0,1037
44
+ catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md,sha256=cfwkGx5OHGOw100fsWYucCZJ7YaFy1Rqb9ovJRSOjxo,1074
45
+ catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md,sha256=JLp1rlIpC5ynOinZgrAy_a3yWRgSdb7gwvV3Ux6SUhw,940
46
+ catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md,sha256=Gq17_XRC1DKASI1GwZS7jvyb9Z1lIqWEivxKZHdazs4,946
47
+ catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md,sha256=64z3x8DkJi5uhwiyDGac4L7keizO6q2tiA1CJISJ8cw,991
48
+ catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md,sha256=JkzTPKKoQ4hIRybbhJi0Ds2r2s7jaxL1Gy2lTsoBdec,7364
49
+ catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md,sha256=UhXR74XTx-S4Kj1jYwD21Q6rn-Uxs-tTdZ40LxKk7ZA,1008
50
+ catocli/parsers/mutation_policy_remotePortFwd/README.md,sha256=aHNtgm28vcJ1o1IkEmHXC1aB3WilwWov-A5X6nQOI-0,254
51
+ catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md,sha256=qMx3-Fy-qK4j4iQI4Zgv-RBfNYgAmsE9yzZuxGvbazg,2087
52
+ catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md,sha256=-pSj_BJ8cTdbKfaIDr8MTQxe4uzBdLjKHLZlC-tFNbQ,1034
53
+ catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md,sha256=ZVR_ZHqBRdGrNfPZjAfA2yclMdx4UmtaBaVQqlVM3GY,1032
54
+ catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md,sha256=W38GoBpdBo0H5iyllhgdFEiITUr-l0wW-kX0Lf9Lj24,994
55
+ catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md,sha256=av5IlQ70B39zOsquxXSRBndTilkk7cBOnuVtcB2CJs4,965
56
+ catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md,sha256=KDkxToT7qDrZnm_VmRifTd_r5QfAjvtxYvl3Oxesvjs,1007
57
+ catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md,sha256=JKppL1YRgp6AXvEEdnl9VpCZwmKDzIqpZDzPaOkBQl4,1044
58
+ catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md,sha256=DyZSjwRj-8uaJKwIF2_0duHHLWHJxagb6oxLyUhS2l8,901
59
+ catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md,sha256=FgxseN0lE2zd0cxD46Xk2_ljqcZe-ZMXld3ydygxx7o,916
60
+ catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md,sha256=7bwDHclXYn7w-i8ixh7f22j2Qua1JxqHaKci1JlrcP4,952
61
+ catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md,sha256=gs8763sXYJ03UCQg4xiuiMaZE2sWoZQ3QKwBj8t3f9o,2037
62
+ catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md,sha256=F1vCzJO4lvGqm2GXTmGOkXIEfF1ELHaGVswFXq_EozU,978
63
+ catocli/parsers/mutation_policy_wanFirewall/README.md,sha256=zpjNhACCjxLQrdf8EG0LBil0QKumtktq6b3HYUwyCbM,246
64
+ catocli/parsers/mutation_policy_wanFirewall_addRule/README.md,sha256=7RxkwplkIL8Ff2sIDf04gfhyjZueR6fMif6ZGTzvOM4,8773
65
+ catocli/parsers/mutation_policy_wanFirewall_addSection/README.md,sha256=XzCWXBjdCLV2R-JMxSueKTRDaHBBIiRMeAvR4p2fWHs,1014
66
+ catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md,sha256=5GJsPRSvF0K_dXZ6E6nXpesZruaN8E6TnKsl-rdUahc,1012
67
+ catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md,sha256=L5qbGdwzHgehh7pLiCEWmwwOe_s-Duaocgj5w6l_QEM,974
68
+ catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md,sha256=yfpgSfPfGi-xVyj-4qTsu8MSCPDLrpqbCYRLs-49JZQ,945
69
+ catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md,sha256=TY6a0aiabMDRrVkAAegMRLfC1nFeY0Jn-oDJr-NcuTo,987
70
+ catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md,sha256=OEMWjKFIAYXTMzifE3coby9qLt8WWVbf9Z4Zhy37xZc,1024
71
+ catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md,sha256=VWTNY5hxULxf3aVJjQUEt03lWnSDR4opHVqBAFNwaU8,875
72
+ catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md,sha256=t08gBiGggxoWqnW_x7IEhOPW_UpzlZgZhr3ZrCe1rIc,896
73
+ catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md,sha256=cafLP0BRTuHEtHZWqM2cdkbB1XuWS1r-6LRgK5vfGs0,926
74
+ catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md,sha256=kLU07z97ZkpnK1XTR9XhOMHZuwXfaalRUb4wSOc9syc,8723
75
+ catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md,sha256=RHMGBus8_HVQtlaDNPQ9Zs0QUxKqRu90MOmzflRScp4,958
76
+ catocli/parsers/mutation_site/README.md,sha256=VGtw4II0zTDPC4PyWohkkH1gcsbPtbNWH6FIUJK48Ew,197
77
+ catocli/parsers/mutation_site/__init__.py,sha256=jOpHAEQFrLgZxVpUcfTn9IY8JwNnUJmeygZI7OH1r-E,23515
78
+ catocli/parsers/mutation_site_addBgpPeer/README.md,sha256=L4-lUKFKOkLTMFxvyKB_tV4OG-hzxzAVLpBKB4-ovXY,1708
79
+ catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md,sha256=P92mZUoE4l1c74OvVz9YRzDiD-JJro-7G0ITuKmOJBI,1488
80
+ catocli/parsers/mutation_site_addCloudInterconnectSite/README.md,sha256=h3rzLy7jhmunl1s1skdz0cKi8T6pHbyBrOhEvA4NHVc,1037
81
+ catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md,sha256=OYcvLR0HXNc2jFtKLfafUxb3Wh3mjy6Hkl4QIKRYIDI,1011
82
+ catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md,sha256=aYc6_4ZRCZCqTAjFxWX8IBr33-iIEOwLhUJ6JeAPLj8,1292
83
+ catocli/parsers/mutation_site_addNetworkRange/README.md,sha256=F7sVeyTDTbpEwaZjLoXLiEaKTnUfJfJH23o0QzWzg_o,1199
84
+ catocli/parsers/mutation_site_addSocketSite/README.md,sha256=KBqJ7CMgsW9HfOhiF5koJ4OjfbT4bAO4eyFoLR5Bdy8,1087
85
+ catocli/parsers/mutation_site_addStaticHost/README.md,sha256=nhAH79RsC8tfrBkgG6lnuYAMqzgMdQtJpivqWTyE6vU,730
86
+ catocli/parsers/mutation_site_removeBgpPeer/README.md,sha256=oYXWYiaWAnSxVxBqd-YXlnI-EWhnDrgMbtPBeTHMyqY,607
87
+ catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md,sha256=89OYbjhMGSp6OTzezqr3476j1WUX_28FwzF8m7eEwwk,943
88
+ catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md,sha256=VwcEE_6-zBpjIldEQI8XwABb1Vgw_yiMpB6-G3FPNBw,857
89
+ catocli/parsers/mutation_site_removeNetworkRange/README.md,sha256=NBn8fjWIR05h7b-fmonlsG_Lfbq-2gYyMK7GmIfsrkQ,612
90
+ catocli/parsers/mutation_site_removeSite/README.md,sha256=bHN6k7gooJS2_L_MIg8ICyw4HMkVYnQB8DHWCFlC9T0,524
91
+ catocli/parsers/mutation_site_removeStaticHost/README.md,sha256=5MRYANEiwPeyfZNlSGkBGD1Z9UaepCkox6LouHTwDl8,578
92
+ catocli/parsers/mutation_site_updateBgpPeer/README.md,sha256=xWVp0IVOiXD9SpVjwaDrHoDGKKfRd5q3ibyZdVOpjGo,1681
93
+ catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md,sha256=l1GOmwGXxRmBgODBZkdmWKwFVt9UAKV3Rd_JDKhBpC8,1423
94
+ catocli/parsers/mutation_site_updateHa/README.md,sha256=8yTfQOGO1NFbBDkssFLhByzX2W-W9K2ymYI-WVC9OKk,726
95
+ catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md,sha256=d3KlOh7stD4M6fpd4LqlLATMq9hrtd0JMDhjBg-HqVo,1272
96
+ catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md,sha256=pHeJkmBWQps27iPiBAQwkaB5X_X3KXGnXsFX-fSZvuI,1385
97
+ catocli/parsers/mutation_site_updateNetworkRange/README.md,sha256=SvwfB0oY3M1L_UmlCe7RQ7g2gmz8XW2um8-G-fggZyU,1223
98
+ catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md,sha256=33bldDxCajpCGWgi_cqsP5xIIC01HDoL_aImymu4suk,1096
99
+ catocli/parsers/mutation_site_updateSocketInterface/README.md,sha256=VRD25lQcpxxpwWpKiIhEJyvP1bXFVu29Pf6th-XiP40,2296
100
+ catocli/parsers/mutation_site_updateStaticHost/README.md,sha256=UD0O85NWsR47YrHTzgOdLY1RzVujweOb79IWXDeSfwc,766
101
+ catocli/parsers/mutation_sites/README.md,sha256=0JLG9cOfCCFgUxvhRiAYW7yPfFYL0-I3JDkI2SYqHE4,201
102
+ catocli/parsers/mutation_sites/__init__.py,sha256=VOSsrG4sISq9yWUudkMyjMShNZPlvsfxw11AzLndQJA,23775
103
+ catocli/parsers/mutation_sites_addBgpPeer/README.md,sha256=SmMuh7kGC0DmS4g57E8uMAZ0Mf7hvr5RWWCx4-KY1sk,1715
104
+ catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md,sha256=hro4USouqSm8wJcTBMteFTuzaoNh48wbAnINtD0nNBw,1495
105
+ catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md,sha256=SjHGDUBykvI8f83ReMchq477gKEXnQEfFKbMU_dACJg,1044
106
+ catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md,sha256=RLi3PqVXI8HLx4mbk5n2-03z01T4KS2v7Y5qBzQSwUg,1018
107
+ catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md,sha256=7xFZ1zmUE9DodbQ5KfAFYXu-fRxvQFxA5Dp9Syt78z8,1299
108
+ catocli/parsers/mutation_sites_addNetworkRange/README.md,sha256=-iG-MbVE_BiFXSgrJeRhPhG_7ofjC3f-KpUc9xamQsI,1206
109
+ catocli/parsers/mutation_sites_addSocketSite/README.md,sha256=OKRhtMi0EtoDMnzwxNv5nQ0AaQmoK7UKDawBmFvg_qY,1094
110
+ catocli/parsers/mutation_sites_addStaticHost/README.md,sha256=8Gz5BZ5Q-MRohM5ChheuJzbcyriZ8jyJdEJndwT2x3o,737
111
+ catocli/parsers/mutation_sites_removeBgpPeer/README.md,sha256=oOUp6Bqw0iaeuhP3aDBSWoM7s2851gq7w9p88fbQWb0,614
112
+ catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md,sha256=yLZPRYN_7eiwDgY5-_j_yrAhXDBgOf29O42DtCRp0rw,950
113
+ catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md,sha256=la4W9hXQj9dRQChhy5pEqqnxzJGn33z7odCajQ_uio8,864
114
+ catocli/parsers/mutation_sites_removeNetworkRange/README.md,sha256=u6b-Suh6sv6qwp6ndXmwWPLg908iv4NuFOUS4AkNs-Y,619
115
+ catocli/parsers/mutation_sites_removeSite/README.md,sha256=b4aak4RWXN6HUvwu3x252fuCNTeFdu4n_J93Vh6FzHs,531
116
+ catocli/parsers/mutation_sites_removeStaticHost/README.md,sha256=TESb7T1qaLtm4zmkdTpC4Zc0DLqTYRBwI9y6ZoDVTMI,585
117
+ catocli/parsers/mutation_sites_updateBgpPeer/README.md,sha256=bQHZhla76sw4Iect5WaZuhlCfL967p7zTW-w1PimuGQ,1688
118
+ catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md,sha256=nyG-V86CQQQ8xBfEfUVYlX2h12_Ab4xcbuP9E9GHnWk,1430
119
+ catocli/parsers/mutation_sites_updateHa/README.md,sha256=TnBwo3p1Wh_P_R7DqPB_h6gpttWOfipiHVH_OxAGXGk,733
120
+ catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md,sha256=bx0epulgAaK3a6E9aJJ5lA58C25RaZ4ExXjFrHYz7VI,1279
121
+ catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md,sha256=MgZ25xgCF1FIsln3_it0wBxUk-ehhJotnJpMDNSSLE0,1392
122
+ catocli/parsers/mutation_sites_updateNetworkRange/README.md,sha256=ysWryg0TSNtuL6w6UGA_Ar3ifqhefrGnCdegIgZiCus,1230
123
+ catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md,sha256=TgltXfim8d3ECa-T_50BMUknJ-hpDZuukhWji2WdWJw,1103
124
+ catocli/parsers/mutation_sites_updateSocketInterface/README.md,sha256=l-UVy10i8nvS_c-Gp6AHNacfrw2q62L2wRf6-CB8UOE,2303
125
+ catocli/parsers/mutation_sites_updateStaticHost/README.md,sha256=4K6xmd00JWiMsVnjapfiyK3VYryHK1kc9H7qYbcsSKs,773
126
+ catocli/parsers/query/README.md,sha256=QX5L_NhJgpCSZy-bQcPRZw2gdJRxMPb6DtrRgVK9f5g,28
127
+ catocli/parsers/query_accountBySubdomain/README.md,sha256=tuR-M5nt4mjc8XxxXBv625J4Mt6v2QKGt_YwOxeTonk,583
128
+ catocli/parsers/query_accountBySubdomain/__init__.py,sha256=fwqS8kHRh0BZz56gR96MMi0zAG2QoMmvN0cX66RuckY,1007
129
+ catocli/parsers/query_accountManagement/README.md,sha256=FI3amhaUsbvcAezeW7y2EE0jNBRpnnqAl97SFOxWcRg,482
130
+ catocli/parsers/query_accountManagement/__init__.py,sha256=S8SCM7pMDuoGAZgc2_1Tti_z_WUtZmxeiR3-Yji6j5M,995
131
+ catocli/parsers/query_accountMetrics/README.md,sha256=TZV2OVz-xVhZBQCUTlRLeINcXtSSSVfDVXcu2HM04GY,2743
132
+ catocli/parsers/query_accountMetrics/__init__.py,sha256=I3j2bDDT9CUb0fVR1h-7riVTlpDEEZgYzenV1TRLqNI,959
133
+ catocli/parsers/query_accountRoles/README.md,sha256=O4B0FeFuyReFWVqJUs1o42jGFnq-jY8-Yh28OzaFl_Y,572
134
+ catocli/parsers/query_accountRoles/__init__.py,sha256=T9MNYqDvUJt_u_kVwxhwtvQQAHLHJkot5F9_ed_CMUw,935
135
+ catocli/parsers/query_accountSnapshot/README.md,sha256=ITVt5oIhS7bVaYxhaThhU9zEbYzCBv1C2N13nFSERtc,727
136
+ catocli/parsers/query_accountSnapshot/__init__.py,sha256=wppElgLyeXNY6eUEgcI8wmJGhy3HcccfQLnFHM_o1cU,971
137
+ catocli/parsers/query_admin/README.md,sha256=vVPaPIQb_UIvmh_fXmxhVpKfRgJqRZ802c1h6pckiL8,422
138
+ catocli/parsers/query_admin/__init__.py,sha256=OVbPgERvEiYsnGSGFYod-axrqXQlXUzd2HxltI9c2BY,851
139
+ catocli/parsers/query_admins/README.md,sha256=n-9Sf1a0Z92l0XGRs1juTyRNwJiPsEYDWVkdHPTOH1M,720
140
+ catocli/parsers/query_admins/__init__.py,sha256=D5A-mXkgiyNvObe9dOipU95RJ61pi-DQYaiWIvSJpyk,863
141
+ catocli/parsers/query_appStats/README.md,sha256=E8HYnIkuGgE5DchQ0St066ne07y558Fk4caxNTQVjzc,1249
142
+ catocli/parsers/query_appStats/__init__.py,sha256=wsGcPtfkesKw2ZbJf_q2wx1KHChqWizDX9SA5kXtGQE,887
143
+ catocli/parsers/query_appStatsTimeSeries/README.md,sha256=GSOWakBDbviyv6ANxwF_Gnx19qUJhIOFWIFTB_jFAvI,1448
144
+ catocli/parsers/query_appStatsTimeSeries/__init__.py,sha256=magaX6e4MQG7kZ6DllvdqIpmL2n6fIhuqdyC_XLYvRw,1007
145
+ catocli/parsers/query_auditFeed/README.md,sha256=am9-BeTCB46d_lfFY2Jb6CVAfrgZmiWMNPWDl4vY7XA,1213
146
+ catocli/parsers/query_auditFeed/__init__.py,sha256=bvXz3RA1EnlEYhmQx2pxbh9JAx2_NVmqrYRDlMo_XDw,899
147
+ catocli/parsers/query_container/README.md,sha256=qLRL-pE3j3fHD8_ycFHrFjBrs0GJkLeLj7FG9jUp9es,1836
148
+ catocli/parsers/query_container/__init__.py,sha256=hoSori0Q9A56e0H3GTibFuBOkbNQikwmx2ee-8UJAr4,899
149
+ catocli/parsers/query_entityLookup/README.md,sha256=YoJm7w0sWjQKdt5vQ5WZb5hAKecUiuXF-vQqi-V3T_w,2510
150
+ catocli/parsers/query_entityLookup/__init__.py,sha256=pFsCPByvqLkcBHy0nJ3SLA_6EoCfDitve8GDBr4FQQ0,935
151
+ catocli/parsers/query_events/README.md,sha256=fN0xe-I3omQEVE5lUYMJT1lJexQXp1--AFWT6ASEOn4,1243
152
+ catocli/parsers/query_events/__init__.py,sha256=qvsnQ9-4HO2otN4ZLJYY80FNcakdxRzKlI-lnChLReg,863
153
+ catocli/parsers/query_eventsFeed/README.md,sha256=WjH3g0Sg_tfwDf3ifjxSRHc9kWYws4BFdrPVn4mPDd4,4874
154
+ catocli/parsers/query_eventsFeed/__init__.py,sha256=ffXdAeZUOXto_0Rv1Li95ZQ6xErfqZ7KIFG2tIFqrYQ,911
155
+ catocli/parsers/query_eventsTimeSeries/README.md,sha256=xHlvHcm1d1ugbIGuWBR0v-U3j7sRiFKmwnkB2UhpgnY,1451
156
+ catocli/parsers/query_eventsTimeSeries/__init__.py,sha256=ATJVr5EWZ9H7VEFwKnGCIbrnY5G3NT2JzSDPhSzdc3I,983
157
+ catocli/parsers/query_hardwareManagement/README.md,sha256=XYPOtmBDzz7ERlt6xRaORGpVGgFjD7K3xhp-04pS-t8,1637
158
+ catocli/parsers/query_hardwareManagement/__init__.py,sha256=weTGaW9t2vd1PsNGTh9uQQucm8msQsZMjKMjcsJbPso,1007
159
+ catocli/parsers/query_licensing/README.md,sha256=12rRUeUBY-PC-sTx9pBPVb5LM4gaKFG0aQkYqo5S9jc,410
160
+ catocli/parsers/query_licensing/__init__.py,sha256=g8rPnSutS7VV2l8Wl-eQa5ta5mV6FIEAiQfSo0mBt1U,899
161
+ catocli/parsers/query_policy/README.md,sha256=zFn5Sceq4pK2fURtod7yllWWwcviHD4E0D6jpVtAxgY,1177
162
+ catocli/parsers/query_policy/__init__.py,sha256=zH2tvG9WLqUmWWq4Z1lny-JOK5IXwapacgORo7VS2J4,863
163
+ catocli/parsers/query_site/README.md,sha256=A2gEpcKPrjzqHMtrvSPAOdFaErFc_DTRPTrUu0PP0z0,1460
164
+ catocli/parsers/query_site/__init__.py,sha256=ZhseYQx5EgfD-foyxWvxQ2Y5JHXEWfjMkVGGf1uqxbw,839
165
+ catocli/parsers/query_siteLocation/README.md,sha256=pTgO_7DDHnGQzma34qKQfKPRgawwZcPIQJXWSIRDT4w,1500
166
+ catocli/parsers/query_siteLocation/__init__.py,sha256=sMLmzUdtwlzifHjXfYWsLvjdrCkQ3lbY9U0QGUuGbtQ,941
167
+ catocli/parsers/query_subDomains/README.md,sha256=cYS_97fOekPlJe1PDfgkh39XdECbcgZCArcN7SOQ88E,640
168
+ catocli/parsers/query_subDomains/__init__.py,sha256=HMAxZr_145yNx5NV2_zNzLVrocujzmhn7XaynIBJRoo,911
169
+ catocli/parsers/query_xdr/README.md,sha256=bmaw_sVCQgN-3hiyLtbB4xlsXKxHfy-vbnt1qWFZ4QY,181
170
+ catocli/parsers/query_xdr/__init__.py,sha256=T8hnqOImnTb1kfcWOCTNwlvnu7Ov-lYzMxL7aro9FRw,1884
171
+ catocli/parsers/query_xdr_stories/README.md,sha256=kbnrCmTq7o0T1LMgN0w8lAoiwB3NZiod7jvcONGNSLs,2432
172
+ catocli/parsers/query_xdr_story/README.md,sha256=fyQgDmAAyu4IcNlih_SYafNsZbXi6SVwwn6oNEz2lLE,909
173
+ catocli/parsers/raw/README.md,sha256=BP0BdxHal9vgHwdJRkTjD0984NLIMHHC8U6qSAD0OxM,637
174
+ catocli/parsers/raw/__init__.py,sha256=f1wRd9y_99RB3Npew1UN770Xel0_lhdLvayh5NNzpFw,558
175
+ graphql_client/__init__.py,sha256=2nxD4YsWoOnALXi5cXbmtIN_i0NL_eyDTQRTxs52mkI,315
176
+ graphql_client/api_client.py,sha256=2Rc1Zo1xH9Jnk1AO68kLSofTShkZwSVF-WkVtczfIc4,5786
177
+ graphql_client/api_client_types.py,sha256=EyksBLag6jVq50Lq0HZuAT9Y3wGlvuGYwwGPipGM-y4,11492
178
+ graphql_client/configuration.py,sha256=F-WDXVjbVqeZt5bsF9D38duJmU24MlSzTQEw0kIQXHQ,7648
179
+ graphql_client/api/__init__.py,sha256=UjpnW5LhQScrcYDQhCfk5YkA4pGpEx0JT_G0gUI23Rg,88
180
+ graphql_client/api/call_api.py,sha256=_eeNW8_B9mcHcNwMPEsIqPURAl5jUWbTDH_Lss9nnNo,2404
181
+ graphql_client/models/__init__.py,sha256=beY1dq6H1z0OOWRwvCN84LFOilZKMD_GjrYHuLKJI5c,275
182
+ graphql_client/models/no_schema.py,sha256=NorUxY0NQA6reSS8Os_iF0GRk6cCYxhH7_Su0B9_eJk,1972
183
+ models/mutation.accountManagement.addAccount.json,sha256=Cu02ZHcaa6AKhMNBVItYX-ioYXp-icWHGloc7A7JjgM,49657
184
+ models/mutation.accountManagement.removeAccount.json,sha256=wRFTRTb9fy8yAhmoyyYCw4dwZHvCAwUENP1RIRl0VvY,27674
185
+ models/mutation.accountManagement.updateAccount.json,sha256=SECL1l7TeSUDGnrBygHYPrWJkxy_vFdigNLc-ytoMUY,26650
186
+ models/mutation.admin.addAdmin.json,sha256=4awJFyXS3gbYu4Yh6YMiI4BKCraf3LHdU0f7HcUzyGk,223282
187
+ models/mutation.admin.removeAdmin.json,sha256=Tvx9PVxTBnr5XlG0sDXCkuDp3TtQdxEv6kLDlESQbbI,7097
188
+ models/mutation.admin.updateAdmin.json,sha256=mwv4VV6Feeio8wFoGluWt77IzjnERKQ_c9MkUMaSjfQ,222213
189
+ models/mutation.container.delete.json,sha256=bBqam5DrD1ElOoE95AL3X5Xk7r-Z57yA9r9ThKjIYyg,85568
190
+ models/mutation.policy.appTenantRestriction.addRule.json,sha256=gxus0IEZrAh5gehoto9tW7ZOSqJ6j_wPiI6E0ZaQ2Lc,886269
191
+ models/mutation.policy.appTenantRestriction.addSection.json,sha256=uIYAe7ropCxR_BHF515PWGuD04dV--6XxIFDqJrFgeA,96967
192
+ models/mutation.policy.appTenantRestriction.createPolicyRevision.json,sha256=ly69LRg3d7LEAZ1bDr2e-L3F7e8C2nc1fc-VEclIOco,387795
193
+ models/mutation.policy.appTenantRestriction.discardPolicyRevision.json,sha256=PYdvel0bQw3UHEqmM8EFSIG5tui08bqHZgx32XPZIiQ,384192
194
+ models/mutation.policy.appTenantRestriction.moveRule.json,sha256=kOMJu2oqnZ-yoV6mE-nq04BaE3VtIR4_EUpjFEaxANQ,317878
195
+ models/mutation.policy.appTenantRestriction.moveSection.json,sha256=lug33S3aLVCuw0S2hNueE6uDVGrP3Kk-SVLy6qur3vw,89414
196
+ models/mutation.policy.appTenantRestriction.publishPolicyRevision.json,sha256=SHRL7nTNXCUobqnf__S8nYCuPBtTfjIvDtEPloA6-qQ,388130
197
+ models/mutation.policy.appTenantRestriction.removeRule.json,sha256=1s4WtxjnGjQdbaFOEcV3ejZLu2gx_Cmd_W1FV9IQJM4,289594
198
+ models/mutation.policy.appTenantRestriction.removeSection.json,sha256=6fc3rEUDx2o3rDRtAU4LkB3xkWAtI5rPWmeu5axkN28,66898
199
+ models/mutation.policy.appTenantRestriction.updatePolicy.json,sha256=lzg6fnZu3dcWDcIHr3EwzL71MZKrn7sLEd18kYknjVE,387604
200
+ models/mutation.policy.appTenantRestriction.updateRule.json,sha256=8Fm5AMZ5vqBcLPm43ZeZ-QI_4HfeRKrFiaUj5WIrBKc,854185
201
+ models/mutation.policy.appTenantRestriction.updateSection.json,sha256=FTZG4mCBvdqSw4248_IXwLOIEV9KpB2RJQqbzEOr4-Q,77383
202
+ models/mutation.policy.internetFirewall.addRule.json,sha256=wxpkZvqV0E5TLTmemIv0na0pUrOW5v6BvGZywD_Hz7k,3336466
203
+ models/mutation.policy.internetFirewall.addSection.json,sha256=KYINSaimZDQcIScvpe3MyR-QPfqkYDu7dFDdb9cFOIk,97569
204
+ models/mutation.policy.internetFirewall.createPolicyRevision.json,sha256=Z8AyAGoJBAQBnZErNplJJ4G7nITa5NBZsbAvgTU-6ag,1122953
205
+ models/mutation.policy.internetFirewall.discardPolicyRevision.json,sha256=GhIeNJbXrswJMCFK63GwCMa5NwgdxIg3RADj7606v3U,1119780
206
+ models/mutation.policy.internetFirewall.moveRule.json,sha256=3UNxGu2enw0YUAObBMH5q1rXVMlCdIQUV3_c0KavIKI,972483
207
+ models/mutation.policy.internetFirewall.moveSection.json,sha256=olTJfsZXyp_cXAaaAp7Ai7zI8-oxmJ-6LwccfBiK3NU,89650
208
+ models/mutation.policy.internetFirewall.publishPolicyRevision.json,sha256=qP0GMdiDB3ieYGg0eWViufO6YpOLtlWG7sJnrbNfhWc,1123798
209
+ models/mutation.policy.internetFirewall.removeRule.json,sha256=aIjl4sG22gpy1SHcc0ZKLk09BkBR4rfiZN3LP6FdjfA,944733
210
+ models/mutation.policy.internetFirewall.removeSection.json,sha256=oUhOcphA6G8cYF5-bNM9QOdeOifBU7ZvW0BAhXsW6NE,66796
211
+ models/mutation.policy.internetFirewall.updatePolicy.json,sha256=KWIHBSI0glTUuH2ipK2G9hwjw93nZmiVyGNILaR3IBM,1120274
212
+ models/mutation.policy.internetFirewall.updateRule.json,sha256=HtdsDP7W07Sd0GoWJuA1DqnOGhbl6XwzuM1KcfULpkY,3297047
213
+ models/mutation.policy.internetFirewall.updateSection.json,sha256=Kdm3Su4SI84i1D8C1yGSOZ4uqcz4wIO8YqkLjvzlbJA,77197
214
+ models/mutation.policy.remotePortFwd.addRule.json,sha256=2jSHzzcQBVZxqWBHHz0z2ZLbwPH8gcGcOQaXLq2SHJI,521037
215
+ models/mutation.policy.remotePortFwd.addSection.json,sha256=gN0CjaCMrtQNmfit1a5zAnTvtTVdZwvI28c0ajBxcFU,97326
216
+ models/mutation.policy.remotePortFwd.createPolicyRevision.json,sha256=zIE9oVATaS2pJHlqADNV24izS-duigu_yXsqH6SGNTc,279944
217
+ models/mutation.policy.remotePortFwd.discardPolicyRevision.json,sha256=X5_xiyosIkXHwaVVLNRLQYwrG21wqHefSkrpNfxYPw0,276373
218
+ models/mutation.policy.remotePortFwd.moveRule.json,sha256=bzTFb1JuRVIith67Hy8mtHO79tSKylfdNPS7W4t0GsQ,222277
219
+ models/mutation.policy.remotePortFwd.moveSection.json,sha256=Zo2p0DepF9p-_mqoZpFqinFRVpEGMfGYfNQN7FU2nmk,89407
220
+ models/mutation.policy.remotePortFwd.publishPolicyRevision.json,sha256=7uGqTeuiGl9e6-XhyimA0m4gW65VYawoJ1CPD8846vM,280399
221
+ models/mutation.policy.remotePortFwd.removeRule.json,sha256=HPey-8PUsrwqW6pMd1KKpI83TL7_5iSxOtDNRgtvENk,193743
222
+ models/mutation.policy.remotePortFwd.removeSection.json,sha256=5Z8ey2UMzaqNZ8ZgDP_w_mXjA8Iyt2pLStMaEBJHTOk,66555
223
+ models/mutation.policy.remotePortFwd.updatePolicy.json,sha256=OK0Mt363RNYdSz-C2xfQi39Jfw2ZiqaVzbnJoWj7KX4,280145
224
+ models/mutation.policy.remotePortFwd.updateRule.json,sha256=bdtj5iZndCx5PSd-vqQzBMBinZ7QfO-U3C0rOmXrxa4,490228
225
+ models/mutation.policy.remotePortFwd.updateSection.json,sha256=WIPsaWzEcBvQL-HncGeJTsb6mcUi0ojFZVEX7JSonnM,76956
226
+ models/mutation.policy.wanFirewall.addRule.json,sha256=_L6v2Pzkfz0B9uvNddUWFEe-adLxSgbl1dBF5qjdl-U,4051467
227
+ models/mutation.policy.wanFirewall.addSection.json,sha256=pawcq5V-k6COo3n8siNg-bFrYwLuMN-m31IVxjxL0PQ,97154
228
+ models/mutation.policy.wanFirewall.createPolicyRevision.json,sha256=ngi8k8OWrv0B9m_ojid43WCsVsIHY0GukiPQPcJWlko,1329768
229
+ models/mutation.policy.wanFirewall.discardPolicyRevision.json,sha256=8ogblDJa4ZC-8M8YxzWESXttoEe_7AGDsXCGQQv623c,1326603
230
+ models/mutation.policy.wanFirewall.moveRule.json,sha256=omPmQVy8N-4IuLUNZVATjyB9gE_1042xwzlM1ImSX2w,1155391
231
+ models/mutation.policy.wanFirewall.moveSection.json,sha256=wVgP40KnP9jJPEAVyaMdvGCyC0zvfi8vIkJ5RTMpTZY,89235
232
+ models/mutation.policy.wanFirewall.publishPolicyRevision.json,sha256=Bvo2S-HUQU_jc5e_I_HWf3y6k-7_0t-Jh_qFd7dE3KA,1330541
233
+ models/mutation.policy.wanFirewall.removeRule.json,sha256=x61adMnurXIT4yxmj12buTRWUpOQ_Jkk_rymWEMATak,1127749
234
+ models/mutation.policy.wanFirewall.removeSection.json,sha256=fCK6PKqJFbCax7PC2EGusmfLA7aZ3RBdyQ51ovHDqfI,66381
235
+ models/mutation.policy.wanFirewall.updatePolicy.json,sha256=DHitBFMuCjfEXDS_9MusjXoLvDgosnrpQ1V_xJkD_wQ,1326279
236
+ models/mutation.policy.wanFirewall.updateRule.json,sha256=xtQqrnVjGfxzB_pr50_MIgnpdn5jarJA6b6YaC8716c,4010511
237
+ models/mutation.policy.wanFirewall.updateSection.json,sha256=4ZUeKo2eP4XlQ4F-Q0lNRbcSEWY_Ess3hw8od6bDAW4,76782
238
+ models/mutation.site.addBgpPeer.json,sha256=p-0Oc6nB30JSlei31F7hMR_tx_0Vd5DV3cIABKrrMjs,229197
239
+ models/mutation.site.addCloudInterconnectPhysicalConnection.json,sha256=_B45WZ-x3q3rtvBuD7OEiZhgH5cD-uwtqHONteWhpKk,90009
240
+ models/mutation.site.addCloudInterconnectSite.json,sha256=4NuZ-L0CePQGvESVVB2KctFkVEJNqVGUDkaXpf28p-k,54171
241
+ models/mutation.site.addIpsecIkeV2Site.json,sha256=nlVGucz7UmNbM8fAOYfg1UVSgxggidweByF3cLJijDs,56958
242
+ models/mutation.site.addIpsecIkeV2SiteTunnels.json,sha256=5Ni-M5AVmOzfJP77U2LEWPA2-F6d6Rpj76L-XvoCblw,230925
243
+ models/mutation.site.addNetworkRange.json,sha256=DhidPiL4a6uCN8XGq86mkPDh_fE6fVhJVGD_RGHXwWU,76776
244
+ models/mutation.site.addSocketSite.json,sha256=nU9DSrU_QdSaiaF52YDCpBniNIwAze4eaLC1__Asceg,73764
245
+ models/mutation.site.addStaticHost.json,sha256=1rlv0wROVeG-mgLh_MV5cUw0Khl3Rd8tyEXVBbpYjFc,20743
246
+ models/mutation.site.removeBgpPeer.json,sha256=_YMIHxBxSOuBkqdiA35dTug4v0jlZ9PPs5pzU9BLzHU,83381
247
+ models/mutation.site.removeCloudInterconnectPhysicalConnection.json,sha256=11hpebTtg4G-lFFT9HwBhxd7Xx0Ct4U7GfuItOyR_EQ,14037
248
+ models/mutation.site.removeIpsecIkeV2SiteTunnels.json,sha256=DVzhCpeoPX7sFPp9FpW_FUqfGCImg49DQ794Wr6_I68,54891
249
+ models/mutation.site.removeNetworkRange.json,sha256=neNrNMhtBtbszjxOS0NjTI8ErH7kIPFQa_ey5pzlWP4,7506
250
+ models/mutation.site.removeSite.json,sha256=uato1BKYCCZJyfL2z6jmC0lF6Dq_P3uZ2F2AJrsA6n0,7034
251
+ models/mutation.site.removeStaticHost.json,sha256=G4cGlAJ8Qdt0MOi9h9gRm00H-XR-GCa3APhZN5zSrd0,7190
252
+ models/mutation.site.updateBgpPeer.json,sha256=M6xKhSg4rOM661ksXWvJH5gz9XkgqSyg6Yxiifi1c20,211023
253
+ models/mutation.site.updateCloudInterconnectPhysicalConnection.json,sha256=GBW5PsH-Y1ZiNjC990HFER0f-DDi-VGB3iT7eYIy2K8,63939
254
+ models/mutation.site.updateHa.json,sha256=hdNAINxEqkVEAFgrJXixoHFbrdsV7NW1VPwuCCcc1WQ,20775
255
+ models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json,sha256=dTLFDohpxWCMvaEwXm3EcQFidKXmJFDvbKLskf4nPQo,199093
256
+ models/mutation.site.updateIpsecIkeV2SiteTunnels.json,sha256=Q5RIGm2m-GATCVk7Z0BRjImJqliAQk3AOWu6dqAICbk,270162
257
+ models/mutation.site.updateNetworkRange.json,sha256=RVVS9jG54uaH33KDBrSyEgO79FXvO9rdJkLWendBp0w,76518
258
+ models/mutation.site.updateSiteGeneralDetails.json,sha256=qUwXdqX3iS0L1JkK-PzmxoLRCLrBvN-IPsw2UQ-h8oI,54898
259
+ models/mutation.site.updateSocketInterface.json,sha256=GyEPgF2fVZMxRnQBr_Dp-MxH2JCmbB9u_w0UCRRFQ78,215159
260
+ models/mutation.site.updateStaticHost.json,sha256=dXfLYIJom9DO84pIWXCrt8xdWmm7Piy4k4BA9cAxQYA,20623
261
+ models/mutation.sites.addBgpPeer.json,sha256=XavVwYpTB6k2sx28fnBbe6D7qP7EWs8vqfeoyl19gUc,229212
262
+ models/mutation.sites.addCloudInterconnectPhysicalConnection.json,sha256=8kuBistmOiWC90YdCtrI-43GzkorwkQnV-Hed4oREJ0,90024
263
+ models/mutation.sites.addCloudInterconnectSite.json,sha256=aPNIxjNaHf09fgXpMoCgxiRj9Jsx5v5vALWVIVTs_Xw,54186
264
+ models/mutation.sites.addIpsecIkeV2Site.json,sha256=s_o_jK_yey_96vftRGi3xrlrFyxMQoBczdSI_F4z9d8,56973
265
+ models/mutation.sites.addIpsecIkeV2SiteTunnels.json,sha256=dr4PfTNbFH71CGzUwnjye3hurQYZZ352uO9diKE1dAE,230940
266
+ models/mutation.sites.addNetworkRange.json,sha256=GFKq__xPbxjqlGT0RgvcFg0JSne7oB5YwJrDhqFkxns,76791
267
+ models/mutation.sites.addSocketSite.json,sha256=xKqU7pPtwuRKF9r7SsbXWZJNNTlN3qEXYvq-aVohLH4,73779
268
+ models/mutation.sites.addStaticHost.json,sha256=6Pwrc9q6Hr4x3qw8TBbkHuOfVQwIfOO3PLN7-qUQwqw,20758
269
+ models/mutation.sites.removeBgpPeer.json,sha256=Nu8niZf6zHKaMEjn8KylhjJnNspQSStvoQH2CmH9ea8,83396
270
+ models/mutation.sites.removeCloudInterconnectPhysicalConnection.json,sha256=4qWhx4Ej00OEjyqdP0uobxegHtVynNeP-mAov008YEY,14052
271
+ models/mutation.sites.removeIpsecIkeV2SiteTunnels.json,sha256=Q_0hLDgQGqKAeE6sykoo3Dn3Aqpd2l5eANe6ThsGpKc,54906
272
+ models/mutation.sites.removeNetworkRange.json,sha256=EamyeiKdAYsqjL8PL1jMr4Ed-TZoow38Gd0G4cqNl_Q,7521
273
+ models/mutation.sites.removeSite.json,sha256=7UA6JT6jJdYKzbhyqwXUIYdYBuRYZ1LqwchSDo-lHZ0,7049
274
+ models/mutation.sites.removeStaticHost.json,sha256=Cn8n4qNTyzjufTqbh3fUgBSi3eDFXE5RTIbhtEiV4-A,7205
275
+ models/mutation.sites.updateBgpPeer.json,sha256=PaqHhqMF3JMeu_d_mRLk4K8Z9uX-GNlLXtER4j3faqA,211038
276
+ models/mutation.sites.updateCloudInterconnectPhysicalConnection.json,sha256=var64EdnJqOPgVVcZgsTPbb-6VQqmoJcGFPnXZ1WaDg,63954
277
+ models/mutation.sites.updateHa.json,sha256=RXPEoW33QmbSUmlYTJLvPWc_FjvXcZ6eFmQVDIvOywg,20790
278
+ models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json,sha256=U5Bv5R2x60uZlWYnxCtgA3Flbz_Hfk_cDIOKtDItbmU,199108
279
+ models/mutation.sites.updateIpsecIkeV2SiteTunnels.json,sha256=_45QHtHEQWglb8BY3nLmwBZkDY7QrBBvk5y3aITk0Vs,270177
280
+ models/mutation.sites.updateNetworkRange.json,sha256=uWKHcEVLdfOhuKMfDOyEGDJjGgOOwLRNXPWta8mcPJ0,76533
281
+ models/mutation.sites.updateSiteGeneralDetails.json,sha256=OCrMyZoy5s_U1Zp1vIBaOeTOddJsaJ0Fw31Ij4UHIuE,54913
282
+ models/mutation.sites.updateSocketInterface.json,sha256=uvv1gQzBK0MkpwTOSLwI46PL9WBm8yhi9nZYLEB3-Mw,215174
283
+ models/mutation.sites.updateStaticHost.json,sha256=kABhgJOuOC2f4tUNTasgZ_OdOgva0QHc3DBJUr-ivU0,20638
284
+ models/query.accountBySubdomain.json,sha256=cHJzmuhcjTiDNciAvp3Zs_ICGh2TPNFv_rM1lxkStGw,5660
285
+ models/query.accountManagement.json,sha256=QP3BrmdNiMNFfPITVLZnbE9hhMrjCTr01Ttn7jxAltg,18675
286
+ models/query.accountMetrics.json,sha256=NHp17_QwKfzZ0BHA8QRFqkrWwJgsS_nNNVWkGt5hgLo,907837
287
+ models/query.accountRoles.json,sha256=ToCPlRhW8nlDhodHQj1taBLLYZtvPks3w4VlNz6EIHM,12668
288
+ models/query.accountSnapshot.json,sha256=zOqkrkN4EW7PrEjJCf3eef90pv2KIhjV8_PLuZDWBBk,629264
289
+ models/query.admin.json,sha256=k1mwUTYTy4lL3-Aekj5xcN2j0flnZbZJYeuKr48ntAo,70639
290
+ models/query.admins.json,sha256=oVEmaT-ajcROludic_oG1vEMlKisTmEq-4CmflL4pEU,134988
291
+ models/query.appStats.json,sha256=cYq2pAGx8AoTwPV-Sq2tt5VlwNjpj-npht56a-Mp_Ew,175479
292
+ models/query.appStatsTimeSeries.json,sha256=djEbN2OnB8n60-7hA8jS-twbUsAVkG1_kbQ0FJeNTaA,163173
293
+ models/query.auditFeed.json,sha256=vjzYy2KVDgFfMj2SweZcm8wt4g1XYK9hYUmA4xY_2L0,392232
294
+ models/query.container.json,sha256=KiuxZqQQ5KuH5sy81RTEVUp_ZwDPeFOVDmolNbqj28A,280227
295
+ models/query.entityLookup.json,sha256=e3KVHQjlmNAedRvqKTmYxPLH1oRaLO_O6C4n5thg2oc,99998
296
+ models/query.events.json,sha256=clz1FPt26QQ11YDm0E99ADzMD3am6LEmdWb2poxKY34,769885
297
+ models/query.eventsFeed.json,sha256=-GR6B6-o4vq4niF6GZ4W9paQf3CjSaYWakxe7yj8t5Q,208430
298
+ models/query.eventsTimeSeries.json,sha256=uGDVEIAjdXI6AeK2GTVqgzDI_47X1RaVTyqHQis6YIk,609042
299
+ models/query.hardwareManagement.json,sha256=ZM6nTKFZCu-_NzGPT7ekvxKuxeTXj9oTX-4cbdRXGx4,242651
300
+ models/query.licensing.json,sha256=my4afJo4TzFpHxjd8KCiyzs3X4rjbA7V1P5d-O1TyJY,984914
301
+ models/query.policy.json,sha256=KpvpGHfZKA5K1W-VMM4kPZ266lo2mnSoNVuNSc0HI3g,2730354
302
+ models/query.site.json,sha256=0a7dp-ovZbW9Q5KLFf6ze4Cs3lQK3O2IQwxpY4QdOj4,275764
303
+ models/query.siteLocation.json,sha256=KxWQN-t26XaAq0dviN2N18mSuF0AWhdbhVxMuHdhUQc,37114709
304
+ models/query.subDomains.json,sha256=ySJ-gsBzC8EX4WrtJpasLAGkSK7-3e3orhPbIyx_B8s,7041
305
+ models/query.xdr.stories.json,sha256=xB-6jjBzgjK60lJrVXbt7UfUlT8PZG_Mjb6LweHf2QA,3796502
306
+ models/query.xdr.story.json,sha256=Fm2D5DNWuwQQdDQAdIQilM91wFliEUxBMHXslooYDhQ,2806519
307
+ schema/catolib.py,sha256=8ZVtfFjFlOj9sGgWkoyd0DVGhTsZwfED42VyhlQOVk4,50222
308
+ schema/importSchema.py,sha256=9xg9N0MjgQUiPRczOpk0sTY1Nx9K2F6MRhpUyRTNqZ4,2795
309
+ vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549
310
+ vendor/certifi/__init__.py,sha256=p_GYZrjUwPBUhpLlCZoGb0miKBKSqDAyZC5DvIuqbHQ,94
311
+ vendor/certifi/__main__.py,sha256=xBBoj905TUWBLRGANOcf7oi6e-3dMP4cEoG9OyMs11g,243
312
+ vendor/certifi/core.py,sha256=qRDDFyXVJwTB_EmoGppaXU_R9qCZvhl-EzxPMuV3nTA,4426
313
+ vendor/certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
314
+ vendor/urllib3/__init__.py,sha256=JMo1tg1nIV1AeJ2vENC_Txfl0e5h6Gzl9DGVk1rWRbo,6979
315
+ vendor/urllib3/_base_connection.py,sha256=tH0ZlOxWKika-S9NW-MuIlI_PLFQUUmSnoE_9MeywkM,5652
316
+ vendor/urllib3/_collections.py,sha256=aGhh9zCYce3o-5FW9DPSUay6O9LjHx8z6T7wDtdhrkY,17370
317
+ vendor/urllib3/_request_methods.py,sha256=LTDxHenEP5XX-tVWBNkEkAgizCERkZF0JK-F-wCxqwI,9938
318
+ vendor/urllib3/_version.py,sha256=gF7zM8AsdLRqhgteXesNHb7_t8ukr2zzkok2g1nvvhA,411
319
+ vendor/urllib3/connection.py,sha256=QAwhOV5GOVdsFnMvX5Vv6fQ8f47EzfrROAArfxRdQOY,39508
320
+ vendor/urllib3/connectionpool.py,sha256=5fPIHypPwlbKBASMs6bESTEJVEGlsj9FOY9_GGU2GpM,43393
321
+ vendor/urllib3/exceptions.py,sha256=RDaiudtR7rqbVKTKpLSgZBBtwaIqV7eZtervZV_mZag,9393
322
+ vendor/urllib3/fields.py,sha256=8vi0PeRo_pE5chPmJA07LZtMkVls4UrBS1k2xM506jM,10843
323
+ vendor/urllib3/filepost.py,sha256=-9qJT11cNGjO9dqnI20-oErZuTvNaM18xZZPCjZSbOE,2395
324
+ vendor/urllib3/poolmanager.py,sha256=2_L2AjVDgoQ0qBmYbX9u9QqyU1u5J37zQbtv_-ueZQA,22913
325
+ vendor/urllib3/py.typed,sha256=UaCuPFa3H8UAakbt-5G8SPacldTOGvJv18pPjUJ5gDY,93
326
+ vendor/urllib3/response.py,sha256=NS0rqwRmtwWtC_6XDqgDJN_uo-jEmBVzx0V6KCsHlwg,44801
327
+ vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
328
+ vendor/urllib3/contrib/pyopenssl.py,sha256=9iP4j8JafA4hqtX9AgJ9zxrqI-icohGrqFqAMryoNdA,19338
329
+ vendor/urllib3/contrib/socks.py,sha256=-iardc61GypsJzD6W6yuRS7KVCyfowcQrl_719H7lIM,7549
330
+ vendor/urllib3/contrib/emscripten/__init__.py,sha256=3bVBGVILxXLoUV-3Wlre9u6MGgx9-6bke6ZMOiNlNEI,773
331
+ vendor/urllib3/contrib/emscripten/connection.py,sha256=kaBe2tWt7Yy9vNUFRBV7CSyDnfhCYILGxju9KTZj8Sw,8755
332
+ vendor/urllib3/contrib/emscripten/fetch.py,sha256=ymwJlHBBuw6WTpKgPHpdmmrNBxlsr75HqoD4Rn27YXk,14131
333
+ vendor/urllib3/contrib/emscripten/request.py,sha256=mL28szy1KvE3NJhWor5jNmarp8gwplDU-7gwGZY5g0Q,566
334
+ vendor/urllib3/contrib/emscripten/response.py,sha256=wEYWPHCL-JsgCtpCpfnWGYA1-DcjDGpFGqWCXZLwbHY,10017
335
+ vendor/urllib3/http2/__init__.py,sha256=xzrASH7R5ANRkPJOot5lGnATOq3KKuyXzI42rcnwmqs,1741
336
+ vendor/urllib3/http2/connection.py,sha256=GNlp9BjI3DmfSKe1W0b9IqRBeM8Q13xd2MA3ROcJ3dY,12668
337
+ vendor/urllib3/http2/probe.py,sha256=nnAkqbhAakOiF75rz7W0udZ38Eeh_uD8fjV74N73FEI,3014
338
+ vendor/urllib3/util/__init__.py,sha256=-qeS0QceivazvBEKDNFCAI-6ACcdDOE4TMvo7SLNlAQ,1001
339
+ vendor/urllib3/util/connection.py,sha256=0o79-5NbRfpBDyoehGPLmCA544sCSiXvx0mF9xy3GG0,4458
340
+ vendor/urllib3/util/proxy.py,sha256=seP8-Q5B6bB0dMtwPj-YcZZQ30vHuLqRu-tI0JZ2fzs,1148
341
+ vendor/urllib3/util/request.py,sha256=UrZ2g3y3stGpH8rm-Sx8-ollgeiiKI496DZXRCwxb9o,8064
342
+ vendor/urllib3/util/response.py,sha256=vQE639uoEhj1vpjEdxu5lNIhJCSUZkd7pqllUI0BZOA,3374
343
+ vendor/urllib3/util/retry.py,sha256=bj-2YUqblxLlv8THg5fxww-DM54XCbjgZXIQ71XioCY,18459
344
+ vendor/urllib3/util/ssl_.py,sha256=WN8a6KPPcvukbZ0MUlBAOkGil8bYKY8NoIYOw7QeOLI,19238
345
+ vendor/urllib3/util/ssl_match_hostname.py,sha256=gaWqixoYtQ_GKO8fcRGFj3VXeMoqyxQQuUTPgWeiL_M,5812
346
+ vendor/urllib3/util/ssltransport.py,sha256=wprBvhkgjddhhMwwEbHyP4lygHpP6SS-45Euh7oe48k,8887
347
+ vendor/urllib3/util/timeout.py,sha256=4eT1FVeZZU7h7mYD1Jq2OXNe4fxekdNvhoWUkZusRpA,10346
348
+ vendor/urllib3/util/url.py,sha256=wHORhp80RAXyTlAIkTqLFzSrkU7J34ZDxX-tN65MBZk,15213
349
+ vendor/urllib3/util/util.py,sha256=j3lbZK1jPyiwD34T8IgJzdWEZVT-4E-0vYIJi9UjeNA,1146
350
+ vendor/urllib3/util/wait.py,sha256=_ph8IrUR3sqPqi0OopQgJUlH4wzkGeM5CiyA7XGGtmI,4423
351
+ catocli-1.0.17.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
352
+ catocli-1.0.17.dist-info/METADATA,sha256=YuVefS5ZgciVQYbUuy2MVnwFg23w9wHntgGWQyfV--g,1265
353
+ catocli-1.0.17.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
354
+ catocli-1.0.17.dist-info/entry_points.txt,sha256=p4k9Orre6aWcqVrNmBbckmCs39h-1naMxRo2AjWmWZ4,50
355
+ catocli-1.0.17.dist-info/top_level.txt,sha256=lH9Ok1WoqyeZsgsSyKS0ra5p53MHogpgFl6hJfT-32M,58
356
+ catocli-1.0.17.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5