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
@@ -26,9 +26,9 @@
26
26
  "id_str": "filters",
27
27
  "name": "filters",
28
28
  "path": "filters",
29
- "requestStr": "$EventFeedFieldFilterInput:[EventFeedFieldFilterInput!] ",
29
+ "requestStr": "$eventFeedFieldFilterInput:[EventFeedFieldFilterInput!] ",
30
30
  "required": false,
31
- "responseStr": "filters:$EventFeedFieldFilterInput ",
31
+ "responseStr": "filters:$eventFeedFieldFilterInput ",
32
32
  "type": {
33
33
  "definition": {
34
34
  "description": null,
@@ -168,7 +168,7 @@
168
168
  "name": "EventFeedFieldFilterInput",
169
169
  "non_null": false
170
170
  },
171
- "varName": "EventFeedFieldFilterInput"
171
+ "varName": "eventFeedFieldFilterInput"
172
172
  },
173
173
  "marker": {
174
174
  "defaultValue": null,
@@ -198,15 +198,35 @@
198
198
  "isDeprecated": false,
199
199
  "name": "eventsFeed",
200
200
  "operationArgs": {
201
- "EventFeedFieldFilterInput": {
201
+ "accountIDs": {
202
+ "defaultValue": null,
203
+ "description": "List of Unique Account Identifiers.",
204
+ "id_str": "accountIDs",
205
+ "name": "accountIDs",
206
+ "path": "accountIDs",
207
+ "requestStr": "$accountIDs:[ID!] ",
208
+ "required": false,
209
+ "responseStr": "accountIDs:$accountIDs ",
210
+ "type": {
211
+ "kind": [
212
+ "LIST",
213
+ "NON_NULL",
214
+ "SCALAR"
215
+ ],
216
+ "name": "ID",
217
+ "non_null": false
218
+ },
219
+ "varName": "accountIDs"
220
+ },
221
+ "eventFeedFieldFilterInput": {
202
222
  "defaultValue": null,
203
223
  "description": null,
204
224
  "id_str": "filters",
205
225
  "name": "filters",
206
226
  "path": "filters",
207
- "requestStr": "$EventFeedFieldFilterInput:[EventFeedFieldFilterInput!] ",
227
+ "requestStr": "$eventFeedFieldFilterInput:[EventFeedFieldFilterInput!] ",
208
228
  "required": false,
209
- "responseStr": "filters:$EventFeedFieldFilterInput ",
229
+ "responseStr": "filters:$eventFeedFieldFilterInput ",
210
230
  "type": {
211
231
  "definition": {
212
232
  "description": null,
@@ -346,27 +366,7 @@
346
366
  "name": "EventFeedFieldFilterInput",
347
367
  "non_null": false
348
368
  },
349
- "varName": "EventFeedFieldFilterInput"
350
- },
351
- "accountIDs": {
352
- "defaultValue": null,
353
- "description": "List of Unique Account Identifiers.",
354
- "id_str": "accountIDs",
355
- "name": "accountIDs",
356
- "path": "accountIDs",
357
- "requestStr": "$accountIDs:[ID!] ",
358
- "required": false,
359
- "responseStr": "accountIDs:$accountIDs ",
360
- "type": {
361
- "kind": [
362
- "LIST",
363
- "NON_NULL",
364
- "SCALAR"
365
- ],
366
- "name": "ID",
367
- "non_null": false
368
- },
369
- "varName": "accountIDs"
369
+ "varName": "eventFeedFieldFilterInput"
370
370
  },
371
371
  "fieldNames": {
372
372
  "defaultValue": null,
@@ -382,9 +382,9 @@
382
382
  "description": null,
383
383
  "enumValues": [
384
384
  {
385
- "deprecationReason": null,
385
+ "deprecationReason": "use src_site_id/src_site_name instead",
386
386
  "description": "Name of site or user initiating the connection",
387
- "isDeprecated": false,
387
+ "isDeprecated": true,
388
388
  "name": "src_site"
389
389
  },
390
390
  {
@@ -592,11 +592,17 @@
592
592
  "name": "configured_host_name"
593
593
  },
594
594
  {
595
- "deprecationReason": null,
595
+ "deprecationReason": "use event_id instead",
596
596
  "description": "Cato Internal-use only",
597
- "isDeprecated": false,
597
+ "isDeprecated": true,
598
598
  "name": "internalId"
599
599
  },
600
+ {
601
+ "deprecationReason": null,
602
+ "description": "Event Id",
603
+ "isDeprecated": false,
604
+ "name": "event_id"
605
+ },
600
606
  {
601
607
  "deprecationReason": null,
602
608
  "description": "Type of LDAP Domain Controller sync event",
@@ -880,9 +886,9 @@
880
886
  "name": "incident_id"
881
887
  },
882
888
  {
883
- "deprecationReason": null,
889
+ "deprecationReason": "use application_id/application_name instead",
884
890
  "description": "For Internet firewall, app for this event",
885
- "isDeprecated": false,
891
+ "isDeprecated": true,
886
892
  "name": "application"
887
893
  },
888
894
  {
@@ -1173,6 +1179,12 @@
1173
1179
  "isDeprecated": false,
1174
1180
  "name": "dns_protection_category"
1175
1181
  },
1182
+ {
1183
+ "deprecationReason": null,
1184
+ "description": "If the events was part of the sinkhole flow",
1185
+ "isDeprecated": false,
1186
+ "name": "is_sinkhole"
1187
+ },
1176
1188
  {
1177
1189
  "deprecationReason": null,
1178
1190
  "description": null,
@@ -1771,9 +1783,9 @@
1771
1783
  "isDeprecated": false,
1772
1784
  "name": "accounts",
1773
1785
  "path": "accounts",
1774
- "requestStr": "$EventsFeedAccountRecords:[EventsFeedAccountRecords] ",
1786
+ "requestStr": "$eventsFeedAccountRecords:[EventsFeedAccountRecords] ",
1775
1787
  "required": false,
1776
- "responseStr": "accounts:$EventsFeedAccountRecords ",
1788
+ "responseStr": "accounts:$eventsFeedAccountRecords ",
1777
1789
  "type": {
1778
1790
  "definition": {
1779
1791
  "description": null,
@@ -1820,7 +1832,7 @@
1820
1832
  "varName": "id"
1821
1833
  },
1822
1834
  "records": {
1823
- "alias": "EventRecordRecords: records",
1835
+ "alias": "eventRecordRecords: records",
1824
1836
  "args": {
1825
1837
  "records___fieldNames": {
1826
1838
  "defaultValue": null,
@@ -1836,9 +1848,9 @@
1836
1848
  "description": null,
1837
1849
  "enumValues": [
1838
1850
  {
1839
- "deprecationReason": null,
1851
+ "deprecationReason": "use src_site_id/src_site_name instead",
1840
1852
  "description": "Name of site or user initiating the connection",
1841
- "isDeprecated": false,
1853
+ "isDeprecated": true,
1842
1854
  "name": "src_site"
1843
1855
  },
1844
1856
  {
@@ -2046,11 +2058,17 @@
2046
2058
  "name": "configured_host_name"
2047
2059
  },
2048
2060
  {
2049
- "deprecationReason": null,
2061
+ "deprecationReason": "use event_id instead",
2050
2062
  "description": "Cato Internal-use only",
2051
- "isDeprecated": false,
2063
+ "isDeprecated": true,
2052
2064
  "name": "internalId"
2053
2065
  },
2066
+ {
2067
+ "deprecationReason": null,
2068
+ "description": "Event Id",
2069
+ "isDeprecated": false,
2070
+ "name": "event_id"
2071
+ },
2054
2072
  {
2055
2073
  "deprecationReason": null,
2056
2074
  "description": "Type of LDAP Domain Controller sync event",
@@ -2334,9 +2352,9 @@
2334
2352
  "name": "incident_id"
2335
2353
  },
2336
2354
  {
2337
- "deprecationReason": null,
2355
+ "deprecationReason": "use application_id/application_name instead",
2338
2356
  "description": "For Internet firewall, app for this event",
2339
- "isDeprecated": false,
2357
+ "isDeprecated": true,
2340
2358
  "name": "application"
2341
2359
  },
2342
2360
  {
@@ -2627,6 +2645,12 @@
2627
2645
  "isDeprecated": false,
2628
2646
  "name": "dns_protection_category"
2629
2647
  },
2648
+ {
2649
+ "deprecationReason": null,
2650
+ "description": "If the events was part of the sinkhole flow",
2651
+ "isDeprecated": false,
2652
+ "name": "is_sinkhole"
2653
+ },
2630
2654
  {
2631
2655
  "deprecationReason": null,
2632
2656
  "description": null,
@@ -3199,9 +3223,9 @@
3199
3223
  "isDeprecated": false,
3200
3224
  "name": "records",
3201
3225
  "path": "accounts.records",
3202
- "requestStr": "$EventRecord:[EventRecord] ",
3226
+ "requestStr": "$eventRecord:[EventRecord] ",
3203
3227
  "required": false,
3204
- "responseStr": "records:$EventRecord ",
3228
+ "responseStr": "records:$eventRecord ",
3205
3229
  "type": {
3206
3230
  "definition": {
3207
3231
  "description": null,
@@ -3266,7 +3290,7 @@
3266
3290
  "name": "EventRecord",
3267
3291
  "non_null": false
3268
3292
  },
3269
- "varName": "EventRecord"
3293
+ "varName": "eventRecord"
3270
3294
  }
3271
3295
  },
3272
3296
  "inputFields": null,
@@ -3283,7 +3307,7 @@
3283
3307
  "name": "EventsFeedAccountRecords",
3284
3308
  "non_null": false
3285
3309
  },
3286
- "varName": "EventsFeedAccountRecords"
3310
+ "varName": "eventsFeedAccountRecords"
3287
3311
  },
3288
3312
  "fetchedCount": {
3289
3313
  "args": {},
@@ -3341,7 +3365,10 @@
3341
3365
  "non_null": false
3342
3366
  },
3343
3367
  "variablesPayload": {
3344
- "EventFeedFieldFilterInput": {
3368
+ "accountIDs": [
3369
+ "ID"
3370
+ ],
3371
+ "eventFeedFieldFilterInput": {
3345
3372
  "fieldName": {
3346
3373
  "fieldName": "enum(EventFeedFilterFieldName)"
3347
3374
  },
@@ -3354,9 +3381,6 @@
3354
3381
  ]
3355
3382
  }
3356
3383
  },
3357
- "accountIDs": [
3358
- "ID"
3359
- ],
3360
3384
  "fieldNames": "enum(EventFieldName)",
3361
3385
  "marker": "String"
3362
3386
  }