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
@@ -78,9 +78,9 @@
78
78
  "isDeprecated": false,
79
79
  "name": "licensingInfo",
80
80
  "path": "licensingInfo",
81
- "requestStr": "$LicensingInfo:LicensingInfo ",
81
+ "requestStr": "$licensingInfo:LicensingInfo ",
82
82
  "required": false,
83
- "responseStr": "licensingInfo:$LicensingInfo ",
83
+ "responseStr": "licensingInfo:$licensingInfo ",
84
84
  "type": {
85
85
  "definition": {
86
86
  "description": "Public license API",
@@ -94,16 +94,16 @@
94
94
  "isDeprecated": false,
95
95
  "name": "globalLicenseAllocations",
96
96
  "path": "licensingInfo.globalLicenseAllocations",
97
- "requestStr": "$GlobalLicenseAllocations:GlobalLicenseAllocations! ",
97
+ "requestStr": "$globalLicenseAllocations:GlobalLicenseAllocations! ",
98
98
  "required": true,
99
- "responseStr": "globalLicenseAllocations:$GlobalLicenseAllocations ",
99
+ "responseStr": "globalLicenseAllocations:$globalLicenseAllocations ",
100
100
  "type": {
101
101
  "definition": {
102
102
  "description": "License usage and allocation across all accounts",
103
103
  "enumValues": null,
104
104
  "fields": {
105
105
  "publicIps": {
106
- "alias": "PublicIpsLicenseAllocationsPublicIps: publicIps",
106
+ "alias": "publicIpsLicenseAllocationsPublicIps: publicIps",
107
107
  "args": {},
108
108
  "deprecationReason": null,
109
109
  "description": "Public IP addresses usage across the accounts",
@@ -111,9 +111,9 @@
111
111
  "isDeprecated": false,
112
112
  "name": "publicIps",
113
113
  "path": "licensingInfo.globalLicenseAllocations.publicIps",
114
- "requestStr": "$PublicIpsLicenseAllocations:PublicIpsLicenseAllocations ",
114
+ "requestStr": "$publicIpsLicenseAllocations:PublicIpsLicenseAllocations ",
115
115
  "required": false,
116
- "responseStr": "publicIps:$PublicIpsLicenseAllocations ",
116
+ "responseStr": "publicIps:$publicIpsLicenseAllocations ",
117
117
  "type": {
118
118
  "definition": {
119
119
  "description": "IP addresses license usage and allocation across all accounts",
@@ -196,10 +196,10 @@
196
196
  "name": "PublicIpsLicenseAllocations",
197
197
  "non_null": false
198
198
  },
199
- "varName": "PublicIpsLicenseAllocations"
199
+ "varName": "publicIpsLicenseAllocations"
200
200
  },
201
201
  "ztnaUsers": {
202
- "alias": "ZtnaUsersLicenseAllocationsZtnaUsers: ztnaUsers",
202
+ "alias": "ztnaUsersLicenseAllocationsZtnaUsers: ztnaUsers",
203
203
  "args": {},
204
204
  "deprecationReason": null,
205
205
  "description": "ZTNA license allocation across the accounts",
@@ -207,9 +207,9 @@
207
207
  "isDeprecated": false,
208
208
  "name": "ztnaUsers",
209
209
  "path": "licensingInfo.globalLicenseAllocations.ztnaUsers",
210
- "requestStr": "$ZtnaUsersLicenseAllocations:ZtnaUsersLicenseAllocations ",
210
+ "requestStr": "$ztnaUsersLicenseAllocations:ZtnaUsersLicenseAllocations ",
211
211
  "required": false,
212
- "responseStr": "ztnaUsers:$ZtnaUsersLicenseAllocations ",
212
+ "responseStr": "ztnaUsers:$ztnaUsersLicenseAllocations ",
213
213
  "type": {
214
214
  "definition": {
215
215
  "description": "Global ZTNA license usage and allocation across all accounts",
@@ -292,7 +292,7 @@
292
292
  "name": "ZtnaUsersLicenseAllocations",
293
293
  "non_null": false
294
294
  },
295
- "varName": "ZtnaUsersLicenseAllocations"
295
+ "varName": "ztnaUsersLicenseAllocations"
296
296
  }
297
297
  },
298
298
  "inputFields": null,
@@ -309,7 +309,7 @@
309
309
  "name": "GlobalLicenseAllocations",
310
310
  "non_null": false
311
311
  },
312
- "varName": "GlobalLicenseAllocations"
312
+ "varName": "globalLicenseAllocations"
313
313
  },
314
314
  "licenses": {
315
315
  "args": {},
@@ -319,9 +319,9 @@
319
319
  "isDeprecated": false,
320
320
  "name": "licenses",
321
321
  "path": "licensingInfo.licenses",
322
- "requestStr": "$License:[License]! ",
322
+ "requestStr": "$license:[License]! ",
323
323
  "required": true,
324
- "responseStr": "licenses:$License ",
324
+ "responseStr": "licenses:$license ",
325
325
  "type": {
326
326
  "definition": {
327
327
  "description": "An interface containing properties that are common to all license types",
@@ -389,7 +389,7 @@
389
389
  "varName": "lastUpdated"
390
390
  },
391
391
  "plan": {
392
- "alias": "LicensePlanPlan: plan",
392
+ "alias": "licensePlanPlan: plan",
393
393
  "args": {},
394
394
  "deprecationReason": null,
395
395
  "description": "License plan type",
@@ -435,7 +435,7 @@
435
435
  "varName": "plan"
436
436
  },
437
437
  "sku": {
438
- "alias": "LicenseSkuSku: sku",
438
+ "alias": "licenseSkuSku: sku",
439
439
  "args": {},
440
440
  "deprecationReason": null,
441
441
  "description": "The license SKU",
@@ -588,24 +588,30 @@
588
588
  "isDeprecated": false,
589
589
  "name": "CATO_XDR_PRO"
590
590
  },
591
- {
592
- "deprecationReason": "replaced with CATO_DEM",
593
- "description": "Cato DEM Pro service SKU",
594
- "isDeprecated": true,
595
- "name": "CATO_DEM_PRO"
596
- },
597
591
  {
598
592
  "deprecationReason": null,
599
593
  "description": "Cato DEM service SKU",
600
594
  "isDeprecated": false,
601
595
  "name": "CATO_DEM"
602
596
  },
597
+ {
598
+ "deprecationReason": null,
599
+ "description": "Cato IoT/OT Security service SKU",
600
+ "isDeprecated": false,
601
+ "name": "CATO_IOT_OT"
602
+ },
603
603
  {
604
604
  "deprecationReason": null,
605
605
  "description": "Cato Threat Prevention (legacy) service SKU",
606
606
  "isDeprecated": false,
607
607
  "name": "CATO_THREAT_PREVENTION"
608
608
  },
609
+ {
610
+ "deprecationReason": null,
611
+ "description": "Cato Advanced Threat Prevention service SKU",
612
+ "isDeprecated": false,
613
+ "name": "CATO_THREAT_PREVENTION_ADV"
614
+ },
609
615
  {
610
616
  "deprecationReason": null,
611
617
  "description": "Public IPs SKU",
@@ -675,7 +681,7 @@
675
681
  "varName": "startDate"
676
682
  },
677
683
  "status": {
678
- "alias": "LicenseStatusStatus: status",
684
+ "alias": "licenseStatusStatus: status",
679
685
  "args": {},
680
686
  "deprecationReason": null,
681
687
  "description": "License activation status",
@@ -728,28 +734,460 @@
728
734
  "name": "LicenseStatus",
729
735
  "possibleTypes": null
730
736
  },
731
- "indexType": "enum",
732
- "kind": [
733
- "NON_NULL",
734
- "ENUM"
735
- ],
736
- "name": "LicenseStatus",
737
- "non_null": false
737
+ "indexType": "enum",
738
+ "kind": [
739
+ "NON_NULL",
740
+ "ENUM"
741
+ ],
742
+ "name": "LicenseStatus",
743
+ "non_null": false
744
+ },
745
+ "varName": "status"
746
+ }
747
+ },
748
+ "inputFields": null,
749
+ "interfaces": {},
750
+ "kind": "INTERFACE",
751
+ "name": "License",
752
+ "possibleTypes": {
753
+ "AtpLicense": {
754
+ "description": "Advanced Threat Prevention (ATP) service license details",
755
+ "enumValues": null,
756
+ "fields": {
757
+ "description": {
758
+ "alias": "atpLicenseDescription: description",
759
+ "args": {},
760
+ "deprecationReason": null,
761
+ "description": null,
762
+ "id_str": "licensingInfo___licenses___AtpLicense___description",
763
+ "isDeprecated": false,
764
+ "name": "description",
765
+ "path": "licensingInfo.licenses.AtpLicense.description",
766
+ "requestStr": "$description:String ",
767
+ "required": false,
768
+ "responseStr": "description:$description ",
769
+ "type": {
770
+ "kind": [
771
+ "SCALAR"
772
+ ],
773
+ "name": "String",
774
+ "non_null": false
775
+ },
776
+ "varName": "description"
777
+ },
778
+ "expirationDate": {
779
+ "alias": "atpLicenseExpirationDate: expirationDate",
780
+ "args": {},
781
+ "deprecationReason": null,
782
+ "description": "License expiration date",
783
+ "id_str": "licensingInfo___licenses___AtpLicense___expirationDate",
784
+ "isDeprecated": false,
785
+ "name": "expirationDate",
786
+ "path": "licensingInfo.licenses.AtpLicense.expirationDate",
787
+ "requestStr": "$expirationDate:DateTime! ",
788
+ "required": true,
789
+ "responseStr": "expirationDate:$expirationDate ",
790
+ "type": {
791
+ "kind": [
792
+ "NON_NULL",
793
+ "SCALAR"
794
+ ],
795
+ "name": "DateTime",
796
+ "non_null": false
797
+ },
798
+ "varName": "expirationDate"
799
+ },
800
+ "lastUpdated": {
801
+ "alias": "atpLicenseLastUpdated: lastUpdated",
802
+ "args": {},
803
+ "deprecationReason": null,
804
+ "description": "The date of the last update to the license",
805
+ "id_str": "licensingInfo___licenses___AtpLicense___lastUpdated",
806
+ "isDeprecated": false,
807
+ "name": "lastUpdated",
808
+ "path": "licensingInfo.licenses.AtpLicense.lastUpdated",
809
+ "requestStr": "$lastUpdated:DateTime ",
810
+ "required": false,
811
+ "responseStr": "lastUpdated:$lastUpdated ",
812
+ "type": {
813
+ "kind": [
814
+ "SCALAR"
815
+ ],
816
+ "name": "DateTime",
817
+ "non_null": false
818
+ },
819
+ "varName": "lastUpdated"
820
+ },
821
+ "plan": {
822
+ "alias": "atpLicensePlan: plan",
823
+ "args": {},
824
+ "deprecationReason": null,
825
+ "description": "License plan type",
826
+ "id_str": "licensingInfo___licenses___AtpLicense___plan",
827
+ "isDeprecated": false,
828
+ "name": "plan",
829
+ "path": "licensingInfo.licenses.AtpLicense.plan",
830
+ "requestStr": "$plan:LicensePlan! ",
831
+ "required": true,
832
+ "responseStr": "plan:$plan ",
833
+ "type": {
834
+ "definition": {
835
+ "description": "enum for license plan type (site license, service license, etc...)",
836
+ "enumValues": [
837
+ {
838
+ "deprecationReason": null,
839
+ "description": null,
840
+ "isDeprecated": false,
841
+ "name": "COMMERCIAL"
842
+ },
843
+ {
844
+ "deprecationReason": null,
845
+ "description": null,
846
+ "isDeprecated": false,
847
+ "name": "TRIAL"
848
+ }
849
+ ],
850
+ "fields": null,
851
+ "inputFields": null,
852
+ "interfaces": null,
853
+ "kind": "ENUM",
854
+ "name": "LicensePlan",
855
+ "possibleTypes": null
856
+ },
857
+ "indexType": "enum",
858
+ "kind": [
859
+ "NON_NULL",
860
+ "ENUM"
861
+ ],
862
+ "name": "LicensePlan",
863
+ "non_null": false
864
+ },
865
+ "varName": "plan"
866
+ },
867
+ "sku": {
868
+ "alias": "atpLicenseSku: sku",
869
+ "args": {},
870
+ "deprecationReason": null,
871
+ "description": "The license SKU",
872
+ "id_str": "licensingInfo___licenses___AtpLicense___sku",
873
+ "isDeprecated": false,
874
+ "name": "sku",
875
+ "path": "licensingInfo.licenses.AtpLicense.sku",
876
+ "requestStr": "$sku:LicenseSku! ",
877
+ "required": true,
878
+ "responseStr": "sku:$sku ",
879
+ "type": {
880
+ "definition": {
881
+ "description": null,
882
+ "enumValues": [
883
+ {
884
+ "deprecationReason": null,
885
+ "description": "Site bandwidth SASE SKU",
886
+ "isDeprecated": false,
887
+ "name": "CATO_SITE"
888
+ },
889
+ {
890
+ "deprecationReason": null,
891
+ "description": "Site bandwidth SSE SKU",
892
+ "isDeprecated": false,
893
+ "name": "CATO_SSE_SITE"
894
+ },
895
+ {
896
+ "deprecationReason": null,
897
+ "description": "Site pooled bandwidth SASE SKU",
898
+ "isDeprecated": false,
899
+ "name": "CATO_PB"
900
+ },
901
+ {
902
+ "deprecationReason": null,
903
+ "description": "Site pooled bandwidth SSE SKU",
904
+ "isDeprecated": false,
905
+ "name": "CATO_PB_SSE"
906
+ },
907
+ {
908
+ "deprecationReason": "replaced with CATO_ZTNA_USERS",
909
+ "description": "ZTNA remote users SKU",
910
+ "isDeprecated": true,
911
+ "name": "MOBILE_USERS"
912
+ },
913
+ {
914
+ "deprecationReason": null,
915
+ "description": "ZTNA remote users SKU",
916
+ "isDeprecated": false,
917
+ "name": "CATO_ZTNA_USERS"
918
+ },
919
+ {
920
+ "deprecationReason": null,
921
+ "description": "Cato EPP service SKU",
922
+ "isDeprecated": false,
923
+ "name": "CATO_EPP"
924
+ },
925
+ {
926
+ "deprecationReason": null,
927
+ "description": "Cato IPS (legacy) service SKU",
928
+ "isDeprecated": false,
929
+ "name": "CATO_IPS"
930
+ },
931
+ {
932
+ "deprecationReason": null,
933
+ "description": "Cato Anti Malware (legacy) service SKU",
934
+ "isDeprecated": false,
935
+ "name": "CATO_ANTI_MALWARE"
936
+ },
937
+ {
938
+ "deprecationReason": null,
939
+ "description": "Cato Anti Malware Next Generation (legacy) service SKU",
940
+ "isDeprecated": false,
941
+ "name": "CATO_ANTI_MALWARE_NG"
942
+ },
943
+ {
944
+ "deprecationReason": null,
945
+ "description": "Cato CASB service SKU",
946
+ "isDeprecated": false,
947
+ "name": "CATO_CASB"
948
+ },
949
+ {
950
+ "deprecationReason": null,
951
+ "description": "Cato DLP service SKU",
952
+ "isDeprecated": false,
953
+ "name": "CATO_DLP"
954
+ },
955
+ {
956
+ "deprecationReason": null,
957
+ "description": "Cato ILMM service SKU",
958
+ "isDeprecated": false,
959
+ "name": "CATO_ILMM"
960
+ },
961
+ {
962
+ "deprecationReason": null,
963
+ "description": "Cato MDR (XDR Pro) service SKU",
964
+ "isDeprecated": false,
965
+ "name": "CATO_MDR"
966
+ },
967
+ {
968
+ "deprecationReason": null,
969
+ "description": "Cato Managed XDR service SKU",
970
+ "isDeprecated": false,
971
+ "name": "CATO_MANAGED_XDR"
972
+ },
973
+ {
974
+ "deprecationReason": null,
975
+ "description": "Cato NOCaaS service SKU",
976
+ "isDeprecated": false,
977
+ "name": "CATO_NOCAAS_HF"
978
+ },
979
+ {
980
+ "deprecationReason": null,
981
+ "description": "Cato Remote Browser Isolation (RBI) service SKU",
982
+ "isDeprecated": false,
983
+ "name": "CATO_RBI"
984
+ },
985
+ {
986
+ "deprecationReason": null,
987
+ "description": "Cato SAAS Group SKU",
988
+ "isDeprecated": false,
989
+ "name": "CATO_SAAS"
990
+ },
991
+ {
992
+ "deprecationReason": null,
993
+ "description": "Cato SAAS Security API with one application integration (legacy) service SKU",
994
+ "isDeprecated": false,
995
+ "name": "CATO_SAAS_SECURITY_API_ONE_APP"
996
+ },
997
+ {
998
+ "deprecationReason": null,
999
+ "description": "Cato SAAS Security API with two applications integration (legacy) service SKU",
1000
+ "isDeprecated": false,
1001
+ "name": "CATO_SAAS_SECURITY_API_TWO_APPS"
1002
+ },
1003
+ {
1004
+ "deprecationReason": null,
1005
+ "description": "Cato SAAS Security API with more than two Applications integration (legacy) service SKU",
1006
+ "isDeprecated": false,
1007
+ "name": "CATO_SAAS_SECURITY_API_ALL_APPS"
1008
+ },
1009
+ {
1010
+ "deprecationReason": null,
1011
+ "description": null,
1012
+ "isDeprecated": false,
1013
+ "name": "CATO_SAAS_SECURITY_API"
1014
+ },
1015
+ {
1016
+ "deprecationReason": null,
1017
+ "description": "Cato XDR service SKU",
1018
+ "isDeprecated": false,
1019
+ "name": "CATO_XDR_PRO"
1020
+ },
1021
+ {
1022
+ "deprecationReason": null,
1023
+ "description": "Cato DEM service SKU",
1024
+ "isDeprecated": false,
1025
+ "name": "CATO_DEM"
1026
+ },
1027
+ {
1028
+ "deprecationReason": null,
1029
+ "description": "Cato IoT/OT Security service SKU",
1030
+ "isDeprecated": false,
1031
+ "name": "CATO_IOT_OT"
1032
+ },
1033
+ {
1034
+ "deprecationReason": null,
1035
+ "description": "Cato Threat Prevention (legacy) service SKU",
1036
+ "isDeprecated": false,
1037
+ "name": "CATO_THREAT_PREVENTION"
1038
+ },
1039
+ {
1040
+ "deprecationReason": null,
1041
+ "description": "Cato Advanced Threat Prevention service SKU",
1042
+ "isDeprecated": false,
1043
+ "name": "CATO_THREAT_PREVENTION_ADV"
1044
+ },
1045
+ {
1046
+ "deprecationReason": null,
1047
+ "description": "Public IPs SKU",
1048
+ "isDeprecated": false,
1049
+ "name": "CATO_IP_ADD"
1050
+ },
1051
+ {
1052
+ "deprecationReason": null,
1053
+ "description": "Cato datalake Group SKU",
1054
+ "isDeprecated": false,
1055
+ "name": "CATO_DATALAKE"
1056
+ },
1057
+ {
1058
+ "deprecationReason": null,
1059
+ "description": "3 months data retention SKU",
1060
+ "isDeprecated": false,
1061
+ "name": "CATO_DATALAKE_3M"
1062
+ },
1063
+ {
1064
+ "deprecationReason": null,
1065
+ "description": "6 months data retention SKU",
1066
+ "isDeprecated": false,
1067
+ "name": "CATO_DATALAKE_6M"
1068
+ },
1069
+ {
1070
+ "deprecationReason": null,
1071
+ "description": "12 months data retention SKU",
1072
+ "isDeprecated": false,
1073
+ "name": "CATO_DATALAKE_12M"
1074
+ }
1075
+ ],
1076
+ "fields": null,
1077
+ "inputFields": null,
1078
+ "interfaces": null,
1079
+ "kind": "ENUM",
1080
+ "name": "LicenseSku",
1081
+ "possibleTypes": null
1082
+ },
1083
+ "indexType": "enum",
1084
+ "kind": [
1085
+ "NON_NULL",
1086
+ "ENUM"
1087
+ ],
1088
+ "name": "LicenseSku",
1089
+ "non_null": false
1090
+ },
1091
+ "varName": "sku"
1092
+ },
1093
+ "startDate": {
1094
+ "alias": "atpLicenseStartDate: startDate",
1095
+ "args": {},
1096
+ "deprecationReason": null,
1097
+ "description": "License start date",
1098
+ "id_str": "licensingInfo___licenses___AtpLicense___startDate",
1099
+ "isDeprecated": false,
1100
+ "name": "startDate",
1101
+ "path": "licensingInfo.licenses.AtpLicense.startDate",
1102
+ "requestStr": "$startDate:DateTime ",
1103
+ "required": false,
1104
+ "responseStr": "startDate:$startDate ",
1105
+ "type": {
1106
+ "kind": [
1107
+ "SCALAR"
1108
+ ],
1109
+ "name": "DateTime",
1110
+ "non_null": false
1111
+ },
1112
+ "varName": "startDate"
1113
+ },
1114
+ "status": {
1115
+ "alias": "atpLicenseStatus: status",
1116
+ "args": {},
1117
+ "deprecationReason": null,
1118
+ "description": "License activation status",
1119
+ "id_str": "licensingInfo___licenses___AtpLicense___status",
1120
+ "isDeprecated": false,
1121
+ "name": "status",
1122
+ "path": "licensingInfo.licenses.AtpLicense.status",
1123
+ "requestStr": "$status:LicenseStatus! ",
1124
+ "required": true,
1125
+ "responseStr": "status:$status ",
1126
+ "type": {
1127
+ "definition": {
1128
+ "description": "enum for account plan status \u2013 the current license status within the license lifecycle",
1129
+ "enumValues": [
1130
+ {
1131
+ "deprecationReason": null,
1132
+ "description": "A license that is currently active",
1133
+ "isDeprecated": false,
1134
+ "name": "ACTIVE"
1135
+ },
1136
+ {
1137
+ "deprecationReason": null,
1138
+ "description": "An existing license with a future start date that is not currently active",
1139
+ "isDeprecated": false,
1140
+ "name": "SCHEDULED"
1141
+ },
1142
+ {
1143
+ "deprecationReason": null,
1144
+ "description": "A license that is active before its start date, for partners and customers to verify the relevant configurations",
1145
+ "isDeprecated": false,
1146
+ "name": "STAGING"
1147
+ },
1148
+ {
1149
+ "deprecationReason": null,
1150
+ "description": "A license in a grace period",
1151
+ "isDeprecated": false,
1152
+ "name": "LOCKED"
1153
+ },
1154
+ {
1155
+ "deprecationReason": null,
1156
+ "description": "An expired license is no longer active",
1157
+ "isDeprecated": false,
1158
+ "name": "DISABLED"
1159
+ }
1160
+ ],
1161
+ "fields": null,
1162
+ "inputFields": null,
1163
+ "interfaces": null,
1164
+ "kind": "ENUM",
1165
+ "name": "LicenseStatus",
1166
+ "possibleTypes": null
1167
+ },
1168
+ "indexType": "enum",
1169
+ "kind": [
1170
+ "NON_NULL",
1171
+ "ENUM"
1172
+ ],
1173
+ "name": "LicenseStatus",
1174
+ "non_null": false
1175
+ },
1176
+ "varName": "status"
1177
+ }
738
1178
  },
739
- "varName": "status"
740
- }
741
- },
742
- "inputFields": null,
743
- "interfaces": {},
744
- "kind": "INTERFACE",
745
- "name": "License",
746
- "possibleTypes": {
1179
+ "inputFields": null,
1180
+ "interfaces": {},
1181
+ "kind": "OBJECT",
1182
+ "name": "AtpLicense",
1183
+ "possibleTypes": null
1184
+ },
747
1185
  "CasbLicense": {
748
1186
  "description": "Cloud Access Security Broker (CASB) service license details",
749
1187
  "enumValues": null,
750
1188
  "fields": {
751
1189
  "description": {
752
- "alias": "CasbLicenseDescription: description",
1190
+ "alias": "casbLicenseDescription: description",
753
1191
  "args": {},
754
1192
  "deprecationReason": null,
755
1193
  "description": null,
@@ -770,7 +1208,7 @@
770
1208
  "varName": "description"
771
1209
  },
772
1210
  "expirationDate": {
773
- "alias": "CasbLicenseExpirationDate: expirationDate",
1211
+ "alias": "casbLicenseExpirationDate: expirationDate",
774
1212
  "args": {},
775
1213
  "deprecationReason": null,
776
1214
  "description": "License expiration date",
@@ -792,7 +1230,7 @@
792
1230
  "varName": "expirationDate"
793
1231
  },
794
1232
  "lastUpdated": {
795
- "alias": "CasbLicenseLastUpdated: lastUpdated",
1233
+ "alias": "casbLicenseLastUpdated: lastUpdated",
796
1234
  "args": {},
797
1235
  "deprecationReason": null,
798
1236
  "description": "The date of the last update to the license",
@@ -813,7 +1251,7 @@
813
1251
  "varName": "lastUpdated"
814
1252
  },
815
1253
  "plan": {
816
- "alias": "CasbLicensePlan: plan",
1254
+ "alias": "casbLicensePlan: plan",
817
1255
  "args": {},
818
1256
  "deprecationReason": null,
819
1257
  "description": "License plan type",
@@ -859,7 +1297,7 @@
859
1297
  "varName": "plan"
860
1298
  },
861
1299
  "sku": {
862
- "alias": "CasbLicenseSku: sku",
1300
+ "alias": "casbLicenseSku: sku",
863
1301
  "args": {},
864
1302
  "deprecationReason": null,
865
1303
  "description": "The license SKU",
@@ -1012,24 +1450,30 @@
1012
1450
  "isDeprecated": false,
1013
1451
  "name": "CATO_XDR_PRO"
1014
1452
  },
1015
- {
1016
- "deprecationReason": "replaced with CATO_DEM",
1017
- "description": "Cato DEM Pro service SKU",
1018
- "isDeprecated": true,
1019
- "name": "CATO_DEM_PRO"
1020
- },
1021
1453
  {
1022
1454
  "deprecationReason": null,
1023
1455
  "description": "Cato DEM service SKU",
1024
1456
  "isDeprecated": false,
1025
1457
  "name": "CATO_DEM"
1026
1458
  },
1459
+ {
1460
+ "deprecationReason": null,
1461
+ "description": "Cato IoT/OT Security service SKU",
1462
+ "isDeprecated": false,
1463
+ "name": "CATO_IOT_OT"
1464
+ },
1027
1465
  {
1028
1466
  "deprecationReason": null,
1029
1467
  "description": "Cato Threat Prevention (legacy) service SKU",
1030
1468
  "isDeprecated": false,
1031
1469
  "name": "CATO_THREAT_PREVENTION"
1032
1470
  },
1471
+ {
1472
+ "deprecationReason": null,
1473
+ "description": "Cato Advanced Threat Prevention service SKU",
1474
+ "isDeprecated": false,
1475
+ "name": "CATO_THREAT_PREVENTION_ADV"
1476
+ },
1033
1477
  {
1034
1478
  "deprecationReason": null,
1035
1479
  "description": "Public IPs SKU",
@@ -1079,7 +1523,7 @@
1079
1523
  "varName": "sku"
1080
1524
  },
1081
1525
  "startDate": {
1082
- "alias": "CasbLicenseStartDate: startDate",
1526
+ "alias": "casbLicenseStartDate: startDate",
1083
1527
  "args": {},
1084
1528
  "deprecationReason": null,
1085
1529
  "description": "License start date",
@@ -1100,7 +1544,7 @@
1100
1544
  "varName": "startDate"
1101
1545
  },
1102
1546
  "status": {
1103
- "alias": "CasbLicenseStatus: status",
1547
+ "alias": "casbLicenseStatus: status",
1104
1548
  "args": {},
1105
1549
  "deprecationReason": null,
1106
1550
  "description": "License activation status",
@@ -1175,7 +1619,7 @@
1175
1619
  "enumValues": null,
1176
1620
  "fields": {
1177
1621
  "description": {
1178
- "alias": "DataLakeLicenseDescription: description",
1622
+ "alias": "dataLakeLicenseDescription: description",
1179
1623
  "args": {},
1180
1624
  "deprecationReason": null,
1181
1625
  "description": null,
@@ -1247,7 +1691,7 @@
1247
1691
  "varName": "dpaVersion"
1248
1692
  },
1249
1693
  "expirationDate": {
1250
- "alias": "DataLakeLicenseExpirationDate: expirationDate",
1694
+ "alias": "dataLakeLicenseExpirationDate: expirationDate",
1251
1695
  "args": {},
1252
1696
  "deprecationReason": null,
1253
1697
  "description": "License expiration date",
@@ -1269,7 +1713,7 @@
1269
1713
  "varName": "expirationDate"
1270
1714
  },
1271
1715
  "lastUpdated": {
1272
- "alias": "DataLakeLicenseLastUpdated: lastUpdated",
1716
+ "alias": "dataLakeLicenseLastUpdated: lastUpdated",
1273
1717
  "args": {},
1274
1718
  "deprecationReason": null,
1275
1719
  "description": "The date of the last update to the license",
@@ -1290,7 +1734,7 @@
1290
1734
  "varName": "lastUpdated"
1291
1735
  },
1292
1736
  "plan": {
1293
- "alias": "DataLakeLicensePlan: plan",
1737
+ "alias": "dataLakeLicensePlan: plan",
1294
1738
  "args": {},
1295
1739
  "deprecationReason": null,
1296
1740
  "description": "License plan type",
@@ -1356,7 +1800,7 @@
1356
1800
  "varName": "retentionPeriod"
1357
1801
  },
1358
1802
  "sku": {
1359
- "alias": "DataLakeLicenseSku: sku",
1803
+ "alias": "dataLakeLicenseSku: sku",
1360
1804
  "args": {},
1361
1805
  "deprecationReason": null,
1362
1806
  "description": "The license SKU",
@@ -1509,24 +1953,30 @@
1509
1953
  "isDeprecated": false,
1510
1954
  "name": "CATO_XDR_PRO"
1511
1955
  },
1512
- {
1513
- "deprecationReason": "replaced with CATO_DEM",
1514
- "description": "Cato DEM Pro service SKU",
1515
- "isDeprecated": true,
1516
- "name": "CATO_DEM_PRO"
1517
- },
1518
1956
  {
1519
1957
  "deprecationReason": null,
1520
1958
  "description": "Cato DEM service SKU",
1521
1959
  "isDeprecated": false,
1522
1960
  "name": "CATO_DEM"
1523
1961
  },
1962
+ {
1963
+ "deprecationReason": null,
1964
+ "description": "Cato IoT/OT Security service SKU",
1965
+ "isDeprecated": false,
1966
+ "name": "CATO_IOT_OT"
1967
+ },
1524
1968
  {
1525
1969
  "deprecationReason": null,
1526
1970
  "description": "Cato Threat Prevention (legacy) service SKU",
1527
1971
  "isDeprecated": false,
1528
1972
  "name": "CATO_THREAT_PREVENTION"
1529
1973
  },
1974
+ {
1975
+ "deprecationReason": null,
1976
+ "description": "Cato Advanced Threat Prevention service SKU",
1977
+ "isDeprecated": false,
1978
+ "name": "CATO_THREAT_PREVENTION_ADV"
1979
+ },
1530
1980
  {
1531
1981
  "deprecationReason": null,
1532
1982
  "description": "Public IPs SKU",
@@ -1576,7 +2026,7 @@
1576
2026
  "varName": "sku"
1577
2027
  },
1578
2028
  "startDate": {
1579
- "alias": "DataLakeLicenseStartDate: startDate",
2029
+ "alias": "dataLakeLicenseStartDate: startDate",
1580
2030
  "args": {},
1581
2031
  "deprecationReason": null,
1582
2032
  "description": "License start date",
@@ -1597,7 +2047,7 @@
1597
2047
  "varName": "startDate"
1598
2048
  },
1599
2049
  "status": {
1600
- "alias": "DataLakeLicenseStatus: status",
2050
+ "alias": "dataLakeLicenseStatus: status",
1601
2051
  "args": {},
1602
2052
  "deprecationReason": null,
1603
2053
  "description": "License activation status",
@@ -1693,7 +2143,7 @@
1693
2143
  "enumValues": null,
1694
2144
  "fields": {
1695
2145
  "description": {
1696
- "alias": "DemLicenseDescription: description",
2146
+ "alias": "demLicenseDescription: description",
1697
2147
  "args": {},
1698
2148
  "deprecationReason": null,
1699
2149
  "description": null,
@@ -1714,7 +2164,7 @@
1714
2164
  "varName": "description"
1715
2165
  },
1716
2166
  "expirationDate": {
1717
- "alias": "DemLicenseExpirationDate: expirationDate",
2167
+ "alias": "demLicenseExpirationDate: expirationDate",
1718
2168
  "args": {},
1719
2169
  "deprecationReason": null,
1720
2170
  "description": "License expiration date",
@@ -1736,7 +2186,7 @@
1736
2186
  "varName": "expirationDate"
1737
2187
  },
1738
2188
  "lastUpdated": {
1739
- "alias": "DemLicenseLastUpdated: lastUpdated",
2189
+ "alias": "demLicenseLastUpdated: lastUpdated",
1740
2190
  "args": {},
1741
2191
  "deprecationReason": null,
1742
2192
  "description": "The date of the last update to the license",
@@ -1757,7 +2207,7 @@
1757
2207
  "varName": "lastUpdated"
1758
2208
  },
1759
2209
  "plan": {
1760
- "alias": "DemLicensePlan: plan",
2210
+ "alias": "demLicensePlan: plan",
1761
2211
  "args": {},
1762
2212
  "deprecationReason": null,
1763
2213
  "description": "License plan type",
@@ -1803,7 +2253,7 @@
1803
2253
  "varName": "plan"
1804
2254
  },
1805
2255
  "sku": {
1806
- "alias": "DemLicenseSku: sku",
2256
+ "alias": "demLicenseSku: sku",
1807
2257
  "args": {},
1808
2258
  "deprecationReason": null,
1809
2259
  "description": "The license SKU",
@@ -1956,24 +2406,30 @@
1956
2406
  "isDeprecated": false,
1957
2407
  "name": "CATO_XDR_PRO"
1958
2408
  },
1959
- {
1960
- "deprecationReason": "replaced with CATO_DEM",
1961
- "description": "Cato DEM Pro service SKU",
1962
- "isDeprecated": true,
1963
- "name": "CATO_DEM_PRO"
1964
- },
1965
2409
  {
1966
2410
  "deprecationReason": null,
1967
2411
  "description": "Cato DEM service SKU",
1968
2412
  "isDeprecated": false,
1969
2413
  "name": "CATO_DEM"
1970
2414
  },
2415
+ {
2416
+ "deprecationReason": null,
2417
+ "description": "Cato IoT/OT Security service SKU",
2418
+ "isDeprecated": false,
2419
+ "name": "CATO_IOT_OT"
2420
+ },
1971
2421
  {
1972
2422
  "deprecationReason": null,
1973
2423
  "description": "Cato Threat Prevention (legacy) service SKU",
1974
2424
  "isDeprecated": false,
1975
2425
  "name": "CATO_THREAT_PREVENTION"
1976
2426
  },
2427
+ {
2428
+ "deprecationReason": null,
2429
+ "description": "Cato Advanced Threat Prevention service SKU",
2430
+ "isDeprecated": false,
2431
+ "name": "CATO_THREAT_PREVENTION_ADV"
2432
+ },
1977
2433
  {
1978
2434
  "deprecationReason": null,
1979
2435
  "description": "Public IPs SKU",
@@ -2023,7 +2479,7 @@
2023
2479
  "varName": "sku"
2024
2480
  },
2025
2481
  "startDate": {
2026
- "alias": "DemLicenseStartDate: startDate",
2482
+ "alias": "demLicenseStartDate: startDate",
2027
2483
  "args": {},
2028
2484
  "deprecationReason": null,
2029
2485
  "description": "License start date",
@@ -2044,7 +2500,7 @@
2044
2500
  "varName": "startDate"
2045
2501
  },
2046
2502
  "status": {
2047
- "alias": "DemLicenseStatus: status",
2503
+ "alias": "demLicenseStatus: status",
2048
2504
  "args": {},
2049
2505
  "deprecationReason": null,
2050
2506
  "description": "License activation status",
@@ -2135,19 +2591,19 @@
2135
2591
  "name": "DemLicense",
2136
2592
  "possibleTypes": null
2137
2593
  },
2138
- "DemProLicense": {
2139
- "description": "DEM Pro service license details",
2594
+ "DlpLicense": {
2595
+ "description": "Data Loss Prevention (DLP) Service license details",
2140
2596
  "enumValues": null,
2141
2597
  "fields": {
2142
2598
  "description": {
2143
- "alias": "DemProLicenseDescription: description",
2599
+ "alias": "dlpLicenseDescription: description",
2144
2600
  "args": {},
2145
2601
  "deprecationReason": null,
2146
2602
  "description": null,
2147
- "id_str": "licensingInfo___licenses___DemProLicense___description",
2603
+ "id_str": "licensingInfo___licenses___DlpLicense___description",
2148
2604
  "isDeprecated": false,
2149
2605
  "name": "description",
2150
- "path": "licensingInfo.licenses.DemProLicense.description",
2606
+ "path": "licensingInfo.licenses.DlpLicense.description",
2151
2607
  "requestStr": "$description:String ",
2152
2608
  "required": false,
2153
2609
  "responseStr": "description:$description ",
@@ -2161,14 +2617,14 @@
2161
2617
  "varName": "description"
2162
2618
  },
2163
2619
  "expirationDate": {
2164
- "alias": "DemProLicenseExpirationDate: expirationDate",
2620
+ "alias": "dlpLicenseExpirationDate: expirationDate",
2165
2621
  "args": {},
2166
2622
  "deprecationReason": null,
2167
2623
  "description": "License expiration date",
2168
- "id_str": "licensingInfo___licenses___DemProLicense___expirationDate",
2624
+ "id_str": "licensingInfo___licenses___DlpLicense___expirationDate",
2169
2625
  "isDeprecated": false,
2170
2626
  "name": "expirationDate",
2171
- "path": "licensingInfo.licenses.DemProLicense.expirationDate",
2627
+ "path": "licensingInfo.licenses.DlpLicense.expirationDate",
2172
2628
  "requestStr": "$expirationDate:DateTime! ",
2173
2629
  "required": true,
2174
2630
  "responseStr": "expirationDate:$expirationDate ",
@@ -2183,14 +2639,14 @@
2183
2639
  "varName": "expirationDate"
2184
2640
  },
2185
2641
  "lastUpdated": {
2186
- "alias": "DemProLicenseLastUpdated: lastUpdated",
2642
+ "alias": "dlpLicenseLastUpdated: lastUpdated",
2187
2643
  "args": {},
2188
2644
  "deprecationReason": null,
2189
2645
  "description": "The date of the last update to the license",
2190
- "id_str": "licensingInfo___licenses___DemProLicense___lastUpdated",
2646
+ "id_str": "licensingInfo___licenses___DlpLicense___lastUpdated",
2191
2647
  "isDeprecated": false,
2192
2648
  "name": "lastUpdated",
2193
- "path": "licensingInfo.licenses.DemProLicense.lastUpdated",
2649
+ "path": "licensingInfo.licenses.DlpLicense.lastUpdated",
2194
2650
  "requestStr": "$lastUpdated:DateTime ",
2195
2651
  "required": false,
2196
2652
  "responseStr": "lastUpdated:$lastUpdated ",
@@ -2204,14 +2660,14 @@
2204
2660
  "varName": "lastUpdated"
2205
2661
  },
2206
2662
  "plan": {
2207
- "alias": "DemProLicensePlan: plan",
2663
+ "alias": "dlpLicensePlan: plan",
2208
2664
  "args": {},
2209
2665
  "deprecationReason": null,
2210
2666
  "description": "License plan type",
2211
- "id_str": "licensingInfo___licenses___DemProLicense___plan",
2667
+ "id_str": "licensingInfo___licenses___DlpLicense___plan",
2212
2668
  "isDeprecated": false,
2213
2669
  "name": "plan",
2214
- "path": "licensingInfo.licenses.DemProLicense.plan",
2670
+ "path": "licensingInfo.licenses.DlpLicense.plan",
2215
2671
  "requestStr": "$plan:LicensePlan! ",
2216
2672
  "required": true,
2217
2673
  "responseStr": "plan:$plan ",
@@ -2250,14 +2706,14 @@
2250
2706
  "varName": "plan"
2251
2707
  },
2252
2708
  "sku": {
2253
- "alias": "DemProLicenseSku: sku",
2709
+ "alias": "dlpLicenseSku: sku",
2254
2710
  "args": {},
2255
2711
  "deprecationReason": null,
2256
2712
  "description": "The license SKU",
2257
- "id_str": "licensingInfo___licenses___DemProLicense___sku",
2713
+ "id_str": "licensingInfo___licenses___DlpLicense___sku",
2258
2714
  "isDeprecated": false,
2259
2715
  "name": "sku",
2260
- "path": "licensingInfo.licenses.DemProLicense.sku",
2716
+ "path": "licensingInfo.licenses.DlpLicense.sku",
2261
2717
  "requestStr": "$sku:LicenseSku! ",
2262
2718
  "required": true,
2263
2719
  "responseStr": "sku:$sku ",
@@ -2403,24 +2859,30 @@
2403
2859
  "isDeprecated": false,
2404
2860
  "name": "CATO_XDR_PRO"
2405
2861
  },
2406
- {
2407
- "deprecationReason": "replaced with CATO_DEM",
2408
- "description": "Cato DEM Pro service SKU",
2409
- "isDeprecated": true,
2410
- "name": "CATO_DEM_PRO"
2411
- },
2412
2862
  {
2413
2863
  "deprecationReason": null,
2414
2864
  "description": "Cato DEM service SKU",
2415
2865
  "isDeprecated": false,
2416
2866
  "name": "CATO_DEM"
2417
2867
  },
2868
+ {
2869
+ "deprecationReason": null,
2870
+ "description": "Cato IoT/OT Security service SKU",
2871
+ "isDeprecated": false,
2872
+ "name": "CATO_IOT_OT"
2873
+ },
2418
2874
  {
2419
2875
  "deprecationReason": null,
2420
2876
  "description": "Cato Threat Prevention (legacy) service SKU",
2421
2877
  "isDeprecated": false,
2422
2878
  "name": "CATO_THREAT_PREVENTION"
2423
2879
  },
2880
+ {
2881
+ "deprecationReason": null,
2882
+ "description": "Cato Advanced Threat Prevention service SKU",
2883
+ "isDeprecated": false,
2884
+ "name": "CATO_THREAT_PREVENTION_ADV"
2885
+ },
2424
2886
  {
2425
2887
  "deprecationReason": null,
2426
2888
  "description": "Public IPs SKU",
@@ -2470,14 +2932,14 @@
2470
2932
  "varName": "sku"
2471
2933
  },
2472
2934
  "startDate": {
2473
- "alias": "DemProLicenseStartDate: startDate",
2935
+ "alias": "dlpLicenseStartDate: startDate",
2474
2936
  "args": {},
2475
2937
  "deprecationReason": null,
2476
2938
  "description": "License start date",
2477
- "id_str": "licensingInfo___licenses___DemProLicense___startDate",
2939
+ "id_str": "licensingInfo___licenses___DlpLicense___startDate",
2478
2940
  "isDeprecated": false,
2479
2941
  "name": "startDate",
2480
- "path": "licensingInfo.licenses.DemProLicense.startDate",
2942
+ "path": "licensingInfo.licenses.DlpLicense.startDate",
2481
2943
  "requestStr": "$startDate:DateTime ",
2482
2944
  "required": false,
2483
2945
  "responseStr": "startDate:$startDate ",
@@ -2491,14 +2953,14 @@
2491
2953
  "varName": "startDate"
2492
2954
  },
2493
2955
  "status": {
2494
- "alias": "DemProLicenseStatus: status",
2956
+ "alias": "dlpLicenseStatus: status",
2495
2957
  "args": {},
2496
2958
  "deprecationReason": null,
2497
2959
  "description": "License activation status",
2498
- "id_str": "licensingInfo___licenses___DemProLicense___status",
2960
+ "id_str": "licensingInfo___licenses___DlpLicense___status",
2499
2961
  "isDeprecated": false,
2500
2962
  "name": "status",
2501
- "path": "licensingInfo.licenses.DemProLicense.status",
2963
+ "path": "licensingInfo.licenses.DlpLicense.status",
2502
2964
  "requestStr": "$status:LicenseStatus! ",
2503
2965
  "required": true,
2504
2966
  "responseStr": "status:$status ",
@@ -2553,48 +3015,27 @@
2553
3015
  "non_null": false
2554
3016
  },
2555
3017
  "varName": "status"
2556
- },
2557
- "total": {
2558
- "args": {},
2559
- "deprecationReason": null,
2560
- "description": "License quantity",
2561
- "id_str": "licensingInfo___licenses___DemProLicense___total",
2562
- "isDeprecated": false,
2563
- "name": "total",
2564
- "path": "licensingInfo.licenses.DemProLicense.total",
2565
- "requestStr": "$total:Int! ",
2566
- "required": true,
2567
- "responseStr": "total:$total ",
2568
- "type": {
2569
- "kind": [
2570
- "NON_NULL",
2571
- "SCALAR"
2572
- ],
2573
- "name": "Int",
2574
- "non_null": false
2575
- },
2576
- "varName": "total"
2577
3018
  }
2578
3019
  },
2579
3020
  "inputFields": null,
2580
3021
  "interfaces": {},
2581
3022
  "kind": "OBJECT",
2582
- "name": "DemProLicense",
3023
+ "name": "DlpLicense",
2583
3024
  "possibleTypes": null
2584
3025
  },
2585
- "DlpLicense": {
2586
- "description": "Data Loss Prevention (DLP) Service license details",
3026
+ "EndpointProtectionLicense": {
3027
+ "description": "End Point Protection (EPP) license details",
2587
3028
  "enumValues": null,
2588
3029
  "fields": {
2589
3030
  "description": {
2590
- "alias": "DlpLicenseDescription: description",
3031
+ "alias": "endpointProtectionLicenseDescription: description",
2591
3032
  "args": {},
2592
3033
  "deprecationReason": null,
2593
3034
  "description": null,
2594
- "id_str": "licensingInfo___licenses___DlpLicense___description",
3035
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___description",
2595
3036
  "isDeprecated": false,
2596
3037
  "name": "description",
2597
- "path": "licensingInfo.licenses.DlpLicense.description",
3038
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.description",
2598
3039
  "requestStr": "$description:String ",
2599
3040
  "required": false,
2600
3041
  "responseStr": "description:$description ",
@@ -2608,14 +3049,14 @@
2608
3049
  "varName": "description"
2609
3050
  },
2610
3051
  "expirationDate": {
2611
- "alias": "DlpLicenseExpirationDate: expirationDate",
3052
+ "alias": "endpointProtectionLicenseExpirationDate: expirationDate",
2612
3053
  "args": {},
2613
3054
  "deprecationReason": null,
2614
3055
  "description": "License expiration date",
2615
- "id_str": "licensingInfo___licenses___DlpLicense___expirationDate",
3056
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___expirationDate",
2616
3057
  "isDeprecated": false,
2617
3058
  "name": "expirationDate",
2618
- "path": "licensingInfo.licenses.DlpLicense.expirationDate",
3059
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.expirationDate",
2619
3060
  "requestStr": "$expirationDate:DateTime! ",
2620
3061
  "required": true,
2621
3062
  "responseStr": "expirationDate:$expirationDate ",
@@ -2630,14 +3071,14 @@
2630
3071
  "varName": "expirationDate"
2631
3072
  },
2632
3073
  "lastUpdated": {
2633
- "alias": "DlpLicenseLastUpdated: lastUpdated",
3074
+ "alias": "endpointProtectionLicenseLastUpdated: lastUpdated",
2634
3075
  "args": {},
2635
3076
  "deprecationReason": null,
2636
3077
  "description": "The date of the last update to the license",
2637
- "id_str": "licensingInfo___licenses___DlpLicense___lastUpdated",
3078
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___lastUpdated",
2638
3079
  "isDeprecated": false,
2639
3080
  "name": "lastUpdated",
2640
- "path": "licensingInfo.licenses.DlpLicense.lastUpdated",
3081
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.lastUpdated",
2641
3082
  "requestStr": "$lastUpdated:DateTime ",
2642
3083
  "required": false,
2643
3084
  "responseStr": "lastUpdated:$lastUpdated ",
@@ -2651,14 +3092,14 @@
2651
3092
  "varName": "lastUpdated"
2652
3093
  },
2653
3094
  "plan": {
2654
- "alias": "DlpLicensePlan: plan",
3095
+ "alias": "endpointProtectionLicensePlan: plan",
2655
3096
  "args": {},
2656
3097
  "deprecationReason": null,
2657
3098
  "description": "License plan type",
2658
- "id_str": "licensingInfo___licenses___DlpLicense___plan",
3099
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___plan",
2659
3100
  "isDeprecated": false,
2660
3101
  "name": "plan",
2661
- "path": "licensingInfo.licenses.DlpLicense.plan",
3102
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.plan",
2662
3103
  "requestStr": "$plan:LicensePlan! ",
2663
3104
  "required": true,
2664
3105
  "responseStr": "plan:$plan ",
@@ -2697,14 +3138,14 @@
2697
3138
  "varName": "plan"
2698
3139
  },
2699
3140
  "sku": {
2700
- "alias": "DlpLicenseSku: sku",
3141
+ "alias": "endpointProtectionLicenseSku: sku",
2701
3142
  "args": {},
2702
3143
  "deprecationReason": null,
2703
3144
  "description": "The license SKU",
2704
- "id_str": "licensingInfo___licenses___DlpLicense___sku",
3145
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___sku",
2705
3146
  "isDeprecated": false,
2706
3147
  "name": "sku",
2707
- "path": "licensingInfo.licenses.DlpLicense.sku",
3148
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.sku",
2708
3149
  "requestStr": "$sku:LicenseSku! ",
2709
3150
  "required": true,
2710
3151
  "responseStr": "sku:$sku ",
@@ -2850,24 +3291,30 @@
2850
3291
  "isDeprecated": false,
2851
3292
  "name": "CATO_XDR_PRO"
2852
3293
  },
2853
- {
2854
- "deprecationReason": "replaced with CATO_DEM",
2855
- "description": "Cato DEM Pro service SKU",
2856
- "isDeprecated": true,
2857
- "name": "CATO_DEM_PRO"
2858
- },
2859
3294
  {
2860
3295
  "deprecationReason": null,
2861
3296
  "description": "Cato DEM service SKU",
2862
3297
  "isDeprecated": false,
2863
3298
  "name": "CATO_DEM"
2864
3299
  },
3300
+ {
3301
+ "deprecationReason": null,
3302
+ "description": "Cato IoT/OT Security service SKU",
3303
+ "isDeprecated": false,
3304
+ "name": "CATO_IOT_OT"
3305
+ },
2865
3306
  {
2866
3307
  "deprecationReason": null,
2867
3308
  "description": "Cato Threat Prevention (legacy) service SKU",
2868
3309
  "isDeprecated": false,
2869
3310
  "name": "CATO_THREAT_PREVENTION"
2870
3311
  },
3312
+ {
3313
+ "deprecationReason": null,
3314
+ "description": "Cato Advanced Threat Prevention service SKU",
3315
+ "isDeprecated": false,
3316
+ "name": "CATO_THREAT_PREVENTION_ADV"
3317
+ },
2871
3318
  {
2872
3319
  "deprecationReason": null,
2873
3320
  "description": "Public IPs SKU",
@@ -2917,14 +3364,14 @@
2917
3364
  "varName": "sku"
2918
3365
  },
2919
3366
  "startDate": {
2920
- "alias": "DlpLicenseStartDate: startDate",
3367
+ "alias": "endpointProtectionLicenseStartDate: startDate",
2921
3368
  "args": {},
2922
3369
  "deprecationReason": null,
2923
3370
  "description": "License start date",
2924
- "id_str": "licensingInfo___licenses___DlpLicense___startDate",
3371
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___startDate",
2925
3372
  "isDeprecated": false,
2926
3373
  "name": "startDate",
2927
- "path": "licensingInfo.licenses.DlpLicense.startDate",
3374
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.startDate",
2928
3375
  "requestStr": "$startDate:DateTime ",
2929
3376
  "required": false,
2930
3377
  "responseStr": "startDate:$startDate ",
@@ -2938,14 +3385,14 @@
2938
3385
  "varName": "startDate"
2939
3386
  },
2940
3387
  "status": {
2941
- "alias": "DlpLicenseStatus: status",
3388
+ "alias": "endpointProtectionLicenseStatus: status",
2942
3389
  "args": {},
2943
3390
  "deprecationReason": null,
2944
3391
  "description": "License activation status",
2945
- "id_str": "licensingInfo___licenses___DlpLicense___status",
3392
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___status",
2946
3393
  "isDeprecated": false,
2947
3394
  "name": "status",
2948
- "path": "licensingInfo.licenses.DlpLicense.status",
3395
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.status",
2949
3396
  "requestStr": "$status:LicenseStatus! ",
2950
3397
  "required": true,
2951
3398
  "responseStr": "status:$status ",
@@ -2994,33 +3441,54 @@
2994
3441
  "indexType": "enum",
2995
3442
  "kind": [
2996
3443
  "NON_NULL",
2997
- "ENUM"
3444
+ "ENUM"
3445
+ ],
3446
+ "name": "LicenseStatus",
3447
+ "non_null": false
3448
+ },
3449
+ "varName": "status"
3450
+ },
3451
+ "total": {
3452
+ "args": {},
3453
+ "deprecationReason": null,
3454
+ "description": "The maximum number of users that can use this service",
3455
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___total",
3456
+ "isDeprecated": false,
3457
+ "name": "total",
3458
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.total",
3459
+ "requestStr": "$total:Int! ",
3460
+ "required": true,
3461
+ "responseStr": "total:$total ",
3462
+ "type": {
3463
+ "kind": [
3464
+ "NON_NULL",
3465
+ "SCALAR"
2998
3466
  ],
2999
- "name": "LicenseStatus",
3467
+ "name": "Int",
3000
3468
  "non_null": false
3001
3469
  },
3002
- "varName": "status"
3470
+ "varName": "total"
3003
3471
  }
3004
3472
  },
3005
3473
  "inputFields": null,
3006
3474
  "interfaces": {},
3007
3475
  "kind": "OBJECT",
3008
- "name": "DlpLicense",
3476
+ "name": "EndpointProtectionLicense",
3009
3477
  "possibleTypes": null
3010
3478
  },
3011
- "EndpointProtectionLicense": {
3012
- "description": "End Point Protection (EPP) license details",
3479
+ "IlmmLicense": {
3480
+ "description": "Intelligent Last Mile Monitoring (ILMM) License details",
3013
3481
  "enumValues": null,
3014
3482
  "fields": {
3015
3483
  "description": {
3016
- "alias": "EndpointProtectionLicenseDescription: description",
3484
+ "alias": "ilmmLicenseDescription: description",
3017
3485
  "args": {},
3018
3486
  "deprecationReason": null,
3019
3487
  "description": null,
3020
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___description",
3488
+ "id_str": "licensingInfo___licenses___IlmmLicense___description",
3021
3489
  "isDeprecated": false,
3022
3490
  "name": "description",
3023
- "path": "licensingInfo.licenses.EndpointProtectionLicense.description",
3491
+ "path": "licensingInfo.licenses.IlmmLicense.description",
3024
3492
  "requestStr": "$description:String ",
3025
3493
  "required": false,
3026
3494
  "responseStr": "description:$description ",
@@ -3034,14 +3502,14 @@
3034
3502
  "varName": "description"
3035
3503
  },
3036
3504
  "expirationDate": {
3037
- "alias": "EndpointProtectionLicenseExpirationDate: expirationDate",
3505
+ "alias": "ilmmLicenseExpirationDate: expirationDate",
3038
3506
  "args": {},
3039
3507
  "deprecationReason": null,
3040
3508
  "description": "License expiration date",
3041
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___expirationDate",
3509
+ "id_str": "licensingInfo___licenses___IlmmLicense___expirationDate",
3042
3510
  "isDeprecated": false,
3043
3511
  "name": "expirationDate",
3044
- "path": "licensingInfo.licenses.EndpointProtectionLicense.expirationDate",
3512
+ "path": "licensingInfo.licenses.IlmmLicense.expirationDate",
3045
3513
  "requestStr": "$expirationDate:DateTime! ",
3046
3514
  "required": true,
3047
3515
  "responseStr": "expirationDate:$expirationDate ",
@@ -3056,14 +3524,14 @@
3056
3524
  "varName": "expirationDate"
3057
3525
  },
3058
3526
  "lastUpdated": {
3059
- "alias": "EndpointProtectionLicenseLastUpdated: lastUpdated",
3527
+ "alias": "ilmmLicenseLastUpdated: lastUpdated",
3060
3528
  "args": {},
3061
3529
  "deprecationReason": null,
3062
3530
  "description": "The date of the last update to the license",
3063
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___lastUpdated",
3531
+ "id_str": "licensingInfo___licenses___IlmmLicense___lastUpdated",
3064
3532
  "isDeprecated": false,
3065
3533
  "name": "lastUpdated",
3066
- "path": "licensingInfo.licenses.EndpointProtectionLicense.lastUpdated",
3534
+ "path": "licensingInfo.licenses.IlmmLicense.lastUpdated",
3067
3535
  "requestStr": "$lastUpdated:DateTime ",
3068
3536
  "required": false,
3069
3537
  "responseStr": "lastUpdated:$lastUpdated ",
@@ -3077,14 +3545,14 @@
3077
3545
  "varName": "lastUpdated"
3078
3546
  },
3079
3547
  "plan": {
3080
- "alias": "EndpointProtectionLicensePlan: plan",
3548
+ "alias": "ilmmLicensePlan: plan",
3081
3549
  "args": {},
3082
3550
  "deprecationReason": null,
3083
3551
  "description": "License plan type",
3084
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___plan",
3552
+ "id_str": "licensingInfo___licenses___IlmmLicense___plan",
3085
3553
  "isDeprecated": false,
3086
3554
  "name": "plan",
3087
- "path": "licensingInfo.licenses.EndpointProtectionLicense.plan",
3555
+ "path": "licensingInfo.licenses.IlmmLicense.plan",
3088
3556
  "requestStr": "$plan:LicensePlan! ",
3089
3557
  "required": true,
3090
3558
  "responseStr": "plan:$plan ",
@@ -3123,14 +3591,14 @@
3123
3591
  "varName": "plan"
3124
3592
  },
3125
3593
  "sku": {
3126
- "alias": "EndpointProtectionLicenseSku: sku",
3594
+ "alias": "ilmmLicenseSku: sku",
3127
3595
  "args": {},
3128
3596
  "deprecationReason": null,
3129
3597
  "description": "The license SKU",
3130
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___sku",
3598
+ "id_str": "licensingInfo___licenses___IlmmLicense___sku",
3131
3599
  "isDeprecated": false,
3132
3600
  "name": "sku",
3133
- "path": "licensingInfo.licenses.EndpointProtectionLicense.sku",
3601
+ "path": "licensingInfo.licenses.IlmmLicense.sku",
3134
3602
  "requestStr": "$sku:LicenseSku! ",
3135
3603
  "required": true,
3136
3604
  "responseStr": "sku:$sku ",
@@ -3276,24 +3744,30 @@
3276
3744
  "isDeprecated": false,
3277
3745
  "name": "CATO_XDR_PRO"
3278
3746
  },
3279
- {
3280
- "deprecationReason": "replaced with CATO_DEM",
3281
- "description": "Cato DEM Pro service SKU",
3282
- "isDeprecated": true,
3283
- "name": "CATO_DEM_PRO"
3284
- },
3285
3747
  {
3286
3748
  "deprecationReason": null,
3287
3749
  "description": "Cato DEM service SKU",
3288
3750
  "isDeprecated": false,
3289
3751
  "name": "CATO_DEM"
3290
3752
  },
3753
+ {
3754
+ "deprecationReason": null,
3755
+ "description": "Cato IoT/OT Security service SKU",
3756
+ "isDeprecated": false,
3757
+ "name": "CATO_IOT_OT"
3758
+ },
3291
3759
  {
3292
3760
  "deprecationReason": null,
3293
3761
  "description": "Cato Threat Prevention (legacy) service SKU",
3294
3762
  "isDeprecated": false,
3295
3763
  "name": "CATO_THREAT_PREVENTION"
3296
3764
  },
3765
+ {
3766
+ "deprecationReason": null,
3767
+ "description": "Cato Advanced Threat Prevention service SKU",
3768
+ "isDeprecated": false,
3769
+ "name": "CATO_THREAT_PREVENTION_ADV"
3770
+ },
3297
3771
  {
3298
3772
  "deprecationReason": null,
3299
3773
  "description": "Public IPs SKU",
@@ -3343,14 +3817,14 @@
3343
3817
  "varName": "sku"
3344
3818
  },
3345
3819
  "startDate": {
3346
- "alias": "EndpointProtectionLicenseStartDate: startDate",
3820
+ "alias": "ilmmLicenseStartDate: startDate",
3347
3821
  "args": {},
3348
3822
  "deprecationReason": null,
3349
3823
  "description": "License start date",
3350
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___startDate",
3824
+ "id_str": "licensingInfo___licenses___IlmmLicense___startDate",
3351
3825
  "isDeprecated": false,
3352
3826
  "name": "startDate",
3353
- "path": "licensingInfo.licenses.EndpointProtectionLicense.startDate",
3827
+ "path": "licensingInfo.licenses.IlmmLicense.startDate",
3354
3828
  "requestStr": "$startDate:DateTime ",
3355
3829
  "required": false,
3356
3830
  "responseStr": "startDate:$startDate ",
@@ -3364,14 +3838,14 @@
3364
3838
  "varName": "startDate"
3365
3839
  },
3366
3840
  "status": {
3367
- "alias": "EndpointProtectionLicenseStatus: status",
3841
+ "alias": "ilmmLicenseStatus: status",
3368
3842
  "args": {},
3369
3843
  "deprecationReason": null,
3370
3844
  "description": "License activation status",
3371
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___status",
3845
+ "id_str": "licensingInfo___licenses___IlmmLicense___status",
3372
3846
  "isDeprecated": false,
3373
3847
  "name": "status",
3374
- "path": "licensingInfo.licenses.EndpointProtectionLicense.status",
3848
+ "path": "licensingInfo.licenses.IlmmLicense.status",
3375
3849
  "requestStr": "$status:LicenseStatus! ",
3376
3850
  "required": true,
3377
3851
  "responseStr": "status:$status ",
@@ -3430,11 +3904,11 @@
3430
3904
  "total": {
3431
3905
  "args": {},
3432
3906
  "deprecationReason": null,
3433
- "description": "The maximum number of users that can use this service",
3434
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___total",
3907
+ "description": "The total amount of ILMM licenses.",
3908
+ "id_str": "licensingInfo___licenses___IlmmLicense___total",
3435
3909
  "isDeprecated": false,
3436
3910
  "name": "total",
3437
- "path": "licensingInfo.licenses.EndpointProtectionLicense.total",
3911
+ "path": "licensingInfo.licenses.IlmmLicense.total",
3438
3912
  "requestStr": "$total:Int! ",
3439
3913
  "required": true,
3440
3914
  "responseStr": "total:$total ",
@@ -3452,22 +3926,22 @@
3452
3926
  "inputFields": null,
3453
3927
  "interfaces": {},
3454
3928
  "kind": "OBJECT",
3455
- "name": "EndpointProtectionLicense",
3929
+ "name": "IlmmLicense",
3456
3930
  "possibleTypes": null
3457
3931
  },
3458
- "IlmmLicense": {
3459
- "description": "Intelligent Last Mile Monitoring (ILMM) License details",
3932
+ "IotOtLicense": {
3933
+ "description": "IoT/OT Security service license details",
3460
3934
  "enumValues": null,
3461
3935
  "fields": {
3462
3936
  "description": {
3463
- "alias": "IlmmLicenseDescription: description",
3937
+ "alias": "iotOtLicenseDescription: description",
3464
3938
  "args": {},
3465
3939
  "deprecationReason": null,
3466
3940
  "description": null,
3467
- "id_str": "licensingInfo___licenses___IlmmLicense___description",
3941
+ "id_str": "licensingInfo___licenses___IotOtLicense___description",
3468
3942
  "isDeprecated": false,
3469
3943
  "name": "description",
3470
- "path": "licensingInfo.licenses.IlmmLicense.description",
3944
+ "path": "licensingInfo.licenses.IotOtLicense.description",
3471
3945
  "requestStr": "$description:String ",
3472
3946
  "required": false,
3473
3947
  "responseStr": "description:$description ",
@@ -3481,14 +3955,14 @@
3481
3955
  "varName": "description"
3482
3956
  },
3483
3957
  "expirationDate": {
3484
- "alias": "IlmmLicenseExpirationDate: expirationDate",
3958
+ "alias": "iotOtLicenseExpirationDate: expirationDate",
3485
3959
  "args": {},
3486
3960
  "deprecationReason": null,
3487
3961
  "description": "License expiration date",
3488
- "id_str": "licensingInfo___licenses___IlmmLicense___expirationDate",
3962
+ "id_str": "licensingInfo___licenses___IotOtLicense___expirationDate",
3489
3963
  "isDeprecated": false,
3490
3964
  "name": "expirationDate",
3491
- "path": "licensingInfo.licenses.IlmmLicense.expirationDate",
3965
+ "path": "licensingInfo.licenses.IotOtLicense.expirationDate",
3492
3966
  "requestStr": "$expirationDate:DateTime! ",
3493
3967
  "required": true,
3494
3968
  "responseStr": "expirationDate:$expirationDate ",
@@ -3503,14 +3977,14 @@
3503
3977
  "varName": "expirationDate"
3504
3978
  },
3505
3979
  "lastUpdated": {
3506
- "alias": "IlmmLicenseLastUpdated: lastUpdated",
3980
+ "alias": "iotOtLicenseLastUpdated: lastUpdated",
3507
3981
  "args": {},
3508
3982
  "deprecationReason": null,
3509
3983
  "description": "The date of the last update to the license",
3510
- "id_str": "licensingInfo___licenses___IlmmLicense___lastUpdated",
3984
+ "id_str": "licensingInfo___licenses___IotOtLicense___lastUpdated",
3511
3985
  "isDeprecated": false,
3512
3986
  "name": "lastUpdated",
3513
- "path": "licensingInfo.licenses.IlmmLicense.lastUpdated",
3987
+ "path": "licensingInfo.licenses.IotOtLicense.lastUpdated",
3514
3988
  "requestStr": "$lastUpdated:DateTime ",
3515
3989
  "required": false,
3516
3990
  "responseStr": "lastUpdated:$lastUpdated ",
@@ -3524,14 +3998,14 @@
3524
3998
  "varName": "lastUpdated"
3525
3999
  },
3526
4000
  "plan": {
3527
- "alias": "IlmmLicensePlan: plan",
4001
+ "alias": "iotOtLicensePlan: plan",
3528
4002
  "args": {},
3529
4003
  "deprecationReason": null,
3530
4004
  "description": "License plan type",
3531
- "id_str": "licensingInfo___licenses___IlmmLicense___plan",
4005
+ "id_str": "licensingInfo___licenses___IotOtLicense___plan",
3532
4006
  "isDeprecated": false,
3533
4007
  "name": "plan",
3534
- "path": "licensingInfo.licenses.IlmmLicense.plan",
4008
+ "path": "licensingInfo.licenses.IotOtLicense.plan",
3535
4009
  "requestStr": "$plan:LicensePlan! ",
3536
4010
  "required": true,
3537
4011
  "responseStr": "plan:$plan ",
@@ -3570,14 +4044,14 @@
3570
4044
  "varName": "plan"
3571
4045
  },
3572
4046
  "sku": {
3573
- "alias": "IlmmLicenseSku: sku",
4047
+ "alias": "iotOtLicenseSku: sku",
3574
4048
  "args": {},
3575
4049
  "deprecationReason": null,
3576
4050
  "description": "The license SKU",
3577
- "id_str": "licensingInfo___licenses___IlmmLicense___sku",
4051
+ "id_str": "licensingInfo___licenses___IotOtLicense___sku",
3578
4052
  "isDeprecated": false,
3579
4053
  "name": "sku",
3580
- "path": "licensingInfo.licenses.IlmmLicense.sku",
4054
+ "path": "licensingInfo.licenses.IotOtLicense.sku",
3581
4055
  "requestStr": "$sku:LicenseSku! ",
3582
4056
  "required": true,
3583
4057
  "responseStr": "sku:$sku ",
@@ -3723,24 +4197,30 @@
3723
4197
  "isDeprecated": false,
3724
4198
  "name": "CATO_XDR_PRO"
3725
4199
  },
3726
- {
3727
- "deprecationReason": "replaced with CATO_DEM",
3728
- "description": "Cato DEM Pro service SKU",
3729
- "isDeprecated": true,
3730
- "name": "CATO_DEM_PRO"
3731
- },
3732
4200
  {
3733
4201
  "deprecationReason": null,
3734
4202
  "description": "Cato DEM service SKU",
3735
4203
  "isDeprecated": false,
3736
4204
  "name": "CATO_DEM"
3737
4205
  },
4206
+ {
4207
+ "deprecationReason": null,
4208
+ "description": "Cato IoT/OT Security service SKU",
4209
+ "isDeprecated": false,
4210
+ "name": "CATO_IOT_OT"
4211
+ },
3738
4212
  {
3739
4213
  "deprecationReason": null,
3740
4214
  "description": "Cato Threat Prevention (legacy) service SKU",
3741
4215
  "isDeprecated": false,
3742
4216
  "name": "CATO_THREAT_PREVENTION"
3743
4217
  },
4218
+ {
4219
+ "deprecationReason": null,
4220
+ "description": "Cato Advanced Threat Prevention service SKU",
4221
+ "isDeprecated": false,
4222
+ "name": "CATO_THREAT_PREVENTION_ADV"
4223
+ },
3744
4224
  {
3745
4225
  "deprecationReason": null,
3746
4226
  "description": "Public IPs SKU",
@@ -3790,14 +4270,14 @@
3790
4270
  "varName": "sku"
3791
4271
  },
3792
4272
  "startDate": {
3793
- "alias": "IlmmLicenseStartDate: startDate",
4273
+ "alias": "iotOtLicenseStartDate: startDate",
3794
4274
  "args": {},
3795
4275
  "deprecationReason": null,
3796
4276
  "description": "License start date",
3797
- "id_str": "licensingInfo___licenses___IlmmLicense___startDate",
4277
+ "id_str": "licensingInfo___licenses___IotOtLicense___startDate",
3798
4278
  "isDeprecated": false,
3799
4279
  "name": "startDate",
3800
- "path": "licensingInfo.licenses.IlmmLicense.startDate",
4280
+ "path": "licensingInfo.licenses.IotOtLicense.startDate",
3801
4281
  "requestStr": "$startDate:DateTime ",
3802
4282
  "required": false,
3803
4283
  "responseStr": "startDate:$startDate ",
@@ -3811,14 +4291,14 @@
3811
4291
  "varName": "startDate"
3812
4292
  },
3813
4293
  "status": {
3814
- "alias": "IlmmLicenseStatus: status",
4294
+ "alias": "iotOtLicenseStatus: status",
3815
4295
  "args": {},
3816
4296
  "deprecationReason": null,
3817
4297
  "description": "License activation status",
3818
- "id_str": "licensingInfo___licenses___IlmmLicense___status",
4298
+ "id_str": "licensingInfo___licenses___IotOtLicense___status",
3819
4299
  "isDeprecated": false,
3820
4300
  "name": "status",
3821
- "path": "licensingInfo.licenses.IlmmLicense.status",
4301
+ "path": "licensingInfo.licenses.IotOtLicense.status",
3822
4302
  "requestStr": "$status:LicenseStatus! ",
3823
4303
  "required": true,
3824
4304
  "responseStr": "status:$status ",
@@ -3873,33 +4353,12 @@
3873
4353
  "non_null": false
3874
4354
  },
3875
4355
  "varName": "status"
3876
- },
3877
- "total": {
3878
- "args": {},
3879
- "deprecationReason": null,
3880
- "description": "The total amount of ILMM licenses.",
3881
- "id_str": "licensingInfo___licenses___IlmmLicense___total",
3882
- "isDeprecated": false,
3883
- "name": "total",
3884
- "path": "licensingInfo.licenses.IlmmLicense.total",
3885
- "requestStr": "$total:Int! ",
3886
- "required": true,
3887
- "responseStr": "total:$total ",
3888
- "type": {
3889
- "kind": [
3890
- "NON_NULL",
3891
- "SCALAR"
3892
- ],
3893
- "name": "Int",
3894
- "non_null": false
3895
- },
3896
- "varName": "total"
3897
4356
  }
3898
4357
  },
3899
4358
  "inputFields": null,
3900
4359
  "interfaces": {},
3901
4360
  "kind": "OBJECT",
3902
- "name": "IlmmLicense",
4361
+ "name": "IotOtLicense",
3903
4362
  "possibleTypes": null
3904
4363
  },
3905
4364
  "IpsLicense": {
@@ -3907,7 +4366,7 @@
3907
4366
  "enumValues": null,
3908
4367
  "fields": {
3909
4368
  "description": {
3910
- "alias": "IpsLicenseDescription: description",
4369
+ "alias": "ipsLicenseDescription: description",
3911
4370
  "args": {},
3912
4371
  "deprecationReason": null,
3913
4372
  "description": null,
@@ -3928,7 +4387,7 @@
3928
4387
  "varName": "description"
3929
4388
  },
3930
4389
  "expirationDate": {
3931
- "alias": "IpsLicenseExpirationDate: expirationDate",
4390
+ "alias": "ipsLicenseExpirationDate: expirationDate",
3932
4391
  "args": {},
3933
4392
  "deprecationReason": null,
3934
4393
  "description": "License expiration date",
@@ -3950,7 +4409,7 @@
3950
4409
  "varName": "expirationDate"
3951
4410
  },
3952
4411
  "lastUpdated": {
3953
- "alias": "IpsLicenseLastUpdated: lastUpdated",
4412
+ "alias": "ipsLicenseLastUpdated: lastUpdated",
3954
4413
  "args": {},
3955
4414
  "deprecationReason": null,
3956
4415
  "description": "The date of the last update to the license",
@@ -3971,7 +4430,7 @@
3971
4430
  "varName": "lastUpdated"
3972
4431
  },
3973
4432
  "plan": {
3974
- "alias": "IpsLicensePlan: plan",
4433
+ "alias": "ipsLicensePlan: plan",
3975
4434
  "args": {},
3976
4435
  "deprecationReason": null,
3977
4436
  "description": "License plan type",
@@ -4017,7 +4476,7 @@
4017
4476
  "varName": "plan"
4018
4477
  },
4019
4478
  "sku": {
4020
- "alias": "IpsLicenseSku: sku",
4479
+ "alias": "ipsLicenseSku: sku",
4021
4480
  "args": {},
4022
4481
  "deprecationReason": null,
4023
4482
  "description": "The license SKU",
@@ -4170,24 +4629,30 @@
4170
4629
  "isDeprecated": false,
4171
4630
  "name": "CATO_XDR_PRO"
4172
4631
  },
4173
- {
4174
- "deprecationReason": "replaced with CATO_DEM",
4175
- "description": "Cato DEM Pro service SKU",
4176
- "isDeprecated": true,
4177
- "name": "CATO_DEM_PRO"
4178
- },
4179
4632
  {
4180
4633
  "deprecationReason": null,
4181
4634
  "description": "Cato DEM service SKU",
4182
4635
  "isDeprecated": false,
4183
4636
  "name": "CATO_DEM"
4184
4637
  },
4638
+ {
4639
+ "deprecationReason": null,
4640
+ "description": "Cato IoT/OT Security service SKU",
4641
+ "isDeprecated": false,
4642
+ "name": "CATO_IOT_OT"
4643
+ },
4185
4644
  {
4186
4645
  "deprecationReason": null,
4187
4646
  "description": "Cato Threat Prevention (legacy) service SKU",
4188
4647
  "isDeprecated": false,
4189
4648
  "name": "CATO_THREAT_PREVENTION"
4190
4649
  },
4650
+ {
4651
+ "deprecationReason": null,
4652
+ "description": "Cato Advanced Threat Prevention service SKU",
4653
+ "isDeprecated": false,
4654
+ "name": "CATO_THREAT_PREVENTION_ADV"
4655
+ },
4191
4656
  {
4192
4657
  "deprecationReason": null,
4193
4658
  "description": "Public IPs SKU",
@@ -4237,7 +4702,7 @@
4237
4702
  "varName": "sku"
4238
4703
  },
4239
4704
  "startDate": {
4240
- "alias": "IpsLicenseStartDate: startDate",
4705
+ "alias": "ipsLicenseStartDate: startDate",
4241
4706
  "args": {},
4242
4707
  "deprecationReason": null,
4243
4708
  "description": "License start date",
@@ -4258,7 +4723,7 @@
4258
4723
  "varName": "startDate"
4259
4724
  },
4260
4725
  "status": {
4261
- "alias": "IpsLicenseStatus: status",
4726
+ "alias": "ipsLicenseStatus: status",
4262
4727
  "args": {},
4263
4728
  "deprecationReason": null,
4264
4729
  "description": "License activation status",
@@ -4333,7 +4798,7 @@
4333
4798
  "enumValues": null,
4334
4799
  "fields": {
4335
4800
  "description": {
4336
- "alias": "MalwareProtectionLicenseDescription: description",
4801
+ "alias": "malwareProtectionLicenseDescription: description",
4337
4802
  "args": {},
4338
4803
  "deprecationReason": null,
4339
4804
  "description": null,
@@ -4354,7 +4819,7 @@
4354
4819
  "varName": "description"
4355
4820
  },
4356
4821
  "expirationDate": {
4357
- "alias": "MalwareProtectionLicenseExpirationDate: expirationDate",
4822
+ "alias": "malwareProtectionLicenseExpirationDate: expirationDate",
4358
4823
  "args": {},
4359
4824
  "deprecationReason": null,
4360
4825
  "description": "License expiration date",
@@ -4376,7 +4841,7 @@
4376
4841
  "varName": "expirationDate"
4377
4842
  },
4378
4843
  "lastUpdated": {
4379
- "alias": "MalwareProtectionLicenseLastUpdated: lastUpdated",
4844
+ "alias": "malwareProtectionLicenseLastUpdated: lastUpdated",
4380
4845
  "args": {},
4381
4846
  "deprecationReason": null,
4382
4847
  "description": "The date of the last update to the license",
@@ -4397,7 +4862,7 @@
4397
4862
  "varName": "lastUpdated"
4398
4863
  },
4399
4864
  "plan": {
4400
- "alias": "MalwareProtectionLicensePlan: plan",
4865
+ "alias": "malwareProtectionLicensePlan: plan",
4401
4866
  "args": {},
4402
4867
  "deprecationReason": null,
4403
4868
  "description": "License plan type",
@@ -4443,7 +4908,7 @@
4443
4908
  "varName": "plan"
4444
4909
  },
4445
4910
  "sku": {
4446
- "alias": "MalwareProtectionLicenseSku: sku",
4911
+ "alias": "malwareProtectionLicenseSku: sku",
4447
4912
  "args": {},
4448
4913
  "deprecationReason": null,
4449
4914
  "description": "The license SKU",
@@ -4596,24 +5061,30 @@
4596
5061
  "isDeprecated": false,
4597
5062
  "name": "CATO_XDR_PRO"
4598
5063
  },
4599
- {
4600
- "deprecationReason": "replaced with CATO_DEM",
4601
- "description": "Cato DEM Pro service SKU",
4602
- "isDeprecated": true,
4603
- "name": "CATO_DEM_PRO"
4604
- },
4605
5064
  {
4606
5065
  "deprecationReason": null,
4607
5066
  "description": "Cato DEM service SKU",
4608
5067
  "isDeprecated": false,
4609
5068
  "name": "CATO_DEM"
4610
5069
  },
5070
+ {
5071
+ "deprecationReason": null,
5072
+ "description": "Cato IoT/OT Security service SKU",
5073
+ "isDeprecated": false,
5074
+ "name": "CATO_IOT_OT"
5075
+ },
4611
5076
  {
4612
5077
  "deprecationReason": null,
4613
5078
  "description": "Cato Threat Prevention (legacy) service SKU",
4614
5079
  "isDeprecated": false,
4615
5080
  "name": "CATO_THREAT_PREVENTION"
4616
5081
  },
5082
+ {
5083
+ "deprecationReason": null,
5084
+ "description": "Cato Advanced Threat Prevention service SKU",
5085
+ "isDeprecated": false,
5086
+ "name": "CATO_THREAT_PREVENTION_ADV"
5087
+ },
4617
5088
  {
4618
5089
  "deprecationReason": null,
4619
5090
  "description": "Public IPs SKU",
@@ -4663,7 +5134,7 @@
4663
5134
  "varName": "sku"
4664
5135
  },
4665
5136
  "startDate": {
4666
- "alias": "MalwareProtectionLicenseStartDate: startDate",
5137
+ "alias": "malwareProtectionLicenseStartDate: startDate",
4667
5138
  "args": {},
4668
5139
  "deprecationReason": null,
4669
5140
  "description": "License start date",
@@ -4684,7 +5155,7 @@
4684
5155
  "varName": "startDate"
4685
5156
  },
4686
5157
  "status": {
4687
- "alias": "MalwareProtectionLicenseStatus: status",
5158
+ "alias": "malwareProtectionLicenseStatus: status",
4688
5159
  "args": {},
4689
5160
  "deprecationReason": null,
4690
5161
  "description": "License activation status",
@@ -4759,7 +5230,7 @@
4759
5230
  "enumValues": null,
4760
5231
  "fields": {
4761
5232
  "description": {
4762
- "alias": "ManagedXdrLicenseDescription: description",
5233
+ "alias": "managedXdrLicenseDescription: description",
4763
5234
  "args": {},
4764
5235
  "deprecationReason": null,
4765
5236
  "description": null,
@@ -4780,7 +5251,7 @@
4780
5251
  "varName": "description"
4781
5252
  },
4782
5253
  "expirationDate": {
4783
- "alias": "ManagedXdrLicenseExpirationDate: expirationDate",
5254
+ "alias": "managedXdrLicenseExpirationDate: expirationDate",
4784
5255
  "args": {},
4785
5256
  "deprecationReason": null,
4786
5257
  "description": "License expiration date",
@@ -4802,7 +5273,7 @@
4802
5273
  "varName": "expirationDate"
4803
5274
  },
4804
5275
  "lastUpdated": {
4805
- "alias": "ManagedXdrLicenseLastUpdated: lastUpdated",
5276
+ "alias": "managedXdrLicenseLastUpdated: lastUpdated",
4806
5277
  "args": {},
4807
5278
  "deprecationReason": null,
4808
5279
  "description": "The date of the last update to the license",
@@ -4823,7 +5294,7 @@
4823
5294
  "varName": "lastUpdated"
4824
5295
  },
4825
5296
  "plan": {
4826
- "alias": "ManagedXdrLicensePlan: plan",
5297
+ "alias": "managedXdrLicensePlan: plan",
4827
5298
  "args": {},
4828
5299
  "deprecationReason": null,
4829
5300
  "description": "License plan type",
@@ -4869,7 +5340,7 @@
4869
5340
  "varName": "plan"
4870
5341
  },
4871
5342
  "sku": {
4872
- "alias": "ManagedXdrLicenseSku: sku",
5343
+ "alias": "managedXdrLicenseSku: sku",
4873
5344
  "args": {},
4874
5345
  "deprecationReason": null,
4875
5346
  "description": "The license SKU",
@@ -5022,24 +5493,30 @@
5022
5493
  "isDeprecated": false,
5023
5494
  "name": "CATO_XDR_PRO"
5024
5495
  },
5025
- {
5026
- "deprecationReason": "replaced with CATO_DEM",
5027
- "description": "Cato DEM Pro service SKU",
5028
- "isDeprecated": true,
5029
- "name": "CATO_DEM_PRO"
5030
- },
5031
5496
  {
5032
5497
  "deprecationReason": null,
5033
5498
  "description": "Cato DEM service SKU",
5034
5499
  "isDeprecated": false,
5035
5500
  "name": "CATO_DEM"
5036
5501
  },
5502
+ {
5503
+ "deprecationReason": null,
5504
+ "description": "Cato IoT/OT Security service SKU",
5505
+ "isDeprecated": false,
5506
+ "name": "CATO_IOT_OT"
5507
+ },
5037
5508
  {
5038
5509
  "deprecationReason": null,
5039
5510
  "description": "Cato Threat Prevention (legacy) service SKU",
5040
5511
  "isDeprecated": false,
5041
5512
  "name": "CATO_THREAT_PREVENTION"
5042
5513
  },
5514
+ {
5515
+ "deprecationReason": null,
5516
+ "description": "Cato Advanced Threat Prevention service SKU",
5517
+ "isDeprecated": false,
5518
+ "name": "CATO_THREAT_PREVENTION_ADV"
5519
+ },
5043
5520
  {
5044
5521
  "deprecationReason": null,
5045
5522
  "description": "Public IPs SKU",
@@ -5089,7 +5566,7 @@
5089
5566
  "varName": "sku"
5090
5567
  },
5091
5568
  "startDate": {
5092
- "alias": "ManagedXdrLicenseStartDate: startDate",
5569
+ "alias": "managedXdrLicenseStartDate: startDate",
5093
5570
  "args": {},
5094
5571
  "deprecationReason": null,
5095
5572
  "description": "License start date",
@@ -5110,7 +5587,7 @@
5110
5587
  "varName": "startDate"
5111
5588
  },
5112
5589
  "status": {
5113
- "alias": "ManagedXdrLicenseStatus: status",
5590
+ "alias": "managedXdrLicenseStatus: status",
5114
5591
  "args": {},
5115
5592
  "deprecationReason": null,
5116
5593
  "description": "License activation status",
@@ -5185,7 +5662,7 @@
5185
5662
  "enumValues": null,
5186
5663
  "fields": {
5187
5664
  "description": {
5188
- "alias": "NOCaaSLicenseDescription: description",
5665
+ "alias": "nOCaaSLicenseDescription: description",
5189
5666
  "args": {},
5190
5667
  "deprecationReason": null,
5191
5668
  "description": null,
@@ -5206,7 +5683,7 @@
5206
5683
  "varName": "description"
5207
5684
  },
5208
5685
  "expirationDate": {
5209
- "alias": "NOCaaSLicenseExpirationDate: expirationDate",
5686
+ "alias": "nOCaaSLicenseExpirationDate: expirationDate",
5210
5687
  "args": {},
5211
5688
  "deprecationReason": null,
5212
5689
  "description": "License expiration date",
@@ -5228,7 +5705,7 @@
5228
5705
  "varName": "expirationDate"
5229
5706
  },
5230
5707
  "lastUpdated": {
5231
- "alias": "NOCaaSLicenseLastUpdated: lastUpdated",
5708
+ "alias": "nOCaaSLicenseLastUpdated: lastUpdated",
5232
5709
  "args": {},
5233
5710
  "deprecationReason": null,
5234
5711
  "description": "The date of the last update to the license",
@@ -5249,7 +5726,7 @@
5249
5726
  "varName": "lastUpdated"
5250
5727
  },
5251
5728
  "plan": {
5252
- "alias": "NOCaaSLicensePlan: plan",
5729
+ "alias": "nOCaaSLicensePlan: plan",
5253
5730
  "args": {},
5254
5731
  "deprecationReason": null,
5255
5732
  "description": "License plan type",
@@ -5295,7 +5772,7 @@
5295
5772
  "varName": "plan"
5296
5773
  },
5297
5774
  "sku": {
5298
- "alias": "NOCaaSLicenseSku: sku",
5775
+ "alias": "nOCaaSLicenseSku: sku",
5299
5776
  "args": {},
5300
5777
  "deprecationReason": null,
5301
5778
  "description": "The license SKU",
@@ -5448,24 +5925,30 @@
5448
5925
  "isDeprecated": false,
5449
5926
  "name": "CATO_XDR_PRO"
5450
5927
  },
5451
- {
5452
- "deprecationReason": "replaced with CATO_DEM",
5453
- "description": "Cato DEM Pro service SKU",
5454
- "isDeprecated": true,
5455
- "name": "CATO_DEM_PRO"
5456
- },
5457
5928
  {
5458
5929
  "deprecationReason": null,
5459
5930
  "description": "Cato DEM service SKU",
5460
5931
  "isDeprecated": false,
5461
5932
  "name": "CATO_DEM"
5462
5933
  },
5934
+ {
5935
+ "deprecationReason": null,
5936
+ "description": "Cato IoT/OT Security service SKU",
5937
+ "isDeprecated": false,
5938
+ "name": "CATO_IOT_OT"
5939
+ },
5463
5940
  {
5464
5941
  "deprecationReason": null,
5465
5942
  "description": "Cato Threat Prevention (legacy) service SKU",
5466
5943
  "isDeprecated": false,
5467
5944
  "name": "CATO_THREAT_PREVENTION"
5468
5945
  },
5946
+ {
5947
+ "deprecationReason": null,
5948
+ "description": "Cato Advanced Threat Prevention service SKU",
5949
+ "isDeprecated": false,
5950
+ "name": "CATO_THREAT_PREVENTION_ADV"
5951
+ },
5469
5952
  {
5470
5953
  "deprecationReason": null,
5471
5954
  "description": "Public IPs SKU",
@@ -5515,7 +5998,7 @@
5515
5998
  "varName": "sku"
5516
5999
  },
5517
6000
  "startDate": {
5518
- "alias": "NOCaaSLicenseStartDate: startDate",
6001
+ "alias": "nOCaaSLicenseStartDate: startDate",
5519
6002
  "args": {},
5520
6003
  "deprecationReason": null,
5521
6004
  "description": "License start date",
@@ -5536,7 +6019,7 @@
5536
6019
  "varName": "startDate"
5537
6020
  },
5538
6021
  "status": {
5539
- "alias": "NOCaaSLicenseStatus: status",
6022
+ "alias": "nOCaaSLicenseStatus: status",
5540
6023
  "args": {},
5541
6024
  "deprecationReason": null,
5542
6025
  "description": "License activation status",
@@ -5611,7 +6094,7 @@
5611
6094
  "enumValues": null,
5612
6095
  "fields": {
5613
6096
  "description": {
5614
- "alias": "NextGenMalwareProtectionLicenseDescription: description",
6097
+ "alias": "nextGenMalwareProtectionLicenseDescription: description",
5615
6098
  "args": {},
5616
6099
  "deprecationReason": null,
5617
6100
  "description": null,
@@ -5632,7 +6115,7 @@
5632
6115
  "varName": "description"
5633
6116
  },
5634
6117
  "expirationDate": {
5635
- "alias": "NextGenMalwareProtectionLicenseExpirationDate: expirationDate",
6118
+ "alias": "nextGenMalwareProtectionLicenseExpirationDate: expirationDate",
5636
6119
  "args": {},
5637
6120
  "deprecationReason": null,
5638
6121
  "description": "License expiration date",
@@ -5654,7 +6137,7 @@
5654
6137
  "varName": "expirationDate"
5655
6138
  },
5656
6139
  "lastUpdated": {
5657
- "alias": "NextGenMalwareProtectionLicenseLastUpdated: lastUpdated",
6140
+ "alias": "nextGenMalwareProtectionLicenseLastUpdated: lastUpdated",
5658
6141
  "args": {},
5659
6142
  "deprecationReason": null,
5660
6143
  "description": "The date of the last update to the license",
@@ -5675,7 +6158,7 @@
5675
6158
  "varName": "lastUpdated"
5676
6159
  },
5677
6160
  "plan": {
5678
- "alias": "NextGenMalwareProtectionLicensePlan: plan",
6161
+ "alias": "nextGenMalwareProtectionLicensePlan: plan",
5679
6162
  "args": {},
5680
6163
  "deprecationReason": null,
5681
6164
  "description": "License plan type",
@@ -5721,7 +6204,7 @@
5721
6204
  "varName": "plan"
5722
6205
  },
5723
6206
  "sku": {
5724
- "alias": "NextGenMalwareProtectionLicenseSku: sku",
6207
+ "alias": "nextGenMalwareProtectionLicenseSku: sku",
5725
6208
  "args": {},
5726
6209
  "deprecationReason": null,
5727
6210
  "description": "The license SKU",
@@ -5874,24 +6357,30 @@
5874
6357
  "isDeprecated": false,
5875
6358
  "name": "CATO_XDR_PRO"
5876
6359
  },
5877
- {
5878
- "deprecationReason": "replaced with CATO_DEM",
5879
- "description": "Cato DEM Pro service SKU",
5880
- "isDeprecated": true,
5881
- "name": "CATO_DEM_PRO"
5882
- },
5883
6360
  {
5884
6361
  "deprecationReason": null,
5885
6362
  "description": "Cato DEM service SKU",
5886
6363
  "isDeprecated": false,
5887
6364
  "name": "CATO_DEM"
5888
6365
  },
6366
+ {
6367
+ "deprecationReason": null,
6368
+ "description": "Cato IoT/OT Security service SKU",
6369
+ "isDeprecated": false,
6370
+ "name": "CATO_IOT_OT"
6371
+ },
5889
6372
  {
5890
6373
  "deprecationReason": null,
5891
6374
  "description": "Cato Threat Prevention (legacy) service SKU",
5892
6375
  "isDeprecated": false,
5893
6376
  "name": "CATO_THREAT_PREVENTION"
5894
6377
  },
6378
+ {
6379
+ "deprecationReason": null,
6380
+ "description": "Cato Advanced Threat Prevention service SKU",
6381
+ "isDeprecated": false,
6382
+ "name": "CATO_THREAT_PREVENTION_ADV"
6383
+ },
5895
6384
  {
5896
6385
  "deprecationReason": null,
5897
6386
  "description": "Public IPs SKU",
@@ -5941,7 +6430,7 @@
5941
6430
  "varName": "sku"
5942
6431
  },
5943
6432
  "startDate": {
5944
- "alias": "NextGenMalwareProtectionLicenseStartDate: startDate",
6433
+ "alias": "nextGenMalwareProtectionLicenseStartDate: startDate",
5945
6434
  "args": {},
5946
6435
  "deprecationReason": null,
5947
6436
  "description": "License start date",
@@ -5962,7 +6451,7 @@
5962
6451
  "varName": "startDate"
5963
6452
  },
5964
6453
  "status": {
5965
- "alias": "NextGenMalwareProtectionLicenseStatus: status",
6454
+ "alias": "nextGenMalwareProtectionLicenseStatus: status",
5966
6455
  "args": {},
5967
6456
  "deprecationReason": null,
5968
6457
  "description": "License activation status",
@@ -6044,16 +6533,16 @@
6044
6533
  "isDeprecated": false,
6045
6534
  "name": "accounts",
6046
6535
  "path": "licensingInfo.licenses.PooledBandwidthLicense.accounts",
6047
- "requestStr": "$PartnerPooledBandwidthLicenseAccount:[PartnerPooledBandwidthLicenseAccount]! ",
6536
+ "requestStr": "$partnerPooledBandwidthLicenseAccount:[PartnerPooledBandwidthLicenseAccount]! ",
6048
6537
  "required": true,
6049
- "responseStr": "accounts:$PartnerPooledBandwidthLicenseAccount ",
6538
+ "responseStr": "accounts:$partnerPooledBandwidthLicenseAccount ",
6050
6539
  "type": {
6051
6540
  "definition": {
6052
6541
  "description": null,
6053
6542
  "enumValues": null,
6054
6543
  "fields": {
6055
6544
  "account": {
6056
- "alias": "AccountRefAccount: account",
6545
+ "alias": "accountRefAccount: account",
6057
6546
  "args": {},
6058
6547
  "deprecationReason": null,
6059
6548
  "description": "Identifying data for the account",
@@ -6061,9 +6550,9 @@
6061
6550
  "isDeprecated": false,
6062
6551
  "name": "account",
6063
6552
  "path": "licensingInfo.licenses.PooledBandwidthLicense.accounts.account",
6064
- "requestStr": "$AccountRef:AccountRef! ",
6553
+ "requestStr": "$accountRef:AccountRef! ",
6065
6554
  "required": true,
6066
- "responseStr": "account:$AccountRef ",
6555
+ "responseStr": "account:$accountRef ",
6067
6556
  "type": {
6068
6557
  "definition": {
6069
6558
  "description": null,
@@ -6126,7 +6615,7 @@
6126
6615
  "name": "AccountRef",
6127
6616
  "non_null": false
6128
6617
  },
6129
- "varName": "AccountRef"
6618
+ "varName": "accountRef"
6130
6619
  },
6131
6620
  "allocatedBandwidth": {
6132
6621
  "args": {},
@@ -6166,7 +6655,7 @@
6166
6655
  "name": "PartnerPooledBandwidthLicenseAccount",
6167
6656
  "non_null": false
6168
6657
  },
6169
- "varName": "PartnerPooledBandwidthLicenseAccount"
6658
+ "varName": "partnerPooledBandwidthLicenseAccount"
6170
6659
  },
6171
6660
  "allocatedBandwidth": {
6172
6661
  "args": {},
@@ -6190,7 +6679,7 @@
6190
6679
  "varName": "allocatedBandwidth"
6191
6680
  },
6192
6681
  "description": {
6193
- "alias": "PooledBandwidthLicenseDescription: description",
6682
+ "alias": "pooledBandwidthLicenseDescription: description",
6194
6683
  "args": {},
6195
6684
  "deprecationReason": null,
6196
6685
  "description": null,
@@ -6211,7 +6700,7 @@
6211
6700
  "varName": "description"
6212
6701
  },
6213
6702
  "expirationDate": {
6214
- "alias": "PooledBandwidthLicenseExpirationDate: expirationDate",
6703
+ "alias": "pooledBandwidthLicenseExpirationDate: expirationDate",
6215
6704
  "args": {},
6216
6705
  "deprecationReason": null,
6217
6706
  "description": "License expiration date",
@@ -6233,7 +6722,7 @@
6233
6722
  "varName": "expirationDate"
6234
6723
  },
6235
6724
  "lastUpdated": {
6236
- "alias": "PooledBandwidthLicenseLastUpdated: lastUpdated",
6725
+ "alias": "pooledBandwidthLicenseLastUpdated: lastUpdated",
6237
6726
  "args": {},
6238
6727
  "deprecationReason": null,
6239
6728
  "description": "The date of the last update to the license",
@@ -6254,7 +6743,7 @@
6254
6743
  "varName": "lastUpdated"
6255
6744
  },
6256
6745
  "plan": {
6257
- "alias": "PooledBandwidthLicensePlan: plan",
6746
+ "alias": "pooledBandwidthLicensePlan: plan",
6258
6747
  "args": {},
6259
6748
  "deprecationReason": null,
6260
6749
  "description": "License plan type",
@@ -6463,9 +6952,9 @@
6463
6952
  "isDeprecated": false,
6464
6953
  "name": "sites",
6465
6954
  "path": "licensingInfo.licenses.PooledBandwidthLicense.sites",
6466
- "requestStr": "$PooledBandwidthLicenseSite:[PooledBandwidthLicenseSite]! ",
6955
+ "requestStr": "$pooledBandwidthLicenseSite:[PooledBandwidthLicenseSite]! ",
6467
6956
  "required": true,
6468
- "responseStr": "sites:$PooledBandwidthLicenseSite ",
6957
+ "responseStr": "sites:$pooledBandwidthLicenseSite ",
6469
6958
  "type": {
6470
6959
  "definition": {
6471
6960
  "description": null,
@@ -6493,7 +6982,7 @@
6493
6982
  "varName": "allocatedBandwidth"
6494
6983
  },
6495
6984
  "site": {
6496
- "alias": "SiteRefSite: site",
6985
+ "alias": "siteRefSite: site",
6497
6986
  "args": {},
6498
6987
  "deprecationReason": null,
6499
6988
  "description": "Identifying data for the site",
@@ -6501,9 +6990,9 @@
6501
6990
  "isDeprecated": false,
6502
6991
  "name": "site",
6503
6992
  "path": "licensingInfo.licenses.PooledBandwidthLicense.sites.site",
6504
- "requestStr": "$SiteRef:SiteRef! ",
6993
+ "requestStr": "$siteRef:SiteRef! ",
6505
6994
  "required": true,
6506
- "responseStr": "site:$SiteRef ",
6995
+ "responseStr": "site:$siteRef ",
6507
6996
  "type": {
6508
6997
  "definition": {
6509
6998
  "description": null,
@@ -6566,7 +7055,7 @@
6566
7055
  "name": "SiteRef",
6567
7056
  "non_null": false
6568
7057
  },
6569
- "varName": "SiteRef"
7058
+ "varName": "siteRef"
6570
7059
  }
6571
7060
  },
6572
7061
  "inputFields": null,
@@ -6585,10 +7074,10 @@
6585
7074
  "name": "PooledBandwidthLicenseSite",
6586
7075
  "non_null": false
6587
7076
  },
6588
- "varName": "PooledBandwidthLicenseSite"
7077
+ "varName": "pooledBandwidthLicenseSite"
6589
7078
  },
6590
7079
  "sku": {
6591
- "alias": "PooledBandwidthLicenseSku: sku",
7080
+ "alias": "pooledBandwidthLicenseSku: sku",
6592
7081
  "args": {},
6593
7082
  "deprecationReason": null,
6594
7083
  "description": "The license SKU",
@@ -6741,24 +7230,30 @@
6741
7230
  "isDeprecated": false,
6742
7231
  "name": "CATO_XDR_PRO"
6743
7232
  },
6744
- {
6745
- "deprecationReason": "replaced with CATO_DEM",
6746
- "description": "Cato DEM Pro service SKU",
6747
- "isDeprecated": true,
6748
- "name": "CATO_DEM_PRO"
6749
- },
6750
7233
  {
6751
7234
  "deprecationReason": null,
6752
7235
  "description": "Cato DEM service SKU",
6753
7236
  "isDeprecated": false,
6754
7237
  "name": "CATO_DEM"
6755
7238
  },
7239
+ {
7240
+ "deprecationReason": null,
7241
+ "description": "Cato IoT/OT Security service SKU",
7242
+ "isDeprecated": false,
7243
+ "name": "CATO_IOT_OT"
7244
+ },
6756
7245
  {
6757
7246
  "deprecationReason": null,
6758
7247
  "description": "Cato Threat Prevention (legacy) service SKU",
6759
7248
  "isDeprecated": false,
6760
7249
  "name": "CATO_THREAT_PREVENTION"
6761
7250
  },
7251
+ {
7252
+ "deprecationReason": null,
7253
+ "description": "Cato Advanced Threat Prevention service SKU",
7254
+ "isDeprecated": false,
7255
+ "name": "CATO_THREAT_PREVENTION_ADV"
7256
+ },
6762
7257
  {
6763
7258
  "deprecationReason": null,
6764
7259
  "description": "Public IPs SKU",
@@ -6808,7 +7303,7 @@
6808
7303
  "varName": "sku"
6809
7304
  },
6810
7305
  "startDate": {
6811
- "alias": "PooledBandwidthLicenseStartDate: startDate",
7306
+ "alias": "pooledBandwidthLicenseStartDate: startDate",
6812
7307
  "args": {},
6813
7308
  "deprecationReason": null,
6814
7309
  "description": "License start date",
@@ -6829,7 +7324,7 @@
6829
7324
  "varName": "startDate"
6830
7325
  },
6831
7326
  "status": {
6832
- "alias": "PooledBandwidthLicenseStatus: status",
7327
+ "alias": "pooledBandwidthLicenseStatus: status",
6833
7328
  "args": {},
6834
7329
  "deprecationReason": null,
6835
7330
  "description": "License activation status",
@@ -6925,7 +7420,7 @@
6925
7420
  "enumValues": null,
6926
7421
  "fields": {
6927
7422
  "description": {
6928
- "alias": "PublicIpsLicenseDescription: description",
7423
+ "alias": "publicIpsLicenseDescription: description",
6929
7424
  "args": {},
6930
7425
  "deprecationReason": null,
6931
7426
  "description": null,
@@ -6946,7 +7441,7 @@
6946
7441
  "varName": "description"
6947
7442
  },
6948
7443
  "expirationDate": {
6949
- "alias": "PublicIpsLicenseExpirationDate: expirationDate",
7444
+ "alias": "publicIpsLicenseExpirationDate: expirationDate",
6950
7445
  "args": {},
6951
7446
  "deprecationReason": null,
6952
7447
  "description": "License expiration date",
@@ -6968,7 +7463,7 @@
6968
7463
  "varName": "expirationDate"
6969
7464
  },
6970
7465
  "lastUpdated": {
6971
- "alias": "PublicIpsLicenseLastUpdated: lastUpdated",
7466
+ "alias": "publicIpsLicenseLastUpdated: lastUpdated",
6972
7467
  "args": {},
6973
7468
  "deprecationReason": null,
6974
7469
  "description": "The date of the last update to the license",
@@ -6989,7 +7484,7 @@
6989
7484
  "varName": "lastUpdated"
6990
7485
  },
6991
7486
  "plan": {
6992
- "alias": "PublicIpsLicensePlan: plan",
7487
+ "alias": "publicIpsLicensePlan: plan",
6993
7488
  "args": {},
6994
7489
  "deprecationReason": null,
6995
7490
  "description": "License plan type",
@@ -7035,7 +7530,7 @@
7035
7530
  "varName": "plan"
7036
7531
  },
7037
7532
  "sku": {
7038
- "alias": "PublicIpsLicenseSku: sku",
7533
+ "alias": "publicIpsLicenseSku: sku",
7039
7534
  "args": {},
7040
7535
  "deprecationReason": null,
7041
7536
  "description": "The license SKU",
@@ -7188,24 +7683,30 @@
7188
7683
  "isDeprecated": false,
7189
7684
  "name": "CATO_XDR_PRO"
7190
7685
  },
7191
- {
7192
- "deprecationReason": "replaced with CATO_DEM",
7193
- "description": "Cato DEM Pro service SKU",
7194
- "isDeprecated": true,
7195
- "name": "CATO_DEM_PRO"
7196
- },
7197
7686
  {
7198
7687
  "deprecationReason": null,
7199
7688
  "description": "Cato DEM service SKU",
7200
7689
  "isDeprecated": false,
7201
7690
  "name": "CATO_DEM"
7202
7691
  },
7692
+ {
7693
+ "deprecationReason": null,
7694
+ "description": "Cato IoT/OT Security service SKU",
7695
+ "isDeprecated": false,
7696
+ "name": "CATO_IOT_OT"
7697
+ },
7203
7698
  {
7204
7699
  "deprecationReason": null,
7205
7700
  "description": "Cato Threat Prevention (legacy) service SKU",
7206
7701
  "isDeprecated": false,
7207
7702
  "name": "CATO_THREAT_PREVENTION"
7208
7703
  },
7704
+ {
7705
+ "deprecationReason": null,
7706
+ "description": "Cato Advanced Threat Prevention service SKU",
7707
+ "isDeprecated": false,
7708
+ "name": "CATO_THREAT_PREVENTION_ADV"
7709
+ },
7209
7710
  {
7210
7711
  "deprecationReason": null,
7211
7712
  "description": "Public IPs SKU",
@@ -7255,7 +7756,7 @@
7255
7756
  "varName": "sku"
7256
7757
  },
7257
7758
  "startDate": {
7258
- "alias": "PublicIpsLicenseStartDate: startDate",
7759
+ "alias": "publicIpsLicenseStartDate: startDate",
7259
7760
  "args": {},
7260
7761
  "deprecationReason": null,
7261
7762
  "description": "License start date",
@@ -7276,7 +7777,7 @@
7276
7777
  "varName": "startDate"
7277
7778
  },
7278
7779
  "status": {
7279
- "alias": "PublicIpsLicenseStatus: status",
7780
+ "alias": "publicIpsLicenseStatus: status",
7280
7781
  "args": {},
7281
7782
  "deprecationReason": null,
7282
7783
  "description": "License activation status",
@@ -7372,7 +7873,7 @@
7372
7873
  "enumValues": null,
7373
7874
  "fields": {
7374
7875
  "description": {
7375
- "alias": "RbiLicenseDescription: description",
7876
+ "alias": "rbiLicenseDescription: description",
7376
7877
  "args": {},
7377
7878
  "deprecationReason": null,
7378
7879
  "description": null,
@@ -7393,7 +7894,7 @@
7393
7894
  "varName": "description"
7394
7895
  },
7395
7896
  "expirationDate": {
7396
- "alias": "RbiLicenseExpirationDate: expirationDate",
7897
+ "alias": "rbiLicenseExpirationDate: expirationDate",
7397
7898
  "args": {},
7398
7899
  "deprecationReason": null,
7399
7900
  "description": "License expiration date",
@@ -7415,7 +7916,7 @@
7415
7916
  "varName": "expirationDate"
7416
7917
  },
7417
7918
  "lastUpdated": {
7418
- "alias": "RbiLicenseLastUpdated: lastUpdated",
7919
+ "alias": "rbiLicenseLastUpdated: lastUpdated",
7419
7920
  "args": {},
7420
7921
  "deprecationReason": null,
7421
7922
  "description": "The date of the last update to the license",
@@ -7436,7 +7937,7 @@
7436
7937
  "varName": "lastUpdated"
7437
7938
  },
7438
7939
  "plan": {
7439
- "alias": "RbiLicensePlan: plan",
7940
+ "alias": "rbiLicensePlan: plan",
7440
7941
  "args": {},
7441
7942
  "deprecationReason": null,
7442
7943
  "description": "License plan type",
@@ -7482,7 +7983,7 @@
7482
7983
  "varName": "plan"
7483
7984
  },
7484
7985
  "sku": {
7485
- "alias": "RbiLicenseSku: sku",
7986
+ "alias": "rbiLicenseSku: sku",
7486
7987
  "args": {},
7487
7988
  "deprecationReason": null,
7488
7989
  "description": "The license SKU",
@@ -7635,24 +8136,30 @@
7635
8136
  "isDeprecated": false,
7636
8137
  "name": "CATO_XDR_PRO"
7637
8138
  },
7638
- {
7639
- "deprecationReason": "replaced with CATO_DEM",
7640
- "description": "Cato DEM Pro service SKU",
7641
- "isDeprecated": true,
7642
- "name": "CATO_DEM_PRO"
7643
- },
7644
8139
  {
7645
8140
  "deprecationReason": null,
7646
8141
  "description": "Cato DEM service SKU",
7647
8142
  "isDeprecated": false,
7648
8143
  "name": "CATO_DEM"
7649
8144
  },
8145
+ {
8146
+ "deprecationReason": null,
8147
+ "description": "Cato IoT/OT Security service SKU",
8148
+ "isDeprecated": false,
8149
+ "name": "CATO_IOT_OT"
8150
+ },
7650
8151
  {
7651
8152
  "deprecationReason": null,
7652
8153
  "description": "Cato Threat Prevention (legacy) service SKU",
7653
8154
  "isDeprecated": false,
7654
8155
  "name": "CATO_THREAT_PREVENTION"
7655
8156
  },
8157
+ {
8158
+ "deprecationReason": null,
8159
+ "description": "Cato Advanced Threat Prevention service SKU",
8160
+ "isDeprecated": false,
8161
+ "name": "CATO_THREAT_PREVENTION_ADV"
8162
+ },
7656
8163
  {
7657
8164
  "deprecationReason": null,
7658
8165
  "description": "Public IPs SKU",
@@ -7702,7 +8209,7 @@
7702
8209
  "varName": "sku"
7703
8210
  },
7704
8211
  "startDate": {
7705
- "alias": "RbiLicenseStartDate: startDate",
8212
+ "alias": "rbiLicenseStartDate: startDate",
7706
8213
  "args": {},
7707
8214
  "deprecationReason": null,
7708
8215
  "description": "License start date",
@@ -7723,7 +8230,7 @@
7723
8230
  "varName": "startDate"
7724
8231
  },
7725
8232
  "status": {
7726
- "alias": "RbiLicenseStatus: status",
8233
+ "alias": "rbiLicenseStatus: status",
7727
8234
  "args": {},
7728
8235
  "deprecationReason": null,
7729
8236
  "description": "License activation status",
@@ -7798,7 +8305,7 @@
7798
8305
  "enumValues": null,
7799
8306
  "fields": {
7800
8307
  "description": {
7801
- "alias": "SaasSecurityApiLicenseDescription: description",
8308
+ "alias": "saasSecurityApiLicenseDescription: description",
7802
8309
  "args": {},
7803
8310
  "deprecationReason": null,
7804
8311
  "description": null,
@@ -7819,7 +8326,7 @@
7819
8326
  "varName": "description"
7820
8327
  },
7821
8328
  "expirationDate": {
7822
- "alias": "SaasSecurityApiLicenseExpirationDate: expirationDate",
8329
+ "alias": "saasSecurityApiLicenseExpirationDate: expirationDate",
7823
8330
  "args": {},
7824
8331
  "deprecationReason": null,
7825
8332
  "description": "License expiration date",
@@ -7841,7 +8348,7 @@
7841
8348
  "varName": "expirationDate"
7842
8349
  },
7843
8350
  "lastUpdated": {
7844
- "alias": "SaasSecurityApiLicenseLastUpdated: lastUpdated",
8351
+ "alias": "saasSecurityApiLicenseLastUpdated: lastUpdated",
7845
8352
  "args": {},
7846
8353
  "deprecationReason": null,
7847
8354
  "description": "The date of the last update to the license",
@@ -7862,7 +8369,7 @@
7862
8369
  "varName": "lastUpdated"
7863
8370
  },
7864
8371
  "plan": {
7865
- "alias": "SaasSecurityApiLicensePlan: plan",
8372
+ "alias": "saasSecurityApiLicensePlan: plan",
7866
8373
  "args": {},
7867
8374
  "deprecationReason": null,
7868
8375
  "description": "License plan type",
@@ -7908,7 +8415,7 @@
7908
8415
  "varName": "plan"
7909
8416
  },
7910
8417
  "sku": {
7911
- "alias": "SaasSecurityApiLicenseSku: sku",
8418
+ "alias": "saasSecurityApiLicenseSku: sku",
7912
8419
  "args": {},
7913
8420
  "deprecationReason": null,
7914
8421
  "description": "The license SKU",
@@ -8061,24 +8568,30 @@
8061
8568
  "isDeprecated": false,
8062
8569
  "name": "CATO_XDR_PRO"
8063
8570
  },
8064
- {
8065
- "deprecationReason": "replaced with CATO_DEM",
8066
- "description": "Cato DEM Pro service SKU",
8067
- "isDeprecated": true,
8068
- "name": "CATO_DEM_PRO"
8069
- },
8070
8571
  {
8071
8572
  "deprecationReason": null,
8072
8573
  "description": "Cato DEM service SKU",
8073
8574
  "isDeprecated": false,
8074
8575
  "name": "CATO_DEM"
8075
8576
  },
8577
+ {
8578
+ "deprecationReason": null,
8579
+ "description": "Cato IoT/OT Security service SKU",
8580
+ "isDeprecated": false,
8581
+ "name": "CATO_IOT_OT"
8582
+ },
8076
8583
  {
8077
8584
  "deprecationReason": null,
8078
8585
  "description": "Cato Threat Prevention (legacy) service SKU",
8079
8586
  "isDeprecated": false,
8080
8587
  "name": "CATO_THREAT_PREVENTION"
8081
8588
  },
8589
+ {
8590
+ "deprecationReason": null,
8591
+ "description": "Cato Advanced Threat Prevention service SKU",
8592
+ "isDeprecated": false,
8593
+ "name": "CATO_THREAT_PREVENTION_ADV"
8594
+ },
8082
8595
  {
8083
8596
  "deprecationReason": null,
8084
8597
  "description": "Public IPs SKU",
@@ -8128,7 +8641,7 @@
8128
8641
  "varName": "sku"
8129
8642
  },
8130
8643
  "startDate": {
8131
- "alias": "SaasSecurityApiLicenseStartDate: startDate",
8644
+ "alias": "saasSecurityApiLicenseStartDate: startDate",
8132
8645
  "args": {},
8133
8646
  "deprecationReason": null,
8134
8647
  "description": "License start date",
@@ -8149,7 +8662,7 @@
8149
8662
  "varName": "startDate"
8150
8663
  },
8151
8664
  "status": {
8152
- "alias": "SaasSecurityApiLicenseStatus: status",
8665
+ "alias": "saasSecurityApiLicenseStatus: status",
8153
8666
  "args": {},
8154
8667
  "deprecationReason": null,
8155
8668
  "description": "License activation status",
@@ -8245,7 +8758,7 @@
8245
8758
  "enumValues": null,
8246
8759
  "fields": {
8247
8760
  "description": {
8248
- "alias": "SiteLicenseDescription: description",
8761
+ "alias": "siteLicenseDescription: description",
8249
8762
  "args": {},
8250
8763
  "deprecationReason": null,
8251
8764
  "description": null,
@@ -8266,7 +8779,7 @@
8266
8779
  "varName": "description"
8267
8780
  },
8268
8781
  "expirationDate": {
8269
- "alias": "SiteLicenseExpirationDate: expirationDate",
8782
+ "alias": "siteLicenseExpirationDate: expirationDate",
8270
8783
  "args": {},
8271
8784
  "deprecationReason": null,
8272
8785
  "description": "License expiration date",
@@ -8288,7 +8801,7 @@
8288
8801
  "varName": "expirationDate"
8289
8802
  },
8290
8803
  "lastUpdated": {
8291
- "alias": "SiteLicenseLastUpdated: lastUpdated",
8804
+ "alias": "siteLicenseLastUpdated: lastUpdated",
8292
8805
  "args": {},
8293
8806
  "deprecationReason": null,
8294
8807
  "description": "The date of the last update to the license",
@@ -8309,7 +8822,7 @@
8309
8822
  "varName": "lastUpdated"
8310
8823
  },
8311
8824
  "plan": {
8312
- "alias": "SiteLicensePlan: plan",
8825
+ "alias": "siteLicensePlan: plan",
8313
8826
  "args": {},
8314
8827
  "deprecationReason": null,
8315
8828
  "description": "License plan type",
@@ -8406,9 +8919,9 @@
8406
8919
  "isDeprecated": false,
8407
8920
  "name": "site",
8408
8921
  "path": "licensingInfo.licenses.SiteLicense.site",
8409
- "requestStr": "$SiteRef:SiteRef ",
8922
+ "requestStr": "$siteRef:SiteRef ",
8410
8923
  "required": false,
8411
- "responseStr": "site:$SiteRef ",
8924
+ "responseStr": "site:$siteRef ",
8412
8925
  "type": {
8413
8926
  "definition": {
8414
8927
  "description": null,
@@ -8470,7 +8983,7 @@
8470
8983
  "name": "SiteRef",
8471
8984
  "non_null": false
8472
8985
  },
8473
- "varName": "SiteRef"
8986
+ "varName": "siteRef"
8474
8987
  },
8475
8988
  "siteLicenseGroup": {
8476
8989
  "args": {},
@@ -8629,7 +9142,7 @@
8629
9142
  "varName": "siteLicenseType"
8630
9143
  },
8631
9144
  "sku": {
8632
- "alias": "SiteLicenseSku: sku",
9145
+ "alias": "siteLicenseSku: sku",
8633
9146
  "args": {},
8634
9147
  "deprecationReason": null,
8635
9148
  "description": "The license SKU",
@@ -8782,24 +9295,30 @@
8782
9295
  "isDeprecated": false,
8783
9296
  "name": "CATO_XDR_PRO"
8784
9297
  },
8785
- {
8786
- "deprecationReason": "replaced with CATO_DEM",
8787
- "description": "Cato DEM Pro service SKU",
8788
- "isDeprecated": true,
8789
- "name": "CATO_DEM_PRO"
8790
- },
8791
9298
  {
8792
9299
  "deprecationReason": null,
8793
9300
  "description": "Cato DEM service SKU",
8794
9301
  "isDeprecated": false,
8795
9302
  "name": "CATO_DEM"
8796
9303
  },
9304
+ {
9305
+ "deprecationReason": null,
9306
+ "description": "Cato IoT/OT Security service SKU",
9307
+ "isDeprecated": false,
9308
+ "name": "CATO_IOT_OT"
9309
+ },
8797
9310
  {
8798
9311
  "deprecationReason": null,
8799
9312
  "description": "Cato Threat Prevention (legacy) service SKU",
8800
9313
  "isDeprecated": false,
8801
9314
  "name": "CATO_THREAT_PREVENTION"
8802
9315
  },
9316
+ {
9317
+ "deprecationReason": null,
9318
+ "description": "Cato Advanced Threat Prevention service SKU",
9319
+ "isDeprecated": false,
9320
+ "name": "CATO_THREAT_PREVENTION_ADV"
9321
+ },
8803
9322
  {
8804
9323
  "deprecationReason": null,
8805
9324
  "description": "Public IPs SKU",
@@ -8849,7 +9368,7 @@
8849
9368
  "varName": "sku"
8850
9369
  },
8851
9370
  "startDate": {
8852
- "alias": "SiteLicenseStartDate: startDate",
9371
+ "alias": "siteLicenseStartDate: startDate",
8853
9372
  "args": {},
8854
9373
  "deprecationReason": null,
8855
9374
  "description": "License start date",
@@ -8870,7 +9389,7 @@
8870
9389
  "varName": "startDate"
8871
9390
  },
8872
9391
  "status": {
8873
- "alias": "SiteLicenseStatus: status",
9392
+ "alias": "siteLicenseStatus: status",
8874
9393
  "args": {},
8875
9394
  "deprecationReason": null,
8876
9395
  "description": "License activation status",
@@ -8966,7 +9485,7 @@
8966
9485
  "enumValues": null,
8967
9486
  "fields": {
8968
9487
  "description": {
8969
- "alias": "ThreatPreventionLicenseDescription: description",
9488
+ "alias": "threatPreventionLicenseDescription: description",
8970
9489
  "args": {},
8971
9490
  "deprecationReason": null,
8972
9491
  "description": null,
@@ -8987,7 +9506,7 @@
8987
9506
  "varName": "description"
8988
9507
  },
8989
9508
  "expirationDate": {
8990
- "alias": "ThreatPreventionLicenseExpirationDate: expirationDate",
9509
+ "alias": "threatPreventionLicenseExpirationDate: expirationDate",
8991
9510
  "args": {},
8992
9511
  "deprecationReason": null,
8993
9512
  "description": "License expiration date",
@@ -9009,7 +9528,7 @@
9009
9528
  "varName": "expirationDate"
9010
9529
  },
9011
9530
  "lastUpdated": {
9012
- "alias": "ThreatPreventionLicenseLastUpdated: lastUpdated",
9531
+ "alias": "threatPreventionLicenseLastUpdated: lastUpdated",
9013
9532
  "args": {},
9014
9533
  "deprecationReason": null,
9015
9534
  "description": "The date of the last update to the license",
@@ -9030,7 +9549,7 @@
9030
9549
  "varName": "lastUpdated"
9031
9550
  },
9032
9551
  "plan": {
9033
- "alias": "ThreatPreventionLicensePlan: plan",
9552
+ "alias": "threatPreventionLicensePlan: plan",
9034
9553
  "args": {},
9035
9554
  "deprecationReason": null,
9036
9555
  "description": "License plan type",
@@ -9076,7 +9595,7 @@
9076
9595
  "varName": "plan"
9077
9596
  },
9078
9597
  "sku": {
9079
- "alias": "ThreatPreventionLicenseSku: sku",
9598
+ "alias": "threatPreventionLicenseSku: sku",
9080
9599
  "args": {},
9081
9600
  "deprecationReason": null,
9082
9601
  "description": "The license SKU",
@@ -9229,24 +9748,30 @@
9229
9748
  "isDeprecated": false,
9230
9749
  "name": "CATO_XDR_PRO"
9231
9750
  },
9232
- {
9233
- "deprecationReason": "replaced with CATO_DEM",
9234
- "description": "Cato DEM Pro service SKU",
9235
- "isDeprecated": true,
9236
- "name": "CATO_DEM_PRO"
9237
- },
9238
9751
  {
9239
9752
  "deprecationReason": null,
9240
9753
  "description": "Cato DEM service SKU",
9241
9754
  "isDeprecated": false,
9242
9755
  "name": "CATO_DEM"
9243
9756
  },
9757
+ {
9758
+ "deprecationReason": null,
9759
+ "description": "Cato IoT/OT Security service SKU",
9760
+ "isDeprecated": false,
9761
+ "name": "CATO_IOT_OT"
9762
+ },
9244
9763
  {
9245
9764
  "deprecationReason": null,
9246
9765
  "description": "Cato Threat Prevention (legacy) service SKU",
9247
9766
  "isDeprecated": false,
9248
9767
  "name": "CATO_THREAT_PREVENTION"
9249
9768
  },
9769
+ {
9770
+ "deprecationReason": null,
9771
+ "description": "Cato Advanced Threat Prevention service SKU",
9772
+ "isDeprecated": false,
9773
+ "name": "CATO_THREAT_PREVENTION_ADV"
9774
+ },
9250
9775
  {
9251
9776
  "deprecationReason": null,
9252
9777
  "description": "Public IPs SKU",
@@ -9296,7 +9821,7 @@
9296
9821
  "varName": "sku"
9297
9822
  },
9298
9823
  "startDate": {
9299
- "alias": "ThreatPreventionLicenseStartDate: startDate",
9824
+ "alias": "threatPreventionLicenseStartDate: startDate",
9300
9825
  "args": {},
9301
9826
  "deprecationReason": null,
9302
9827
  "description": "License start date",
@@ -9317,7 +9842,7 @@
9317
9842
  "varName": "startDate"
9318
9843
  },
9319
9844
  "status": {
9320
- "alias": "ThreatPreventionLicenseStatus: status",
9845
+ "alias": "threatPreventionLicenseStatus: status",
9321
9846
  "args": {},
9322
9847
  "deprecationReason": null,
9323
9848
  "description": "License activation status",
@@ -9392,7 +9917,7 @@
9392
9917
  "enumValues": null,
9393
9918
  "fields": {
9394
9919
  "description": {
9395
- "alias": "XdrProLicenseDescription: description",
9920
+ "alias": "xdrProLicenseDescription: description",
9396
9921
  "args": {},
9397
9922
  "deprecationReason": null,
9398
9923
  "description": null,
@@ -9413,7 +9938,7 @@
9413
9938
  "varName": "description"
9414
9939
  },
9415
9940
  "expirationDate": {
9416
- "alias": "XdrProLicenseExpirationDate: expirationDate",
9941
+ "alias": "xdrProLicenseExpirationDate: expirationDate",
9417
9942
  "args": {},
9418
9943
  "deprecationReason": null,
9419
9944
  "description": "License expiration date",
@@ -9435,7 +9960,7 @@
9435
9960
  "varName": "expirationDate"
9436
9961
  },
9437
9962
  "lastUpdated": {
9438
- "alias": "XdrProLicenseLastUpdated: lastUpdated",
9963
+ "alias": "xdrProLicenseLastUpdated: lastUpdated",
9439
9964
  "args": {},
9440
9965
  "deprecationReason": null,
9441
9966
  "description": "The date of the last update to the license",
@@ -9456,7 +9981,7 @@
9456
9981
  "varName": "lastUpdated"
9457
9982
  },
9458
9983
  "plan": {
9459
- "alias": "XdrProLicensePlan: plan",
9984
+ "alias": "xdrProLicensePlan: plan",
9460
9985
  "args": {},
9461
9986
  "deprecationReason": null,
9462
9987
  "description": "License plan type",
@@ -9502,7 +10027,7 @@
9502
10027
  "varName": "plan"
9503
10028
  },
9504
10029
  "sku": {
9505
- "alias": "XdrProLicenseSku: sku",
10030
+ "alias": "xdrProLicenseSku: sku",
9506
10031
  "args": {},
9507
10032
  "deprecationReason": null,
9508
10033
  "description": "The license SKU",
@@ -9655,24 +10180,30 @@
9655
10180
  "isDeprecated": false,
9656
10181
  "name": "CATO_XDR_PRO"
9657
10182
  },
9658
- {
9659
- "deprecationReason": "replaced with CATO_DEM",
9660
- "description": "Cato DEM Pro service SKU",
9661
- "isDeprecated": true,
9662
- "name": "CATO_DEM_PRO"
9663
- },
9664
10183
  {
9665
10184
  "deprecationReason": null,
9666
10185
  "description": "Cato DEM service SKU",
9667
10186
  "isDeprecated": false,
9668
10187
  "name": "CATO_DEM"
9669
10188
  },
10189
+ {
10190
+ "deprecationReason": null,
10191
+ "description": "Cato IoT/OT Security service SKU",
10192
+ "isDeprecated": false,
10193
+ "name": "CATO_IOT_OT"
10194
+ },
9670
10195
  {
9671
10196
  "deprecationReason": null,
9672
10197
  "description": "Cato Threat Prevention (legacy) service SKU",
9673
10198
  "isDeprecated": false,
9674
10199
  "name": "CATO_THREAT_PREVENTION"
9675
10200
  },
10201
+ {
10202
+ "deprecationReason": null,
10203
+ "description": "Cato Advanced Threat Prevention service SKU",
10204
+ "isDeprecated": false,
10205
+ "name": "CATO_THREAT_PREVENTION_ADV"
10206
+ },
9676
10207
  {
9677
10208
  "deprecationReason": null,
9678
10209
  "description": "Public IPs SKU",
@@ -9722,7 +10253,7 @@
9722
10253
  "varName": "sku"
9723
10254
  },
9724
10255
  "startDate": {
9725
- "alias": "XdrProLicenseStartDate: startDate",
10256
+ "alias": "xdrProLicenseStartDate: startDate",
9726
10257
  "args": {},
9727
10258
  "deprecationReason": null,
9728
10259
  "description": "License start date",
@@ -9743,7 +10274,7 @@
9743
10274
  "varName": "startDate"
9744
10275
  },
9745
10276
  "status": {
9746
- "alias": "XdrProLicenseStatus: status",
10277
+ "alias": "xdrProLicenseStatus: status",
9747
10278
  "args": {},
9748
10279
  "deprecationReason": null,
9749
10280
  "description": "License activation status",
@@ -9839,7 +10370,7 @@
9839
10370
  "enumValues": null,
9840
10371
  "fields": {
9841
10372
  "description": {
9842
- "alias": "ZtnaUsersLicenseDescription: description",
10373
+ "alias": "ztnaUsersLicenseDescription: description",
9843
10374
  "args": {},
9844
10375
  "deprecationReason": null,
9845
10376
  "description": null,
@@ -9860,7 +10391,7 @@
9860
10391
  "varName": "description"
9861
10392
  },
9862
10393
  "expirationDate": {
9863
- "alias": "ZtnaUsersLicenseExpirationDate: expirationDate",
10394
+ "alias": "ztnaUsersLicenseExpirationDate: expirationDate",
9864
10395
  "args": {},
9865
10396
  "deprecationReason": null,
9866
10397
  "description": "License expiration date",
@@ -9882,7 +10413,7 @@
9882
10413
  "varName": "expirationDate"
9883
10414
  },
9884
10415
  "lastUpdated": {
9885
- "alias": "ZtnaUsersLicenseLastUpdated: lastUpdated",
10416
+ "alias": "ztnaUsersLicenseLastUpdated: lastUpdated",
9886
10417
  "args": {},
9887
10418
  "deprecationReason": null,
9888
10419
  "description": "The date of the last update to the license",
@@ -9903,7 +10434,7 @@
9903
10434
  "varName": "lastUpdated"
9904
10435
  },
9905
10436
  "plan": {
9906
- "alias": "ZtnaUsersLicensePlan: plan",
10437
+ "alias": "ztnaUsersLicensePlan: plan",
9907
10438
  "args": {},
9908
10439
  "deprecationReason": null,
9909
10440
  "description": "License plan type",
@@ -9949,7 +10480,7 @@
9949
10480
  "varName": "plan"
9950
10481
  },
9951
10482
  "sku": {
9952
- "alias": "ZtnaUsersLicenseSku: sku",
10483
+ "alias": "ztnaUsersLicenseSku: sku",
9953
10484
  "args": {},
9954
10485
  "deprecationReason": null,
9955
10486
  "description": "The license SKU",
@@ -10102,24 +10633,30 @@
10102
10633
  "isDeprecated": false,
10103
10634
  "name": "CATO_XDR_PRO"
10104
10635
  },
10105
- {
10106
- "deprecationReason": "replaced with CATO_DEM",
10107
- "description": "Cato DEM Pro service SKU",
10108
- "isDeprecated": true,
10109
- "name": "CATO_DEM_PRO"
10110
- },
10111
10636
  {
10112
10637
  "deprecationReason": null,
10113
10638
  "description": "Cato DEM service SKU",
10114
10639
  "isDeprecated": false,
10115
10640
  "name": "CATO_DEM"
10116
10641
  },
10642
+ {
10643
+ "deprecationReason": null,
10644
+ "description": "Cato IoT/OT Security service SKU",
10645
+ "isDeprecated": false,
10646
+ "name": "CATO_IOT_OT"
10647
+ },
10117
10648
  {
10118
10649
  "deprecationReason": null,
10119
10650
  "description": "Cato Threat Prevention (legacy) service SKU",
10120
10651
  "isDeprecated": false,
10121
10652
  "name": "CATO_THREAT_PREVENTION"
10122
10653
  },
10654
+ {
10655
+ "deprecationReason": null,
10656
+ "description": "Cato Advanced Threat Prevention service SKU",
10657
+ "isDeprecated": false,
10658
+ "name": "CATO_THREAT_PREVENTION_ADV"
10659
+ },
10123
10660
  {
10124
10661
  "deprecationReason": null,
10125
10662
  "description": "Public IPs SKU",
@@ -10169,7 +10706,7 @@
10169
10706
  "varName": "sku"
10170
10707
  },
10171
10708
  "startDate": {
10172
- "alias": "ZtnaUsersLicenseStartDate: startDate",
10709
+ "alias": "ztnaUsersLicenseStartDate: startDate",
10173
10710
  "args": {},
10174
10711
  "deprecationReason": null,
10175
10712
  "description": "License start date",
@@ -10190,7 +10727,7 @@
10190
10727
  "varName": "startDate"
10191
10728
  },
10192
10729
  "status": {
10193
- "alias": "ZtnaUsersLicenseStatus: status",
10730
+ "alias": "ztnaUsersLicenseStatus: status",
10194
10731
  "args": {},
10195
10732
  "deprecationReason": null,
10196
10733
  "description": "License activation status",
@@ -10362,7 +10899,7 @@
10362
10899
  "name": "License",
10363
10900
  "non_null": false
10364
10901
  },
10365
- "varName": "License"
10902
+ "varName": "license"
10366
10903
  }
10367
10904
  },
10368
10905
  "inputFields": null,
@@ -10378,7 +10915,7 @@
10378
10915
  "name": "LicensingInfo",
10379
10916
  "non_null": false
10380
10917
  },
10381
- "varName": "LicensingInfo"
10918
+ "varName": "licensingInfo"
10382
10919
  }
10383
10920
  },
10384
10921
  "inputFields": null,