catocli 1.0.13__py3-none-any.whl → 1.0.15__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 (253) hide show
  1. catocli/Utils/clidriver.py +15 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/customLib.py +3 -1
  4. catocli/parsers/mutation_accountManagement/README.md +7 -0
  5. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  6. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  7. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  8. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  9. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  10. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  11. catocli/parsers/mutation_container_delete/README.md +2 -2
  12. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  13. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  14. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  15. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  16. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  17. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  18. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  19. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  20. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  21. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  22. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  23. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  24. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  25. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  26. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  27. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  29. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  30. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  31. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  32. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  33. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  34. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  35. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  36. catocli/parsers/mutation_site/__init__.py +14 -0
  37. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  38. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  39. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  40. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  41. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  42. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  43. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  44. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  45. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  46. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  47. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  48. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  49. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  50. catocli/parsers/mutation_sites/__init__.py +14 -0
  51. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  52. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  53. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  54. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  55. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  56. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  57. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  58. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  59. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  60. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  61. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  62. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  63. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  64. catocli/parsers/parserApiClient.py +7 -4
  65. catocli/parsers/query_accountManagement/README.md +16 -0
  66. catocli/parsers/query_accountManagement/__init__.py +17 -0
  67. catocli/parsers/query_admins/README.md +2 -2
  68. catocli/parsers/query_appStats/README.md +5 -5
  69. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  70. catocli/parsers/query_auditFeed/README.md +2 -2
  71. catocli/parsers/query_container/README.md +8 -8
  72. catocli/parsers/query_entityLookup/README.md +6 -6
  73. catocli/parsers/query_events/README.md +5 -5
  74. catocli/parsers/query_eventsFeed/README.md +2 -2
  75. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  76. catocli/parsers/query_hardwareManagement/README.md +2 -2
  77. catocli/parsers/query_policy/README.md +3 -3
  78. catocli/parsers/query_xdr_stories/README.md +2 -2
  79. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
  80. catocli-1.0.15.dist-info/RECORD +275 -0
  81. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -2
  82. graphql_client/api_client_types.py +4 -0
  83. models/mutation.accountManagement.addAccount.json +908 -0
  84. models/mutation.accountManagement.removeAccount.json +446 -0
  85. models/mutation.accountManagement.updateAccount.json +524 -0
  86. models/mutation.admin.addAdmin.json +103 -103
  87. models/mutation.admin.removeAdmin.json +3 -3
  88. models/mutation.admin.updateAdmin.json +121 -121
  89. models/mutation.container.delete.json +67 -67
  90. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  91. models/mutation.policy.internetFirewall.addSection.json +92 -92
  92. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  93. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  94. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  95. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  96. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  97. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  98. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  99. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  100. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  101. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  102. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  103. models/mutation.policy.wanFirewall.addSection.json +92 -92
  104. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  105. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  106. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  107. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  108. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  109. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  110. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  111. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  112. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  113. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  114. models/mutation.site.addIpsecIkeV2Site.json +43 -43
  115. models/mutation.site.addIpsecIkeV2SiteTunnels.json +505 -102
  116. models/mutation.site.addNetworkRange.json +53 -53
  117. models/mutation.site.addSocketSite.json +43 -43
  118. models/mutation.site.addStaticHost.json +33 -33
  119. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +861 -0
  120. models/mutation.site.removeNetworkRange.json +3 -3
  121. models/mutation.site.removeSite.json +3 -3
  122. models/mutation.site.removeStaticHost.json +3 -3
  123. models/mutation.site.updateHa.json +54 -54
  124. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  125. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
  126. models/mutation.site.updateNetworkRange.json +74 -74
  127. models/mutation.site.updateSiteGeneralDetails.json +73 -73
  128. models/mutation.site.updateSocketInterface.json +282 -282
  129. models/mutation.site.updateStaticHost.json +54 -54
  130. models/mutation.sites.addIpsecIkeV2Site.json +43 -43
  131. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +505 -102
  132. models/mutation.sites.addNetworkRange.json +53 -53
  133. models/mutation.sites.addSocketSite.json +43 -43
  134. models/mutation.sites.addStaticHost.json +33 -33
  135. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +861 -0
  136. models/mutation.sites.removeNetworkRange.json +3 -3
  137. models/mutation.sites.removeSite.json +3 -3
  138. models/mutation.sites.removeStaticHost.json +3 -3
  139. models/mutation.sites.updateHa.json +54 -54
  140. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  141. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
  142. models/mutation.sites.updateNetworkRange.json +74 -74
  143. models/mutation.sites.updateSiteGeneralDetails.json +73 -73
  144. models/mutation.sites.updateSocketInterface.json +282 -282
  145. models/mutation.sites.updateStaticHost.json +54 -54
  146. models/query.accountManagement.json +355 -0
  147. models/query.accountMetrics.json +235 -235
  148. models/query.accountRoles.json +3 -3
  149. models/query.accountSnapshot.json +278 -118
  150. models/query.admin.json +24 -24
  151. models/query.admins.json +138 -138
  152. models/query.appStats.json +92 -92
  153. models/query.appStatsTimeSeries.json +78 -78
  154. models/query.auditFeed.json +77 -77
  155. models/query.container.json +192 -192
  156. models/query.entityLookup.json +154 -154
  157. models/query.events.json +54 -54
  158. models/query.eventsFeed.json +38 -38
  159. models/query.eventsTimeSeries.json +78 -78
  160. models/query.hardwareManagement.json +125 -125
  161. models/query.licensing.json +933 -249
  162. models/query.policy.json +1502 -970
  163. models/query.xdr.stories.json +842 -842
  164. models/query.xdr.story.json +610 -610
  165. schema/catolib.py +12 -13
  166. build/lib/catocli/Utils/clidriver.py +0 -117
  167. build/lib/catocli/__init__.py +0 -2
  168. build/lib/catocli/__main__.py +0 -12
  169. build/lib/catocli/parsers/custom/__init__.py +0 -47
  170. build/lib/catocli/parsers/custom/customLib.py +0 -70
  171. build/lib/catocli/parsers/mutation_admin/__init__.py +0 -51
  172. build/lib/catocli/parsers/mutation_container/__init__.py +0 -23
  173. build/lib/catocli/parsers/mutation_policy/__init__.py +0 -357
  174. build/lib/catocli/parsers/mutation_site/__init__.py +0 -219
  175. build/lib/catocli/parsers/mutation_sites/__init__.py +0 -219
  176. build/lib/catocli/parsers/parserApiClient.py +0 -309
  177. build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -17
  178. build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -17
  179. build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -17
  180. build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -17
  181. build/lib/catocli/parsers/query_admin/__init__.py +0 -17
  182. build/lib/catocli/parsers/query_admins/__init__.py +0 -17
  183. build/lib/catocli/parsers/query_appStats/__init__.py +0 -17
  184. build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -17
  185. build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -17
  186. build/lib/catocli/parsers/query_container/__init__.py +0 -17
  187. build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -17
  188. build/lib/catocli/parsers/query_events/__init__.py +0 -17
  189. build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -17
  190. build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -17
  191. build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -17
  192. build/lib/catocli/parsers/query_licensing/__init__.py +0 -17
  193. build/lib/catocli/parsers/query_policy/__init__.py +0 -17
  194. build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -17
  195. build/lib/catocli/parsers/query_subDomains/__init__.py +0 -17
  196. build/lib/catocli/parsers/query_xdr/__init__.py +0 -37
  197. build/lib/catocli/parsers/raw/__init__.py +0 -9
  198. build/lib/graphql_client/__init__.py +0 -11
  199. build/lib/graphql_client/api/__init__.py +0 -3
  200. build/lib/graphql_client/api/call_api.py +0 -73
  201. build/lib/graphql_client/api_client.py +0 -192
  202. build/lib/graphql_client/api_client_types.py +0 -404
  203. build/lib/graphql_client/configuration.py +0 -230
  204. build/lib/graphql_client/models/__init__.py +0 -13
  205. build/lib/graphql_client/models/no_schema.py +0 -71
  206. build/lib/schema/catolib.py +0 -1016
  207. build/lib/schema/importSchema.py +0 -60
  208. build/lib/vendor/certifi/__init__.py +0 -4
  209. build/lib/vendor/certifi/__main__.py +0 -12
  210. build/lib/vendor/certifi/core.py +0 -114
  211. build/lib/vendor/certifi/py.typed +0 -0
  212. build/lib/vendor/six.py +0 -998
  213. build/lib/vendor/urllib3/__init__.py +0 -211
  214. build/lib/vendor/urllib3/_base_connection.py +0 -172
  215. build/lib/vendor/urllib3/_collections.py +0 -483
  216. build/lib/vendor/urllib3/_request_methods.py +0 -278
  217. build/lib/vendor/urllib3/_version.py +0 -16
  218. build/lib/vendor/urllib3/connection.py +0 -1033
  219. build/lib/vendor/urllib3/connectionpool.py +0 -1182
  220. build/lib/vendor/urllib3/contrib/__init__.py +0 -0
  221. build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
  222. build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
  223. build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
  224. build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
  225. build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
  226. build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
  227. build/lib/vendor/urllib3/contrib/socks.py +0 -228
  228. build/lib/vendor/urllib3/exceptions.py +0 -321
  229. build/lib/vendor/urllib3/fields.py +0 -341
  230. build/lib/vendor/urllib3/filepost.py +0 -89
  231. build/lib/vendor/urllib3/http2/__init__.py +0 -53
  232. build/lib/vendor/urllib3/http2/connection.py +0 -356
  233. build/lib/vendor/urllib3/http2/probe.py +0 -87
  234. build/lib/vendor/urllib3/poolmanager.py +0 -637
  235. build/lib/vendor/urllib3/py.typed +0 -2
  236. build/lib/vendor/urllib3/response.py +0 -1265
  237. build/lib/vendor/urllib3/util/__init__.py +0 -42
  238. build/lib/vendor/urllib3/util/connection.py +0 -137
  239. build/lib/vendor/urllib3/util/proxy.py +0 -43
  240. build/lib/vendor/urllib3/util/request.py +0 -256
  241. build/lib/vendor/urllib3/util/response.py +0 -101
  242. build/lib/vendor/urllib3/util/retry.py +0 -533
  243. build/lib/vendor/urllib3/util/ssl_.py +0 -513
  244. build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
  245. build/lib/vendor/urllib3/util/ssltransport.py +0 -276
  246. build/lib/vendor/urllib3/util/timeout.py +0 -275
  247. build/lib/vendor/urllib3/util/url.py +0 -471
  248. build/lib/vendor/urllib3/util/util.py +0 -42
  249. build/lib/vendor/urllib3/util/wait.py +0 -124
  250. catocli-1.0.13.dist-info/RECORD +0 -344
  251. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
  252. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
  253. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/entry_points.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",
@@ -534,6 +534,12 @@
534
534
  "isDeprecated": false,
535
535
  "name": "CATO_MDR"
536
536
  },
537
+ {
538
+ "deprecationReason": null,
539
+ "description": "Cato Managed XDR service SKU",
540
+ "isDeprecated": false,
541
+ "name": "CATO_MANAGED_XDR"
542
+ },
537
543
  {
538
544
  "deprecationReason": null,
539
545
  "description": "Cato NOCaaS service SKU",
@@ -594,6 +600,12 @@
594
600
  "isDeprecated": false,
595
601
  "name": "CATO_DEM"
596
602
  },
603
+ {
604
+ "deprecationReason": null,
605
+ "description": "Cato IoT/OT Security service SKU",
606
+ "isDeprecated": false,
607
+ "name": "CATO_IOT_OT"
608
+ },
597
609
  {
598
610
  "deprecationReason": null,
599
611
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -669,7 +681,7 @@
669
681
  "varName": "startDate"
670
682
  },
671
683
  "status": {
672
- "alias": "LicenseStatusStatus: status",
684
+ "alias": "licenseStatusStatus: status",
673
685
  "args": {},
674
686
  "deprecationReason": null,
675
687
  "description": "License activation status",
@@ -743,7 +755,7 @@
743
755
  "enumValues": null,
744
756
  "fields": {
745
757
  "description": {
746
- "alias": "CasbLicenseDescription: description",
758
+ "alias": "casbLicenseDescription: description",
747
759
  "args": {},
748
760
  "deprecationReason": null,
749
761
  "description": null,
@@ -764,7 +776,7 @@
764
776
  "varName": "description"
765
777
  },
766
778
  "expirationDate": {
767
- "alias": "CasbLicenseExpirationDate: expirationDate",
779
+ "alias": "casbLicenseExpirationDate: expirationDate",
768
780
  "args": {},
769
781
  "deprecationReason": null,
770
782
  "description": "License expiration date",
@@ -786,7 +798,7 @@
786
798
  "varName": "expirationDate"
787
799
  },
788
800
  "lastUpdated": {
789
- "alias": "CasbLicenseLastUpdated: lastUpdated",
801
+ "alias": "casbLicenseLastUpdated: lastUpdated",
790
802
  "args": {},
791
803
  "deprecationReason": null,
792
804
  "description": "The date of the last update to the license",
@@ -807,7 +819,7 @@
807
819
  "varName": "lastUpdated"
808
820
  },
809
821
  "plan": {
810
- "alias": "CasbLicensePlan: plan",
822
+ "alias": "casbLicensePlan: plan",
811
823
  "args": {},
812
824
  "deprecationReason": null,
813
825
  "description": "License plan type",
@@ -853,7 +865,7 @@
853
865
  "varName": "plan"
854
866
  },
855
867
  "sku": {
856
- "alias": "CasbLicenseSku: sku",
868
+ "alias": "casbLicenseSku: sku",
857
869
  "args": {},
858
870
  "deprecationReason": null,
859
871
  "description": "The license SKU",
@@ -952,6 +964,12 @@
952
964
  "isDeprecated": false,
953
965
  "name": "CATO_MDR"
954
966
  },
967
+ {
968
+ "deprecationReason": null,
969
+ "description": "Cato Managed XDR service SKU",
970
+ "isDeprecated": false,
971
+ "name": "CATO_MANAGED_XDR"
972
+ },
955
973
  {
956
974
  "deprecationReason": null,
957
975
  "description": "Cato NOCaaS service SKU",
@@ -1012,6 +1030,12 @@
1012
1030
  "isDeprecated": false,
1013
1031
  "name": "CATO_DEM"
1014
1032
  },
1033
+ {
1034
+ "deprecationReason": null,
1035
+ "description": "Cato IoT/OT Security service SKU",
1036
+ "isDeprecated": false,
1037
+ "name": "CATO_IOT_OT"
1038
+ },
1015
1039
  {
1016
1040
  "deprecationReason": null,
1017
1041
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -1067,7 +1091,7 @@
1067
1091
  "varName": "sku"
1068
1092
  },
1069
1093
  "startDate": {
1070
- "alias": "CasbLicenseStartDate: startDate",
1094
+ "alias": "casbLicenseStartDate: startDate",
1071
1095
  "args": {},
1072
1096
  "deprecationReason": null,
1073
1097
  "description": "License start date",
@@ -1088,7 +1112,7 @@
1088
1112
  "varName": "startDate"
1089
1113
  },
1090
1114
  "status": {
1091
- "alias": "CasbLicenseStatus: status",
1115
+ "alias": "casbLicenseStatus: status",
1092
1116
  "args": {},
1093
1117
  "deprecationReason": null,
1094
1118
  "description": "License activation status",
@@ -1163,7 +1187,7 @@
1163
1187
  "enumValues": null,
1164
1188
  "fields": {
1165
1189
  "description": {
1166
- "alias": "DataLakeLicenseDescription: description",
1190
+ "alias": "dataLakeLicenseDescription: description",
1167
1191
  "args": {},
1168
1192
  "deprecationReason": null,
1169
1193
  "description": null,
@@ -1235,7 +1259,7 @@
1235
1259
  "varName": "dpaVersion"
1236
1260
  },
1237
1261
  "expirationDate": {
1238
- "alias": "DataLakeLicenseExpirationDate: expirationDate",
1262
+ "alias": "dataLakeLicenseExpirationDate: expirationDate",
1239
1263
  "args": {},
1240
1264
  "deprecationReason": null,
1241
1265
  "description": "License expiration date",
@@ -1257,7 +1281,7 @@
1257
1281
  "varName": "expirationDate"
1258
1282
  },
1259
1283
  "lastUpdated": {
1260
- "alias": "DataLakeLicenseLastUpdated: lastUpdated",
1284
+ "alias": "dataLakeLicenseLastUpdated: lastUpdated",
1261
1285
  "args": {},
1262
1286
  "deprecationReason": null,
1263
1287
  "description": "The date of the last update to the license",
@@ -1278,7 +1302,7 @@
1278
1302
  "varName": "lastUpdated"
1279
1303
  },
1280
1304
  "plan": {
1281
- "alias": "DataLakeLicensePlan: plan",
1305
+ "alias": "dataLakeLicensePlan: plan",
1282
1306
  "args": {},
1283
1307
  "deprecationReason": null,
1284
1308
  "description": "License plan type",
@@ -1344,7 +1368,7 @@
1344
1368
  "varName": "retentionPeriod"
1345
1369
  },
1346
1370
  "sku": {
1347
- "alias": "DataLakeLicenseSku: sku",
1371
+ "alias": "dataLakeLicenseSku: sku",
1348
1372
  "args": {},
1349
1373
  "deprecationReason": null,
1350
1374
  "description": "The license SKU",
@@ -1443,6 +1467,12 @@
1443
1467
  "isDeprecated": false,
1444
1468
  "name": "CATO_MDR"
1445
1469
  },
1470
+ {
1471
+ "deprecationReason": null,
1472
+ "description": "Cato Managed XDR service SKU",
1473
+ "isDeprecated": false,
1474
+ "name": "CATO_MANAGED_XDR"
1475
+ },
1446
1476
  {
1447
1477
  "deprecationReason": null,
1448
1478
  "description": "Cato NOCaaS service SKU",
@@ -1503,6 +1533,12 @@
1503
1533
  "isDeprecated": false,
1504
1534
  "name": "CATO_DEM"
1505
1535
  },
1536
+ {
1537
+ "deprecationReason": null,
1538
+ "description": "Cato IoT/OT Security service SKU",
1539
+ "isDeprecated": false,
1540
+ "name": "CATO_IOT_OT"
1541
+ },
1506
1542
  {
1507
1543
  "deprecationReason": null,
1508
1544
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -1558,7 +1594,7 @@
1558
1594
  "varName": "sku"
1559
1595
  },
1560
1596
  "startDate": {
1561
- "alias": "DataLakeLicenseStartDate: startDate",
1597
+ "alias": "dataLakeLicenseStartDate: startDate",
1562
1598
  "args": {},
1563
1599
  "deprecationReason": null,
1564
1600
  "description": "License start date",
@@ -1579,7 +1615,7 @@
1579
1615
  "varName": "startDate"
1580
1616
  },
1581
1617
  "status": {
1582
- "alias": "DataLakeLicenseStatus: status",
1618
+ "alias": "dataLakeLicenseStatus: status",
1583
1619
  "args": {},
1584
1620
  "deprecationReason": null,
1585
1621
  "description": "License activation status",
@@ -1675,7 +1711,7 @@
1675
1711
  "enumValues": null,
1676
1712
  "fields": {
1677
1713
  "description": {
1678
- "alias": "DemLicenseDescription: description",
1714
+ "alias": "demLicenseDescription: description",
1679
1715
  "args": {},
1680
1716
  "deprecationReason": null,
1681
1717
  "description": null,
@@ -1696,7 +1732,7 @@
1696
1732
  "varName": "description"
1697
1733
  },
1698
1734
  "expirationDate": {
1699
- "alias": "DemLicenseExpirationDate: expirationDate",
1735
+ "alias": "demLicenseExpirationDate: expirationDate",
1700
1736
  "args": {},
1701
1737
  "deprecationReason": null,
1702
1738
  "description": "License expiration date",
@@ -1718,7 +1754,7 @@
1718
1754
  "varName": "expirationDate"
1719
1755
  },
1720
1756
  "lastUpdated": {
1721
- "alias": "DemLicenseLastUpdated: lastUpdated",
1757
+ "alias": "demLicenseLastUpdated: lastUpdated",
1722
1758
  "args": {},
1723
1759
  "deprecationReason": null,
1724
1760
  "description": "The date of the last update to the license",
@@ -1739,7 +1775,7 @@
1739
1775
  "varName": "lastUpdated"
1740
1776
  },
1741
1777
  "plan": {
1742
- "alias": "DemLicensePlan: plan",
1778
+ "alias": "demLicensePlan: plan",
1743
1779
  "args": {},
1744
1780
  "deprecationReason": null,
1745
1781
  "description": "License plan type",
@@ -1785,7 +1821,7 @@
1785
1821
  "varName": "plan"
1786
1822
  },
1787
1823
  "sku": {
1788
- "alias": "DemLicenseSku: sku",
1824
+ "alias": "demLicenseSku: sku",
1789
1825
  "args": {},
1790
1826
  "deprecationReason": null,
1791
1827
  "description": "The license SKU",
@@ -1884,6 +1920,12 @@
1884
1920
  "isDeprecated": false,
1885
1921
  "name": "CATO_MDR"
1886
1922
  },
1923
+ {
1924
+ "deprecationReason": null,
1925
+ "description": "Cato Managed XDR service SKU",
1926
+ "isDeprecated": false,
1927
+ "name": "CATO_MANAGED_XDR"
1928
+ },
1887
1929
  {
1888
1930
  "deprecationReason": null,
1889
1931
  "description": "Cato NOCaaS service SKU",
@@ -1944,6 +1986,12 @@
1944
1986
  "isDeprecated": false,
1945
1987
  "name": "CATO_DEM"
1946
1988
  },
1989
+ {
1990
+ "deprecationReason": null,
1991
+ "description": "Cato IoT/OT Security service SKU",
1992
+ "isDeprecated": false,
1993
+ "name": "CATO_IOT_OT"
1994
+ },
1947
1995
  {
1948
1996
  "deprecationReason": null,
1949
1997
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -1999,7 +2047,7 @@
1999
2047
  "varName": "sku"
2000
2048
  },
2001
2049
  "startDate": {
2002
- "alias": "DemLicenseStartDate: startDate",
2050
+ "alias": "demLicenseStartDate: startDate",
2003
2051
  "args": {},
2004
2052
  "deprecationReason": null,
2005
2053
  "description": "License start date",
@@ -2020,7 +2068,7 @@
2020
2068
  "varName": "startDate"
2021
2069
  },
2022
2070
  "status": {
2023
- "alias": "DemLicenseStatus: status",
2071
+ "alias": "demLicenseStatus: status",
2024
2072
  "args": {},
2025
2073
  "deprecationReason": null,
2026
2074
  "description": "License activation status",
@@ -2116,7 +2164,7 @@
2116
2164
  "enumValues": null,
2117
2165
  "fields": {
2118
2166
  "description": {
2119
- "alias": "DemProLicenseDescription: description",
2167
+ "alias": "demProLicenseDescription: description",
2120
2168
  "args": {},
2121
2169
  "deprecationReason": null,
2122
2170
  "description": null,
@@ -2137,7 +2185,7 @@
2137
2185
  "varName": "description"
2138
2186
  },
2139
2187
  "expirationDate": {
2140
- "alias": "DemProLicenseExpirationDate: expirationDate",
2188
+ "alias": "demProLicenseExpirationDate: expirationDate",
2141
2189
  "args": {},
2142
2190
  "deprecationReason": null,
2143
2191
  "description": "License expiration date",
@@ -2159,7 +2207,7 @@
2159
2207
  "varName": "expirationDate"
2160
2208
  },
2161
2209
  "lastUpdated": {
2162
- "alias": "DemProLicenseLastUpdated: lastUpdated",
2210
+ "alias": "demProLicenseLastUpdated: lastUpdated",
2163
2211
  "args": {},
2164
2212
  "deprecationReason": null,
2165
2213
  "description": "The date of the last update to the license",
@@ -2180,7 +2228,7 @@
2180
2228
  "varName": "lastUpdated"
2181
2229
  },
2182
2230
  "plan": {
2183
- "alias": "DemProLicensePlan: plan",
2231
+ "alias": "demProLicensePlan: plan",
2184
2232
  "args": {},
2185
2233
  "deprecationReason": null,
2186
2234
  "description": "License plan type",
@@ -2226,7 +2274,7 @@
2226
2274
  "varName": "plan"
2227
2275
  },
2228
2276
  "sku": {
2229
- "alias": "DemProLicenseSku: sku",
2277
+ "alias": "demProLicenseSku: sku",
2230
2278
  "args": {},
2231
2279
  "deprecationReason": null,
2232
2280
  "description": "The license SKU",
@@ -2325,6 +2373,12 @@
2325
2373
  "isDeprecated": false,
2326
2374
  "name": "CATO_MDR"
2327
2375
  },
2376
+ {
2377
+ "deprecationReason": null,
2378
+ "description": "Cato Managed XDR service SKU",
2379
+ "isDeprecated": false,
2380
+ "name": "CATO_MANAGED_XDR"
2381
+ },
2328
2382
  {
2329
2383
  "deprecationReason": null,
2330
2384
  "description": "Cato NOCaaS service SKU",
@@ -2385,6 +2439,12 @@
2385
2439
  "isDeprecated": false,
2386
2440
  "name": "CATO_DEM"
2387
2441
  },
2442
+ {
2443
+ "deprecationReason": null,
2444
+ "description": "Cato IoT/OT Security service SKU",
2445
+ "isDeprecated": false,
2446
+ "name": "CATO_IOT_OT"
2447
+ },
2388
2448
  {
2389
2449
  "deprecationReason": null,
2390
2450
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -2440,7 +2500,7 @@
2440
2500
  "varName": "sku"
2441
2501
  },
2442
2502
  "startDate": {
2443
- "alias": "DemProLicenseStartDate: startDate",
2503
+ "alias": "demProLicenseStartDate: startDate",
2444
2504
  "args": {},
2445
2505
  "deprecationReason": null,
2446
2506
  "description": "License start date",
@@ -2461,7 +2521,7 @@
2461
2521
  "varName": "startDate"
2462
2522
  },
2463
2523
  "status": {
2464
- "alias": "DemProLicenseStatus: status",
2524
+ "alias": "demProLicenseStatus: status",
2465
2525
  "args": {},
2466
2526
  "deprecationReason": null,
2467
2527
  "description": "License activation status",
@@ -2557,14 +2617,446 @@
2557
2617
  "enumValues": null,
2558
2618
  "fields": {
2559
2619
  "description": {
2560
- "alias": "DlpLicenseDescription: description",
2620
+ "alias": "dlpLicenseDescription: description",
2561
2621
  "args": {},
2562
2622
  "deprecationReason": null,
2563
2623
  "description": null,
2564
2624
  "id_str": "licensingInfo___licenses___DlpLicense___description",
2565
2625
  "isDeprecated": false,
2566
2626
  "name": "description",
2567
- "path": "licensingInfo.licenses.DlpLicense.description",
2627
+ "path": "licensingInfo.licenses.DlpLicense.description",
2628
+ "requestStr": "$description:String ",
2629
+ "required": false,
2630
+ "responseStr": "description:$description ",
2631
+ "type": {
2632
+ "kind": [
2633
+ "SCALAR"
2634
+ ],
2635
+ "name": "String",
2636
+ "non_null": false
2637
+ },
2638
+ "varName": "description"
2639
+ },
2640
+ "expirationDate": {
2641
+ "alias": "dlpLicenseExpirationDate: expirationDate",
2642
+ "args": {},
2643
+ "deprecationReason": null,
2644
+ "description": "License expiration date",
2645
+ "id_str": "licensingInfo___licenses___DlpLicense___expirationDate",
2646
+ "isDeprecated": false,
2647
+ "name": "expirationDate",
2648
+ "path": "licensingInfo.licenses.DlpLicense.expirationDate",
2649
+ "requestStr": "$expirationDate:DateTime! ",
2650
+ "required": true,
2651
+ "responseStr": "expirationDate:$expirationDate ",
2652
+ "type": {
2653
+ "kind": [
2654
+ "NON_NULL",
2655
+ "SCALAR"
2656
+ ],
2657
+ "name": "DateTime",
2658
+ "non_null": false
2659
+ },
2660
+ "varName": "expirationDate"
2661
+ },
2662
+ "lastUpdated": {
2663
+ "alias": "dlpLicenseLastUpdated: lastUpdated",
2664
+ "args": {},
2665
+ "deprecationReason": null,
2666
+ "description": "The date of the last update to the license",
2667
+ "id_str": "licensingInfo___licenses___DlpLicense___lastUpdated",
2668
+ "isDeprecated": false,
2669
+ "name": "lastUpdated",
2670
+ "path": "licensingInfo.licenses.DlpLicense.lastUpdated",
2671
+ "requestStr": "$lastUpdated:DateTime ",
2672
+ "required": false,
2673
+ "responseStr": "lastUpdated:$lastUpdated ",
2674
+ "type": {
2675
+ "kind": [
2676
+ "SCALAR"
2677
+ ],
2678
+ "name": "DateTime",
2679
+ "non_null": false
2680
+ },
2681
+ "varName": "lastUpdated"
2682
+ },
2683
+ "plan": {
2684
+ "alias": "dlpLicensePlan: plan",
2685
+ "args": {},
2686
+ "deprecationReason": null,
2687
+ "description": "License plan type",
2688
+ "id_str": "licensingInfo___licenses___DlpLicense___plan",
2689
+ "isDeprecated": false,
2690
+ "name": "plan",
2691
+ "path": "licensingInfo.licenses.DlpLicense.plan",
2692
+ "requestStr": "$plan:LicensePlan! ",
2693
+ "required": true,
2694
+ "responseStr": "plan:$plan ",
2695
+ "type": {
2696
+ "definition": {
2697
+ "description": "enum for license plan type (site license, service license, etc...)",
2698
+ "enumValues": [
2699
+ {
2700
+ "deprecationReason": null,
2701
+ "description": null,
2702
+ "isDeprecated": false,
2703
+ "name": "COMMERCIAL"
2704
+ },
2705
+ {
2706
+ "deprecationReason": null,
2707
+ "description": null,
2708
+ "isDeprecated": false,
2709
+ "name": "TRIAL"
2710
+ }
2711
+ ],
2712
+ "fields": null,
2713
+ "inputFields": null,
2714
+ "interfaces": null,
2715
+ "kind": "ENUM",
2716
+ "name": "LicensePlan",
2717
+ "possibleTypes": null
2718
+ },
2719
+ "indexType": "enum",
2720
+ "kind": [
2721
+ "NON_NULL",
2722
+ "ENUM"
2723
+ ],
2724
+ "name": "LicensePlan",
2725
+ "non_null": false
2726
+ },
2727
+ "varName": "plan"
2728
+ },
2729
+ "sku": {
2730
+ "alias": "dlpLicenseSku: sku",
2731
+ "args": {},
2732
+ "deprecationReason": null,
2733
+ "description": "The license SKU",
2734
+ "id_str": "licensingInfo___licenses___DlpLicense___sku",
2735
+ "isDeprecated": false,
2736
+ "name": "sku",
2737
+ "path": "licensingInfo.licenses.DlpLicense.sku",
2738
+ "requestStr": "$sku:LicenseSku! ",
2739
+ "required": true,
2740
+ "responseStr": "sku:$sku ",
2741
+ "type": {
2742
+ "definition": {
2743
+ "description": null,
2744
+ "enumValues": [
2745
+ {
2746
+ "deprecationReason": null,
2747
+ "description": "Site bandwidth SASE SKU",
2748
+ "isDeprecated": false,
2749
+ "name": "CATO_SITE"
2750
+ },
2751
+ {
2752
+ "deprecationReason": null,
2753
+ "description": "Site bandwidth SSE SKU",
2754
+ "isDeprecated": false,
2755
+ "name": "CATO_SSE_SITE"
2756
+ },
2757
+ {
2758
+ "deprecationReason": null,
2759
+ "description": "Site pooled bandwidth SASE SKU",
2760
+ "isDeprecated": false,
2761
+ "name": "CATO_PB"
2762
+ },
2763
+ {
2764
+ "deprecationReason": null,
2765
+ "description": "Site pooled bandwidth SSE SKU",
2766
+ "isDeprecated": false,
2767
+ "name": "CATO_PB_SSE"
2768
+ },
2769
+ {
2770
+ "deprecationReason": "replaced with CATO_ZTNA_USERS",
2771
+ "description": "ZTNA remote users SKU",
2772
+ "isDeprecated": true,
2773
+ "name": "MOBILE_USERS"
2774
+ },
2775
+ {
2776
+ "deprecationReason": null,
2777
+ "description": "ZTNA remote users SKU",
2778
+ "isDeprecated": false,
2779
+ "name": "CATO_ZTNA_USERS"
2780
+ },
2781
+ {
2782
+ "deprecationReason": null,
2783
+ "description": "Cato EPP service SKU",
2784
+ "isDeprecated": false,
2785
+ "name": "CATO_EPP"
2786
+ },
2787
+ {
2788
+ "deprecationReason": null,
2789
+ "description": "Cato IPS (legacy) service SKU",
2790
+ "isDeprecated": false,
2791
+ "name": "CATO_IPS"
2792
+ },
2793
+ {
2794
+ "deprecationReason": null,
2795
+ "description": "Cato Anti Malware (legacy) service SKU",
2796
+ "isDeprecated": false,
2797
+ "name": "CATO_ANTI_MALWARE"
2798
+ },
2799
+ {
2800
+ "deprecationReason": null,
2801
+ "description": "Cato Anti Malware Next Generation (legacy) service SKU",
2802
+ "isDeprecated": false,
2803
+ "name": "CATO_ANTI_MALWARE_NG"
2804
+ },
2805
+ {
2806
+ "deprecationReason": null,
2807
+ "description": "Cato CASB service SKU",
2808
+ "isDeprecated": false,
2809
+ "name": "CATO_CASB"
2810
+ },
2811
+ {
2812
+ "deprecationReason": null,
2813
+ "description": "Cato DLP service SKU",
2814
+ "isDeprecated": false,
2815
+ "name": "CATO_DLP"
2816
+ },
2817
+ {
2818
+ "deprecationReason": null,
2819
+ "description": "Cato ILMM service SKU",
2820
+ "isDeprecated": false,
2821
+ "name": "CATO_ILMM"
2822
+ },
2823
+ {
2824
+ "deprecationReason": null,
2825
+ "description": "Cato MDR (XDR Pro) service SKU",
2826
+ "isDeprecated": false,
2827
+ "name": "CATO_MDR"
2828
+ },
2829
+ {
2830
+ "deprecationReason": null,
2831
+ "description": "Cato Managed XDR service SKU",
2832
+ "isDeprecated": false,
2833
+ "name": "CATO_MANAGED_XDR"
2834
+ },
2835
+ {
2836
+ "deprecationReason": null,
2837
+ "description": "Cato NOCaaS service SKU",
2838
+ "isDeprecated": false,
2839
+ "name": "CATO_NOCAAS_HF"
2840
+ },
2841
+ {
2842
+ "deprecationReason": null,
2843
+ "description": "Cato Remote Browser Isolation (RBI) service SKU",
2844
+ "isDeprecated": false,
2845
+ "name": "CATO_RBI"
2846
+ },
2847
+ {
2848
+ "deprecationReason": null,
2849
+ "description": "Cato SAAS Group SKU",
2850
+ "isDeprecated": false,
2851
+ "name": "CATO_SAAS"
2852
+ },
2853
+ {
2854
+ "deprecationReason": null,
2855
+ "description": "Cato SAAS Security API with one application integration (legacy) service SKU",
2856
+ "isDeprecated": false,
2857
+ "name": "CATO_SAAS_SECURITY_API_ONE_APP"
2858
+ },
2859
+ {
2860
+ "deprecationReason": null,
2861
+ "description": "Cato SAAS Security API with two applications integration (legacy) service SKU",
2862
+ "isDeprecated": false,
2863
+ "name": "CATO_SAAS_SECURITY_API_TWO_APPS"
2864
+ },
2865
+ {
2866
+ "deprecationReason": null,
2867
+ "description": "Cato SAAS Security API with more than two Applications integration (legacy) service SKU",
2868
+ "isDeprecated": false,
2869
+ "name": "CATO_SAAS_SECURITY_API_ALL_APPS"
2870
+ },
2871
+ {
2872
+ "deprecationReason": null,
2873
+ "description": null,
2874
+ "isDeprecated": false,
2875
+ "name": "CATO_SAAS_SECURITY_API"
2876
+ },
2877
+ {
2878
+ "deprecationReason": null,
2879
+ "description": "Cato XDR service SKU",
2880
+ "isDeprecated": false,
2881
+ "name": "CATO_XDR_PRO"
2882
+ },
2883
+ {
2884
+ "deprecationReason": "replaced with CATO_DEM",
2885
+ "description": "Cato DEM Pro service SKU",
2886
+ "isDeprecated": true,
2887
+ "name": "CATO_DEM_PRO"
2888
+ },
2889
+ {
2890
+ "deprecationReason": null,
2891
+ "description": "Cato DEM service SKU",
2892
+ "isDeprecated": false,
2893
+ "name": "CATO_DEM"
2894
+ },
2895
+ {
2896
+ "deprecationReason": null,
2897
+ "description": "Cato IoT/OT Security service SKU",
2898
+ "isDeprecated": false,
2899
+ "name": "CATO_IOT_OT"
2900
+ },
2901
+ {
2902
+ "deprecationReason": null,
2903
+ "description": "Cato Threat Prevention (legacy) service SKU",
2904
+ "isDeprecated": false,
2905
+ "name": "CATO_THREAT_PREVENTION"
2906
+ },
2907
+ {
2908
+ "deprecationReason": null,
2909
+ "description": "Public IPs SKU",
2910
+ "isDeprecated": false,
2911
+ "name": "CATO_IP_ADD"
2912
+ },
2913
+ {
2914
+ "deprecationReason": null,
2915
+ "description": "Cato datalake Group SKU",
2916
+ "isDeprecated": false,
2917
+ "name": "CATO_DATALAKE"
2918
+ },
2919
+ {
2920
+ "deprecationReason": null,
2921
+ "description": "3 months data retention SKU",
2922
+ "isDeprecated": false,
2923
+ "name": "CATO_DATALAKE_3M"
2924
+ },
2925
+ {
2926
+ "deprecationReason": null,
2927
+ "description": "6 months data retention SKU",
2928
+ "isDeprecated": false,
2929
+ "name": "CATO_DATALAKE_6M"
2930
+ },
2931
+ {
2932
+ "deprecationReason": null,
2933
+ "description": "12 months data retention SKU",
2934
+ "isDeprecated": false,
2935
+ "name": "CATO_DATALAKE_12M"
2936
+ }
2937
+ ],
2938
+ "fields": null,
2939
+ "inputFields": null,
2940
+ "interfaces": null,
2941
+ "kind": "ENUM",
2942
+ "name": "LicenseSku",
2943
+ "possibleTypes": null
2944
+ },
2945
+ "indexType": "enum",
2946
+ "kind": [
2947
+ "NON_NULL",
2948
+ "ENUM"
2949
+ ],
2950
+ "name": "LicenseSku",
2951
+ "non_null": false
2952
+ },
2953
+ "varName": "sku"
2954
+ },
2955
+ "startDate": {
2956
+ "alias": "dlpLicenseStartDate: startDate",
2957
+ "args": {},
2958
+ "deprecationReason": null,
2959
+ "description": "License start date",
2960
+ "id_str": "licensingInfo___licenses___DlpLicense___startDate",
2961
+ "isDeprecated": false,
2962
+ "name": "startDate",
2963
+ "path": "licensingInfo.licenses.DlpLicense.startDate",
2964
+ "requestStr": "$startDate:DateTime ",
2965
+ "required": false,
2966
+ "responseStr": "startDate:$startDate ",
2967
+ "type": {
2968
+ "kind": [
2969
+ "SCALAR"
2970
+ ],
2971
+ "name": "DateTime",
2972
+ "non_null": false
2973
+ },
2974
+ "varName": "startDate"
2975
+ },
2976
+ "status": {
2977
+ "alias": "dlpLicenseStatus: status",
2978
+ "args": {},
2979
+ "deprecationReason": null,
2980
+ "description": "License activation status",
2981
+ "id_str": "licensingInfo___licenses___DlpLicense___status",
2982
+ "isDeprecated": false,
2983
+ "name": "status",
2984
+ "path": "licensingInfo.licenses.DlpLicense.status",
2985
+ "requestStr": "$status:LicenseStatus! ",
2986
+ "required": true,
2987
+ "responseStr": "status:$status ",
2988
+ "type": {
2989
+ "definition": {
2990
+ "description": "enum for account plan status \u2013 the current license status within the license lifecycle",
2991
+ "enumValues": [
2992
+ {
2993
+ "deprecationReason": null,
2994
+ "description": "A license that is currently active",
2995
+ "isDeprecated": false,
2996
+ "name": "ACTIVE"
2997
+ },
2998
+ {
2999
+ "deprecationReason": null,
3000
+ "description": "An existing license with a future start date that is not currently active",
3001
+ "isDeprecated": false,
3002
+ "name": "SCHEDULED"
3003
+ },
3004
+ {
3005
+ "deprecationReason": null,
3006
+ "description": "A license that is active before its start date, for partners and customers to verify the relevant configurations",
3007
+ "isDeprecated": false,
3008
+ "name": "STAGING"
3009
+ },
3010
+ {
3011
+ "deprecationReason": null,
3012
+ "description": "A license in a grace period",
3013
+ "isDeprecated": false,
3014
+ "name": "LOCKED"
3015
+ },
3016
+ {
3017
+ "deprecationReason": null,
3018
+ "description": "An expired license is no longer active",
3019
+ "isDeprecated": false,
3020
+ "name": "DISABLED"
3021
+ }
3022
+ ],
3023
+ "fields": null,
3024
+ "inputFields": null,
3025
+ "interfaces": null,
3026
+ "kind": "ENUM",
3027
+ "name": "LicenseStatus",
3028
+ "possibleTypes": null
3029
+ },
3030
+ "indexType": "enum",
3031
+ "kind": [
3032
+ "NON_NULL",
3033
+ "ENUM"
3034
+ ],
3035
+ "name": "LicenseStatus",
3036
+ "non_null": false
3037
+ },
3038
+ "varName": "status"
3039
+ }
3040
+ },
3041
+ "inputFields": null,
3042
+ "interfaces": {},
3043
+ "kind": "OBJECT",
3044
+ "name": "DlpLicense",
3045
+ "possibleTypes": null
3046
+ },
3047
+ "EndpointProtectionLicense": {
3048
+ "description": "End Point Protection (EPP) license details",
3049
+ "enumValues": null,
3050
+ "fields": {
3051
+ "description": {
3052
+ "alias": "endpointProtectionLicenseDescription: description",
3053
+ "args": {},
3054
+ "deprecationReason": null,
3055
+ "description": null,
3056
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___description",
3057
+ "isDeprecated": false,
3058
+ "name": "description",
3059
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.description",
2568
3060
  "requestStr": "$description:String ",
2569
3061
  "required": false,
2570
3062
  "responseStr": "description:$description ",
@@ -2578,14 +3070,14 @@
2578
3070
  "varName": "description"
2579
3071
  },
2580
3072
  "expirationDate": {
2581
- "alias": "DlpLicenseExpirationDate: expirationDate",
3073
+ "alias": "endpointProtectionLicenseExpirationDate: expirationDate",
2582
3074
  "args": {},
2583
3075
  "deprecationReason": null,
2584
3076
  "description": "License expiration date",
2585
- "id_str": "licensingInfo___licenses___DlpLicense___expirationDate",
3077
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___expirationDate",
2586
3078
  "isDeprecated": false,
2587
3079
  "name": "expirationDate",
2588
- "path": "licensingInfo.licenses.DlpLicense.expirationDate",
3080
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.expirationDate",
2589
3081
  "requestStr": "$expirationDate:DateTime! ",
2590
3082
  "required": true,
2591
3083
  "responseStr": "expirationDate:$expirationDate ",
@@ -2600,14 +3092,14 @@
2600
3092
  "varName": "expirationDate"
2601
3093
  },
2602
3094
  "lastUpdated": {
2603
- "alias": "DlpLicenseLastUpdated: lastUpdated",
3095
+ "alias": "endpointProtectionLicenseLastUpdated: lastUpdated",
2604
3096
  "args": {},
2605
3097
  "deprecationReason": null,
2606
3098
  "description": "The date of the last update to the license",
2607
- "id_str": "licensingInfo___licenses___DlpLicense___lastUpdated",
3099
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___lastUpdated",
2608
3100
  "isDeprecated": false,
2609
3101
  "name": "lastUpdated",
2610
- "path": "licensingInfo.licenses.DlpLicense.lastUpdated",
3102
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.lastUpdated",
2611
3103
  "requestStr": "$lastUpdated:DateTime ",
2612
3104
  "required": false,
2613
3105
  "responseStr": "lastUpdated:$lastUpdated ",
@@ -2621,14 +3113,14 @@
2621
3113
  "varName": "lastUpdated"
2622
3114
  },
2623
3115
  "plan": {
2624
- "alias": "DlpLicensePlan: plan",
3116
+ "alias": "endpointProtectionLicensePlan: plan",
2625
3117
  "args": {},
2626
3118
  "deprecationReason": null,
2627
3119
  "description": "License plan type",
2628
- "id_str": "licensingInfo___licenses___DlpLicense___plan",
3120
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___plan",
2629
3121
  "isDeprecated": false,
2630
3122
  "name": "plan",
2631
- "path": "licensingInfo.licenses.DlpLicense.plan",
3123
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.plan",
2632
3124
  "requestStr": "$plan:LicensePlan! ",
2633
3125
  "required": true,
2634
3126
  "responseStr": "plan:$plan ",
@@ -2667,14 +3159,14 @@
2667
3159
  "varName": "plan"
2668
3160
  },
2669
3161
  "sku": {
2670
- "alias": "DlpLicenseSku: sku",
3162
+ "alias": "endpointProtectionLicenseSku: sku",
2671
3163
  "args": {},
2672
3164
  "deprecationReason": null,
2673
3165
  "description": "The license SKU",
2674
- "id_str": "licensingInfo___licenses___DlpLicense___sku",
3166
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___sku",
2675
3167
  "isDeprecated": false,
2676
3168
  "name": "sku",
2677
- "path": "licensingInfo.licenses.DlpLicense.sku",
3169
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.sku",
2678
3170
  "requestStr": "$sku:LicenseSku! ",
2679
3171
  "required": true,
2680
3172
  "responseStr": "sku:$sku ",
@@ -2766,6 +3258,12 @@
2766
3258
  "isDeprecated": false,
2767
3259
  "name": "CATO_MDR"
2768
3260
  },
3261
+ {
3262
+ "deprecationReason": null,
3263
+ "description": "Cato Managed XDR service SKU",
3264
+ "isDeprecated": false,
3265
+ "name": "CATO_MANAGED_XDR"
3266
+ },
2769
3267
  {
2770
3268
  "deprecationReason": null,
2771
3269
  "description": "Cato NOCaaS service SKU",
@@ -2826,6 +3324,12 @@
2826
3324
  "isDeprecated": false,
2827
3325
  "name": "CATO_DEM"
2828
3326
  },
3327
+ {
3328
+ "deprecationReason": null,
3329
+ "description": "Cato IoT/OT Security service SKU",
3330
+ "isDeprecated": false,
3331
+ "name": "CATO_IOT_OT"
3332
+ },
2829
3333
  {
2830
3334
  "deprecationReason": null,
2831
3335
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -2881,14 +3385,14 @@
2881
3385
  "varName": "sku"
2882
3386
  },
2883
3387
  "startDate": {
2884
- "alias": "DlpLicenseStartDate: startDate",
3388
+ "alias": "endpointProtectionLicenseStartDate: startDate",
2885
3389
  "args": {},
2886
3390
  "deprecationReason": null,
2887
3391
  "description": "License start date",
2888
- "id_str": "licensingInfo___licenses___DlpLicense___startDate",
3392
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___startDate",
2889
3393
  "isDeprecated": false,
2890
3394
  "name": "startDate",
2891
- "path": "licensingInfo.licenses.DlpLicense.startDate",
3395
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.startDate",
2892
3396
  "requestStr": "$startDate:DateTime ",
2893
3397
  "required": false,
2894
3398
  "responseStr": "startDate:$startDate ",
@@ -2902,14 +3406,14 @@
2902
3406
  "varName": "startDate"
2903
3407
  },
2904
3408
  "status": {
2905
- "alias": "DlpLicenseStatus: status",
3409
+ "alias": "endpointProtectionLicenseStatus: status",
2906
3410
  "args": {},
2907
3411
  "deprecationReason": null,
2908
3412
  "description": "License activation status",
2909
- "id_str": "licensingInfo___licenses___DlpLicense___status",
3413
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___status",
2910
3414
  "isDeprecated": false,
2911
3415
  "name": "status",
2912
- "path": "licensingInfo.licenses.DlpLicense.status",
3416
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.status",
2913
3417
  "requestStr": "$status:LicenseStatus! ",
2914
3418
  "required": true,
2915
3419
  "responseStr": "status:$status ",
@@ -2964,27 +3468,48 @@
2964
3468
  "non_null": false
2965
3469
  },
2966
3470
  "varName": "status"
3471
+ },
3472
+ "total": {
3473
+ "args": {},
3474
+ "deprecationReason": null,
3475
+ "description": "The maximum number of users that can use this service",
3476
+ "id_str": "licensingInfo___licenses___EndpointProtectionLicense___total",
3477
+ "isDeprecated": false,
3478
+ "name": "total",
3479
+ "path": "licensingInfo.licenses.EndpointProtectionLicense.total",
3480
+ "requestStr": "$total:Int! ",
3481
+ "required": true,
3482
+ "responseStr": "total:$total ",
3483
+ "type": {
3484
+ "kind": [
3485
+ "NON_NULL",
3486
+ "SCALAR"
3487
+ ],
3488
+ "name": "Int",
3489
+ "non_null": false
3490
+ },
3491
+ "varName": "total"
2967
3492
  }
2968
3493
  },
2969
3494
  "inputFields": null,
2970
3495
  "interfaces": {},
2971
3496
  "kind": "OBJECT",
2972
- "name": "DlpLicense",
3497
+ "name": "EndpointProtectionLicense",
2973
3498
  "possibleTypes": null
2974
3499
  },
2975
- "EndpointProtectionLicense": {
2976
- "description": "End Point Protection (EPP) license details",
3500
+ "IlmmLicense": {
3501
+ "description": "Intelligent Last Mile Monitoring (ILMM) License details",
2977
3502
  "enumValues": null,
2978
3503
  "fields": {
2979
3504
  "description": {
2980
- "alias": "EndpointProtectionLicenseDescription: description",
3505
+ "alias": "ilmmLicenseDescription: description",
2981
3506
  "args": {},
2982
3507
  "deprecationReason": null,
2983
3508
  "description": null,
2984
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___description",
3509
+ "id_str": "licensingInfo___licenses___IlmmLicense___description",
2985
3510
  "isDeprecated": false,
2986
3511
  "name": "description",
2987
- "path": "licensingInfo.licenses.EndpointProtectionLicense.description",
3512
+ "path": "licensingInfo.licenses.IlmmLicense.description",
2988
3513
  "requestStr": "$description:String ",
2989
3514
  "required": false,
2990
3515
  "responseStr": "description:$description ",
@@ -2998,14 +3523,14 @@
2998
3523
  "varName": "description"
2999
3524
  },
3000
3525
  "expirationDate": {
3001
- "alias": "EndpointProtectionLicenseExpirationDate: expirationDate",
3526
+ "alias": "ilmmLicenseExpirationDate: expirationDate",
3002
3527
  "args": {},
3003
3528
  "deprecationReason": null,
3004
3529
  "description": "License expiration date",
3005
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___expirationDate",
3530
+ "id_str": "licensingInfo___licenses___IlmmLicense___expirationDate",
3006
3531
  "isDeprecated": false,
3007
3532
  "name": "expirationDate",
3008
- "path": "licensingInfo.licenses.EndpointProtectionLicense.expirationDate",
3533
+ "path": "licensingInfo.licenses.IlmmLicense.expirationDate",
3009
3534
  "requestStr": "$expirationDate:DateTime! ",
3010
3535
  "required": true,
3011
3536
  "responseStr": "expirationDate:$expirationDate ",
@@ -3020,14 +3545,14 @@
3020
3545
  "varName": "expirationDate"
3021
3546
  },
3022
3547
  "lastUpdated": {
3023
- "alias": "EndpointProtectionLicenseLastUpdated: lastUpdated",
3548
+ "alias": "ilmmLicenseLastUpdated: lastUpdated",
3024
3549
  "args": {},
3025
3550
  "deprecationReason": null,
3026
3551
  "description": "The date of the last update to the license",
3027
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___lastUpdated",
3552
+ "id_str": "licensingInfo___licenses___IlmmLicense___lastUpdated",
3028
3553
  "isDeprecated": false,
3029
3554
  "name": "lastUpdated",
3030
- "path": "licensingInfo.licenses.EndpointProtectionLicense.lastUpdated",
3555
+ "path": "licensingInfo.licenses.IlmmLicense.lastUpdated",
3031
3556
  "requestStr": "$lastUpdated:DateTime ",
3032
3557
  "required": false,
3033
3558
  "responseStr": "lastUpdated:$lastUpdated ",
@@ -3041,14 +3566,14 @@
3041
3566
  "varName": "lastUpdated"
3042
3567
  },
3043
3568
  "plan": {
3044
- "alias": "EndpointProtectionLicensePlan: plan",
3569
+ "alias": "ilmmLicensePlan: plan",
3045
3570
  "args": {},
3046
3571
  "deprecationReason": null,
3047
3572
  "description": "License plan type",
3048
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___plan",
3573
+ "id_str": "licensingInfo___licenses___IlmmLicense___plan",
3049
3574
  "isDeprecated": false,
3050
3575
  "name": "plan",
3051
- "path": "licensingInfo.licenses.EndpointProtectionLicense.plan",
3576
+ "path": "licensingInfo.licenses.IlmmLicense.plan",
3052
3577
  "requestStr": "$plan:LicensePlan! ",
3053
3578
  "required": true,
3054
3579
  "responseStr": "plan:$plan ",
@@ -3087,14 +3612,14 @@
3087
3612
  "varName": "plan"
3088
3613
  },
3089
3614
  "sku": {
3090
- "alias": "EndpointProtectionLicenseSku: sku",
3615
+ "alias": "ilmmLicenseSku: sku",
3091
3616
  "args": {},
3092
3617
  "deprecationReason": null,
3093
3618
  "description": "The license SKU",
3094
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___sku",
3619
+ "id_str": "licensingInfo___licenses___IlmmLicense___sku",
3095
3620
  "isDeprecated": false,
3096
3621
  "name": "sku",
3097
- "path": "licensingInfo.licenses.EndpointProtectionLicense.sku",
3622
+ "path": "licensingInfo.licenses.IlmmLicense.sku",
3098
3623
  "requestStr": "$sku:LicenseSku! ",
3099
3624
  "required": true,
3100
3625
  "responseStr": "sku:$sku ",
@@ -3186,6 +3711,12 @@
3186
3711
  "isDeprecated": false,
3187
3712
  "name": "CATO_MDR"
3188
3713
  },
3714
+ {
3715
+ "deprecationReason": null,
3716
+ "description": "Cato Managed XDR service SKU",
3717
+ "isDeprecated": false,
3718
+ "name": "CATO_MANAGED_XDR"
3719
+ },
3189
3720
  {
3190
3721
  "deprecationReason": null,
3191
3722
  "description": "Cato NOCaaS service SKU",
@@ -3246,6 +3777,12 @@
3246
3777
  "isDeprecated": false,
3247
3778
  "name": "CATO_DEM"
3248
3779
  },
3780
+ {
3781
+ "deprecationReason": null,
3782
+ "description": "Cato IoT/OT Security service SKU",
3783
+ "isDeprecated": false,
3784
+ "name": "CATO_IOT_OT"
3785
+ },
3249
3786
  {
3250
3787
  "deprecationReason": null,
3251
3788
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -3301,14 +3838,14 @@
3301
3838
  "varName": "sku"
3302
3839
  },
3303
3840
  "startDate": {
3304
- "alias": "EndpointProtectionLicenseStartDate: startDate",
3841
+ "alias": "ilmmLicenseStartDate: startDate",
3305
3842
  "args": {},
3306
3843
  "deprecationReason": null,
3307
3844
  "description": "License start date",
3308
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___startDate",
3845
+ "id_str": "licensingInfo___licenses___IlmmLicense___startDate",
3309
3846
  "isDeprecated": false,
3310
3847
  "name": "startDate",
3311
- "path": "licensingInfo.licenses.EndpointProtectionLicense.startDate",
3848
+ "path": "licensingInfo.licenses.IlmmLicense.startDate",
3312
3849
  "requestStr": "$startDate:DateTime ",
3313
3850
  "required": false,
3314
3851
  "responseStr": "startDate:$startDate ",
@@ -3322,14 +3859,14 @@
3322
3859
  "varName": "startDate"
3323
3860
  },
3324
3861
  "status": {
3325
- "alias": "EndpointProtectionLicenseStatus: status",
3862
+ "alias": "ilmmLicenseStatus: status",
3326
3863
  "args": {},
3327
3864
  "deprecationReason": null,
3328
3865
  "description": "License activation status",
3329
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___status",
3866
+ "id_str": "licensingInfo___licenses___IlmmLicense___status",
3330
3867
  "isDeprecated": false,
3331
3868
  "name": "status",
3332
- "path": "licensingInfo.licenses.EndpointProtectionLicense.status",
3869
+ "path": "licensingInfo.licenses.IlmmLicense.status",
3333
3870
  "requestStr": "$status:LicenseStatus! ",
3334
3871
  "required": true,
3335
3872
  "responseStr": "status:$status ",
@@ -3388,11 +3925,11 @@
3388
3925
  "total": {
3389
3926
  "args": {},
3390
3927
  "deprecationReason": null,
3391
- "description": "The maximum number of users that can use this service",
3392
- "id_str": "licensingInfo___licenses___EndpointProtectionLicense___total",
3928
+ "description": "The total amount of ILMM licenses.",
3929
+ "id_str": "licensingInfo___licenses___IlmmLicense___total",
3393
3930
  "isDeprecated": false,
3394
3931
  "name": "total",
3395
- "path": "licensingInfo.licenses.EndpointProtectionLicense.total",
3932
+ "path": "licensingInfo.licenses.IlmmLicense.total",
3396
3933
  "requestStr": "$total:Int! ",
3397
3934
  "required": true,
3398
3935
  "responseStr": "total:$total ",
@@ -3410,22 +3947,22 @@
3410
3947
  "inputFields": null,
3411
3948
  "interfaces": {},
3412
3949
  "kind": "OBJECT",
3413
- "name": "EndpointProtectionLicense",
3950
+ "name": "IlmmLicense",
3414
3951
  "possibleTypes": null
3415
3952
  },
3416
- "IlmmLicense": {
3417
- "description": "Intelligent Last Mile Monitoring (ILMM) License details",
3953
+ "IotOtLicense": {
3954
+ "description": "IoT/OT Security service license details",
3418
3955
  "enumValues": null,
3419
3956
  "fields": {
3420
3957
  "description": {
3421
- "alias": "IlmmLicenseDescription: description",
3958
+ "alias": "iotOtLicenseDescription: description",
3422
3959
  "args": {},
3423
3960
  "deprecationReason": null,
3424
3961
  "description": null,
3425
- "id_str": "licensingInfo___licenses___IlmmLicense___description",
3962
+ "id_str": "licensingInfo___licenses___IotOtLicense___description",
3426
3963
  "isDeprecated": false,
3427
3964
  "name": "description",
3428
- "path": "licensingInfo.licenses.IlmmLicense.description",
3965
+ "path": "licensingInfo.licenses.IotOtLicense.description",
3429
3966
  "requestStr": "$description:String ",
3430
3967
  "required": false,
3431
3968
  "responseStr": "description:$description ",
@@ -3439,14 +3976,14 @@
3439
3976
  "varName": "description"
3440
3977
  },
3441
3978
  "expirationDate": {
3442
- "alias": "IlmmLicenseExpirationDate: expirationDate",
3979
+ "alias": "iotOtLicenseExpirationDate: expirationDate",
3443
3980
  "args": {},
3444
3981
  "deprecationReason": null,
3445
3982
  "description": "License expiration date",
3446
- "id_str": "licensingInfo___licenses___IlmmLicense___expirationDate",
3983
+ "id_str": "licensingInfo___licenses___IotOtLicense___expirationDate",
3447
3984
  "isDeprecated": false,
3448
3985
  "name": "expirationDate",
3449
- "path": "licensingInfo.licenses.IlmmLicense.expirationDate",
3986
+ "path": "licensingInfo.licenses.IotOtLicense.expirationDate",
3450
3987
  "requestStr": "$expirationDate:DateTime! ",
3451
3988
  "required": true,
3452
3989
  "responseStr": "expirationDate:$expirationDate ",
@@ -3461,14 +3998,14 @@
3461
3998
  "varName": "expirationDate"
3462
3999
  },
3463
4000
  "lastUpdated": {
3464
- "alias": "IlmmLicenseLastUpdated: lastUpdated",
4001
+ "alias": "iotOtLicenseLastUpdated: lastUpdated",
3465
4002
  "args": {},
3466
4003
  "deprecationReason": null,
3467
4004
  "description": "The date of the last update to the license",
3468
- "id_str": "licensingInfo___licenses___IlmmLicense___lastUpdated",
4005
+ "id_str": "licensingInfo___licenses___IotOtLicense___lastUpdated",
3469
4006
  "isDeprecated": false,
3470
4007
  "name": "lastUpdated",
3471
- "path": "licensingInfo.licenses.IlmmLicense.lastUpdated",
4008
+ "path": "licensingInfo.licenses.IotOtLicense.lastUpdated",
3472
4009
  "requestStr": "$lastUpdated:DateTime ",
3473
4010
  "required": false,
3474
4011
  "responseStr": "lastUpdated:$lastUpdated ",
@@ -3482,14 +4019,14 @@
3482
4019
  "varName": "lastUpdated"
3483
4020
  },
3484
4021
  "plan": {
3485
- "alias": "IlmmLicensePlan: plan",
4022
+ "alias": "iotOtLicensePlan: plan",
3486
4023
  "args": {},
3487
4024
  "deprecationReason": null,
3488
4025
  "description": "License plan type",
3489
- "id_str": "licensingInfo___licenses___IlmmLicense___plan",
4026
+ "id_str": "licensingInfo___licenses___IotOtLicense___plan",
3490
4027
  "isDeprecated": false,
3491
4028
  "name": "plan",
3492
- "path": "licensingInfo.licenses.IlmmLicense.plan",
4029
+ "path": "licensingInfo.licenses.IotOtLicense.plan",
3493
4030
  "requestStr": "$plan:LicensePlan! ",
3494
4031
  "required": true,
3495
4032
  "responseStr": "plan:$plan ",
@@ -3528,14 +4065,14 @@
3528
4065
  "varName": "plan"
3529
4066
  },
3530
4067
  "sku": {
3531
- "alias": "IlmmLicenseSku: sku",
4068
+ "alias": "iotOtLicenseSku: sku",
3532
4069
  "args": {},
3533
4070
  "deprecationReason": null,
3534
4071
  "description": "The license SKU",
3535
- "id_str": "licensingInfo___licenses___IlmmLicense___sku",
4072
+ "id_str": "licensingInfo___licenses___IotOtLicense___sku",
3536
4073
  "isDeprecated": false,
3537
4074
  "name": "sku",
3538
- "path": "licensingInfo.licenses.IlmmLicense.sku",
4075
+ "path": "licensingInfo.licenses.IotOtLicense.sku",
3539
4076
  "requestStr": "$sku:LicenseSku! ",
3540
4077
  "required": true,
3541
4078
  "responseStr": "sku:$sku ",
@@ -3627,6 +4164,12 @@
3627
4164
  "isDeprecated": false,
3628
4165
  "name": "CATO_MDR"
3629
4166
  },
4167
+ {
4168
+ "deprecationReason": null,
4169
+ "description": "Cato Managed XDR service SKU",
4170
+ "isDeprecated": false,
4171
+ "name": "CATO_MANAGED_XDR"
4172
+ },
3630
4173
  {
3631
4174
  "deprecationReason": null,
3632
4175
  "description": "Cato NOCaaS service SKU",
@@ -3687,6 +4230,12 @@
3687
4230
  "isDeprecated": false,
3688
4231
  "name": "CATO_DEM"
3689
4232
  },
4233
+ {
4234
+ "deprecationReason": null,
4235
+ "description": "Cato IoT/OT Security service SKU",
4236
+ "isDeprecated": false,
4237
+ "name": "CATO_IOT_OT"
4238
+ },
3690
4239
  {
3691
4240
  "deprecationReason": null,
3692
4241
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -3742,14 +4291,14 @@
3742
4291
  "varName": "sku"
3743
4292
  },
3744
4293
  "startDate": {
3745
- "alias": "IlmmLicenseStartDate: startDate",
4294
+ "alias": "iotOtLicenseStartDate: startDate",
3746
4295
  "args": {},
3747
4296
  "deprecationReason": null,
3748
4297
  "description": "License start date",
3749
- "id_str": "licensingInfo___licenses___IlmmLicense___startDate",
4298
+ "id_str": "licensingInfo___licenses___IotOtLicense___startDate",
3750
4299
  "isDeprecated": false,
3751
4300
  "name": "startDate",
3752
- "path": "licensingInfo.licenses.IlmmLicense.startDate",
4301
+ "path": "licensingInfo.licenses.IotOtLicense.startDate",
3753
4302
  "requestStr": "$startDate:DateTime ",
3754
4303
  "required": false,
3755
4304
  "responseStr": "startDate:$startDate ",
@@ -3763,14 +4312,14 @@
3763
4312
  "varName": "startDate"
3764
4313
  },
3765
4314
  "status": {
3766
- "alias": "IlmmLicenseStatus: status",
4315
+ "alias": "iotOtLicenseStatus: status",
3767
4316
  "args": {},
3768
4317
  "deprecationReason": null,
3769
4318
  "description": "License activation status",
3770
- "id_str": "licensingInfo___licenses___IlmmLicense___status",
4319
+ "id_str": "licensingInfo___licenses___IotOtLicense___status",
3771
4320
  "isDeprecated": false,
3772
4321
  "name": "status",
3773
- "path": "licensingInfo.licenses.IlmmLicense.status",
4322
+ "path": "licensingInfo.licenses.IotOtLicense.status",
3774
4323
  "requestStr": "$status:LicenseStatus! ",
3775
4324
  "required": true,
3776
4325
  "responseStr": "status:$status ",
@@ -3825,33 +4374,12 @@
3825
4374
  "non_null": false
3826
4375
  },
3827
4376
  "varName": "status"
3828
- },
3829
- "total": {
3830
- "args": {},
3831
- "deprecationReason": null,
3832
- "description": "The total amount of ILMM licenses.",
3833
- "id_str": "licensingInfo___licenses___IlmmLicense___total",
3834
- "isDeprecated": false,
3835
- "name": "total",
3836
- "path": "licensingInfo.licenses.IlmmLicense.total",
3837
- "requestStr": "$total:Int! ",
3838
- "required": true,
3839
- "responseStr": "total:$total ",
3840
- "type": {
3841
- "kind": [
3842
- "NON_NULL",
3843
- "SCALAR"
3844
- ],
3845
- "name": "Int",
3846
- "non_null": false
3847
- },
3848
- "varName": "total"
3849
4377
  }
3850
4378
  },
3851
4379
  "inputFields": null,
3852
4380
  "interfaces": {},
3853
4381
  "kind": "OBJECT",
3854
- "name": "IlmmLicense",
4382
+ "name": "IotOtLicense",
3855
4383
  "possibleTypes": null
3856
4384
  },
3857
4385
  "IpsLicense": {
@@ -3859,7 +4387,7 @@
3859
4387
  "enumValues": null,
3860
4388
  "fields": {
3861
4389
  "description": {
3862
- "alias": "IpsLicenseDescription: description",
4390
+ "alias": "ipsLicenseDescription: description",
3863
4391
  "args": {},
3864
4392
  "deprecationReason": null,
3865
4393
  "description": null,
@@ -3880,7 +4408,7 @@
3880
4408
  "varName": "description"
3881
4409
  },
3882
4410
  "expirationDate": {
3883
- "alias": "IpsLicenseExpirationDate: expirationDate",
4411
+ "alias": "ipsLicenseExpirationDate: expirationDate",
3884
4412
  "args": {},
3885
4413
  "deprecationReason": null,
3886
4414
  "description": "License expiration date",
@@ -3902,7 +4430,7 @@
3902
4430
  "varName": "expirationDate"
3903
4431
  },
3904
4432
  "lastUpdated": {
3905
- "alias": "IpsLicenseLastUpdated: lastUpdated",
4433
+ "alias": "ipsLicenseLastUpdated: lastUpdated",
3906
4434
  "args": {},
3907
4435
  "deprecationReason": null,
3908
4436
  "description": "The date of the last update to the license",
@@ -3923,7 +4451,7 @@
3923
4451
  "varName": "lastUpdated"
3924
4452
  },
3925
4453
  "plan": {
3926
- "alias": "IpsLicensePlan: plan",
4454
+ "alias": "ipsLicensePlan: plan",
3927
4455
  "args": {},
3928
4456
  "deprecationReason": null,
3929
4457
  "description": "License plan type",
@@ -3969,7 +4497,7 @@
3969
4497
  "varName": "plan"
3970
4498
  },
3971
4499
  "sku": {
3972
- "alias": "IpsLicenseSku: sku",
4500
+ "alias": "ipsLicenseSku: sku",
3973
4501
  "args": {},
3974
4502
  "deprecationReason": null,
3975
4503
  "description": "The license SKU",
@@ -4068,6 +4596,12 @@
4068
4596
  "isDeprecated": false,
4069
4597
  "name": "CATO_MDR"
4070
4598
  },
4599
+ {
4600
+ "deprecationReason": null,
4601
+ "description": "Cato Managed XDR service SKU",
4602
+ "isDeprecated": false,
4603
+ "name": "CATO_MANAGED_XDR"
4604
+ },
4071
4605
  {
4072
4606
  "deprecationReason": null,
4073
4607
  "description": "Cato NOCaaS service SKU",
@@ -4128,6 +4662,12 @@
4128
4662
  "isDeprecated": false,
4129
4663
  "name": "CATO_DEM"
4130
4664
  },
4665
+ {
4666
+ "deprecationReason": null,
4667
+ "description": "Cato IoT/OT Security service SKU",
4668
+ "isDeprecated": false,
4669
+ "name": "CATO_IOT_OT"
4670
+ },
4131
4671
  {
4132
4672
  "deprecationReason": null,
4133
4673
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -4183,7 +4723,7 @@
4183
4723
  "varName": "sku"
4184
4724
  },
4185
4725
  "startDate": {
4186
- "alias": "IpsLicenseStartDate: startDate",
4726
+ "alias": "ipsLicenseStartDate: startDate",
4187
4727
  "args": {},
4188
4728
  "deprecationReason": null,
4189
4729
  "description": "License start date",
@@ -4204,7 +4744,7 @@
4204
4744
  "varName": "startDate"
4205
4745
  },
4206
4746
  "status": {
4207
- "alias": "IpsLicenseStatus: status",
4747
+ "alias": "ipsLicenseStatus: status",
4208
4748
  "args": {},
4209
4749
  "deprecationReason": null,
4210
4750
  "description": "License activation status",
@@ -4279,7 +4819,7 @@
4279
4819
  "enumValues": null,
4280
4820
  "fields": {
4281
4821
  "description": {
4282
- "alias": "MalwareProtectionLicenseDescription: description",
4822
+ "alias": "malwareProtectionLicenseDescription: description",
4283
4823
  "args": {},
4284
4824
  "deprecationReason": null,
4285
4825
  "description": null,
@@ -4300,7 +4840,7 @@
4300
4840
  "varName": "description"
4301
4841
  },
4302
4842
  "expirationDate": {
4303
- "alias": "MalwareProtectionLicenseExpirationDate: expirationDate",
4843
+ "alias": "malwareProtectionLicenseExpirationDate: expirationDate",
4304
4844
  "args": {},
4305
4845
  "deprecationReason": null,
4306
4846
  "description": "License expiration date",
@@ -4322,7 +4862,7 @@
4322
4862
  "varName": "expirationDate"
4323
4863
  },
4324
4864
  "lastUpdated": {
4325
- "alias": "MalwareProtectionLicenseLastUpdated: lastUpdated",
4865
+ "alias": "malwareProtectionLicenseLastUpdated: lastUpdated",
4326
4866
  "args": {},
4327
4867
  "deprecationReason": null,
4328
4868
  "description": "The date of the last update to the license",
@@ -4343,7 +4883,7 @@
4343
4883
  "varName": "lastUpdated"
4344
4884
  },
4345
4885
  "plan": {
4346
- "alias": "MalwareProtectionLicensePlan: plan",
4886
+ "alias": "malwareProtectionLicensePlan: plan",
4347
4887
  "args": {},
4348
4888
  "deprecationReason": null,
4349
4889
  "description": "License plan type",
@@ -4389,7 +4929,7 @@
4389
4929
  "varName": "plan"
4390
4930
  },
4391
4931
  "sku": {
4392
- "alias": "MalwareProtectionLicenseSku: sku",
4932
+ "alias": "malwareProtectionLicenseSku: sku",
4393
4933
  "args": {},
4394
4934
  "deprecationReason": null,
4395
4935
  "description": "The license SKU",
@@ -4488,6 +5028,12 @@
4488
5028
  "isDeprecated": false,
4489
5029
  "name": "CATO_MDR"
4490
5030
  },
5031
+ {
5032
+ "deprecationReason": null,
5033
+ "description": "Cato Managed XDR service SKU",
5034
+ "isDeprecated": false,
5035
+ "name": "CATO_MANAGED_XDR"
5036
+ },
4491
5037
  {
4492
5038
  "deprecationReason": null,
4493
5039
  "description": "Cato NOCaaS service SKU",
@@ -4548,6 +5094,12 @@
4548
5094
  "isDeprecated": false,
4549
5095
  "name": "CATO_DEM"
4550
5096
  },
5097
+ {
5098
+ "deprecationReason": null,
5099
+ "description": "Cato IoT/OT Security service SKU",
5100
+ "isDeprecated": false,
5101
+ "name": "CATO_IOT_OT"
5102
+ },
4551
5103
  {
4552
5104
  "deprecationReason": null,
4553
5105
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -4603,7 +5155,7 @@
4603
5155
  "varName": "sku"
4604
5156
  },
4605
5157
  "startDate": {
4606
- "alias": "MalwareProtectionLicenseStartDate: startDate",
5158
+ "alias": "malwareProtectionLicenseStartDate: startDate",
4607
5159
  "args": {},
4608
5160
  "deprecationReason": null,
4609
5161
  "description": "License start date",
@@ -4624,7 +5176,7 @@
4624
5176
  "varName": "startDate"
4625
5177
  },
4626
5178
  "status": {
4627
- "alias": "MalwareProtectionLicenseStatus: status",
5179
+ "alias": "malwareProtectionLicenseStatus: status",
4628
5180
  "args": {},
4629
5181
  "deprecationReason": null,
4630
5182
  "description": "License activation status",
@@ -4699,7 +5251,7 @@
4699
5251
  "enumValues": null,
4700
5252
  "fields": {
4701
5253
  "description": {
4702
- "alias": "ManagedXdrLicenseDescription: description",
5254
+ "alias": "managedXdrLicenseDescription: description",
4703
5255
  "args": {},
4704
5256
  "deprecationReason": null,
4705
5257
  "description": null,
@@ -4720,7 +5272,7 @@
4720
5272
  "varName": "description"
4721
5273
  },
4722
5274
  "expirationDate": {
4723
- "alias": "ManagedXdrLicenseExpirationDate: expirationDate",
5275
+ "alias": "managedXdrLicenseExpirationDate: expirationDate",
4724
5276
  "args": {},
4725
5277
  "deprecationReason": null,
4726
5278
  "description": "License expiration date",
@@ -4742,7 +5294,7 @@
4742
5294
  "varName": "expirationDate"
4743
5295
  },
4744
5296
  "lastUpdated": {
4745
- "alias": "ManagedXdrLicenseLastUpdated: lastUpdated",
5297
+ "alias": "managedXdrLicenseLastUpdated: lastUpdated",
4746
5298
  "args": {},
4747
5299
  "deprecationReason": null,
4748
5300
  "description": "The date of the last update to the license",
@@ -4763,7 +5315,7 @@
4763
5315
  "varName": "lastUpdated"
4764
5316
  },
4765
5317
  "plan": {
4766
- "alias": "ManagedXdrLicensePlan: plan",
5318
+ "alias": "managedXdrLicensePlan: plan",
4767
5319
  "args": {},
4768
5320
  "deprecationReason": null,
4769
5321
  "description": "License plan type",
@@ -4809,7 +5361,7 @@
4809
5361
  "varName": "plan"
4810
5362
  },
4811
5363
  "sku": {
4812
- "alias": "ManagedXdrLicenseSku: sku",
5364
+ "alias": "managedXdrLicenseSku: sku",
4813
5365
  "args": {},
4814
5366
  "deprecationReason": null,
4815
5367
  "description": "The license SKU",
@@ -4908,6 +5460,12 @@
4908
5460
  "isDeprecated": false,
4909
5461
  "name": "CATO_MDR"
4910
5462
  },
5463
+ {
5464
+ "deprecationReason": null,
5465
+ "description": "Cato Managed XDR service SKU",
5466
+ "isDeprecated": false,
5467
+ "name": "CATO_MANAGED_XDR"
5468
+ },
4911
5469
  {
4912
5470
  "deprecationReason": null,
4913
5471
  "description": "Cato NOCaaS service SKU",
@@ -4968,6 +5526,12 @@
4968
5526
  "isDeprecated": false,
4969
5527
  "name": "CATO_DEM"
4970
5528
  },
5529
+ {
5530
+ "deprecationReason": null,
5531
+ "description": "Cato IoT/OT Security service SKU",
5532
+ "isDeprecated": false,
5533
+ "name": "CATO_IOT_OT"
5534
+ },
4971
5535
  {
4972
5536
  "deprecationReason": null,
4973
5537
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -5023,7 +5587,7 @@
5023
5587
  "varName": "sku"
5024
5588
  },
5025
5589
  "startDate": {
5026
- "alias": "ManagedXdrLicenseStartDate: startDate",
5590
+ "alias": "managedXdrLicenseStartDate: startDate",
5027
5591
  "args": {},
5028
5592
  "deprecationReason": null,
5029
5593
  "description": "License start date",
@@ -5044,7 +5608,7 @@
5044
5608
  "varName": "startDate"
5045
5609
  },
5046
5610
  "status": {
5047
- "alias": "ManagedXdrLicenseStatus: status",
5611
+ "alias": "managedXdrLicenseStatus: status",
5048
5612
  "args": {},
5049
5613
  "deprecationReason": null,
5050
5614
  "description": "License activation status",
@@ -5119,7 +5683,7 @@
5119
5683
  "enumValues": null,
5120
5684
  "fields": {
5121
5685
  "description": {
5122
- "alias": "NOCaaSLicenseDescription: description",
5686
+ "alias": "nOCaaSLicenseDescription: description",
5123
5687
  "args": {},
5124
5688
  "deprecationReason": null,
5125
5689
  "description": null,
@@ -5140,7 +5704,7 @@
5140
5704
  "varName": "description"
5141
5705
  },
5142
5706
  "expirationDate": {
5143
- "alias": "NOCaaSLicenseExpirationDate: expirationDate",
5707
+ "alias": "nOCaaSLicenseExpirationDate: expirationDate",
5144
5708
  "args": {},
5145
5709
  "deprecationReason": null,
5146
5710
  "description": "License expiration date",
@@ -5162,7 +5726,7 @@
5162
5726
  "varName": "expirationDate"
5163
5727
  },
5164
5728
  "lastUpdated": {
5165
- "alias": "NOCaaSLicenseLastUpdated: lastUpdated",
5729
+ "alias": "nOCaaSLicenseLastUpdated: lastUpdated",
5166
5730
  "args": {},
5167
5731
  "deprecationReason": null,
5168
5732
  "description": "The date of the last update to the license",
@@ -5183,7 +5747,7 @@
5183
5747
  "varName": "lastUpdated"
5184
5748
  },
5185
5749
  "plan": {
5186
- "alias": "NOCaaSLicensePlan: plan",
5750
+ "alias": "nOCaaSLicensePlan: plan",
5187
5751
  "args": {},
5188
5752
  "deprecationReason": null,
5189
5753
  "description": "License plan type",
@@ -5229,7 +5793,7 @@
5229
5793
  "varName": "plan"
5230
5794
  },
5231
5795
  "sku": {
5232
- "alias": "NOCaaSLicenseSku: sku",
5796
+ "alias": "nOCaaSLicenseSku: sku",
5233
5797
  "args": {},
5234
5798
  "deprecationReason": null,
5235
5799
  "description": "The license SKU",
@@ -5328,6 +5892,12 @@
5328
5892
  "isDeprecated": false,
5329
5893
  "name": "CATO_MDR"
5330
5894
  },
5895
+ {
5896
+ "deprecationReason": null,
5897
+ "description": "Cato Managed XDR service SKU",
5898
+ "isDeprecated": false,
5899
+ "name": "CATO_MANAGED_XDR"
5900
+ },
5331
5901
  {
5332
5902
  "deprecationReason": null,
5333
5903
  "description": "Cato NOCaaS service SKU",
@@ -5388,6 +5958,12 @@
5388
5958
  "isDeprecated": false,
5389
5959
  "name": "CATO_DEM"
5390
5960
  },
5961
+ {
5962
+ "deprecationReason": null,
5963
+ "description": "Cato IoT/OT Security service SKU",
5964
+ "isDeprecated": false,
5965
+ "name": "CATO_IOT_OT"
5966
+ },
5391
5967
  {
5392
5968
  "deprecationReason": null,
5393
5969
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -5443,7 +6019,7 @@
5443
6019
  "varName": "sku"
5444
6020
  },
5445
6021
  "startDate": {
5446
- "alias": "NOCaaSLicenseStartDate: startDate",
6022
+ "alias": "nOCaaSLicenseStartDate: startDate",
5447
6023
  "args": {},
5448
6024
  "deprecationReason": null,
5449
6025
  "description": "License start date",
@@ -5464,7 +6040,7 @@
5464
6040
  "varName": "startDate"
5465
6041
  },
5466
6042
  "status": {
5467
- "alias": "NOCaaSLicenseStatus: status",
6043
+ "alias": "nOCaaSLicenseStatus: status",
5468
6044
  "args": {},
5469
6045
  "deprecationReason": null,
5470
6046
  "description": "License activation status",
@@ -5539,7 +6115,7 @@
5539
6115
  "enumValues": null,
5540
6116
  "fields": {
5541
6117
  "description": {
5542
- "alias": "NextGenMalwareProtectionLicenseDescription: description",
6118
+ "alias": "nextGenMalwareProtectionLicenseDescription: description",
5543
6119
  "args": {},
5544
6120
  "deprecationReason": null,
5545
6121
  "description": null,
@@ -5560,7 +6136,7 @@
5560
6136
  "varName": "description"
5561
6137
  },
5562
6138
  "expirationDate": {
5563
- "alias": "NextGenMalwareProtectionLicenseExpirationDate: expirationDate",
6139
+ "alias": "nextGenMalwareProtectionLicenseExpirationDate: expirationDate",
5564
6140
  "args": {},
5565
6141
  "deprecationReason": null,
5566
6142
  "description": "License expiration date",
@@ -5582,7 +6158,7 @@
5582
6158
  "varName": "expirationDate"
5583
6159
  },
5584
6160
  "lastUpdated": {
5585
- "alias": "NextGenMalwareProtectionLicenseLastUpdated: lastUpdated",
6161
+ "alias": "nextGenMalwareProtectionLicenseLastUpdated: lastUpdated",
5586
6162
  "args": {},
5587
6163
  "deprecationReason": null,
5588
6164
  "description": "The date of the last update to the license",
@@ -5603,7 +6179,7 @@
5603
6179
  "varName": "lastUpdated"
5604
6180
  },
5605
6181
  "plan": {
5606
- "alias": "NextGenMalwareProtectionLicensePlan: plan",
6182
+ "alias": "nextGenMalwareProtectionLicensePlan: plan",
5607
6183
  "args": {},
5608
6184
  "deprecationReason": null,
5609
6185
  "description": "License plan type",
@@ -5649,7 +6225,7 @@
5649
6225
  "varName": "plan"
5650
6226
  },
5651
6227
  "sku": {
5652
- "alias": "NextGenMalwareProtectionLicenseSku: sku",
6228
+ "alias": "nextGenMalwareProtectionLicenseSku: sku",
5653
6229
  "args": {},
5654
6230
  "deprecationReason": null,
5655
6231
  "description": "The license SKU",
@@ -5748,6 +6324,12 @@
5748
6324
  "isDeprecated": false,
5749
6325
  "name": "CATO_MDR"
5750
6326
  },
6327
+ {
6328
+ "deprecationReason": null,
6329
+ "description": "Cato Managed XDR service SKU",
6330
+ "isDeprecated": false,
6331
+ "name": "CATO_MANAGED_XDR"
6332
+ },
5751
6333
  {
5752
6334
  "deprecationReason": null,
5753
6335
  "description": "Cato NOCaaS service SKU",
@@ -5808,6 +6390,12 @@
5808
6390
  "isDeprecated": false,
5809
6391
  "name": "CATO_DEM"
5810
6392
  },
6393
+ {
6394
+ "deprecationReason": null,
6395
+ "description": "Cato IoT/OT Security service SKU",
6396
+ "isDeprecated": false,
6397
+ "name": "CATO_IOT_OT"
6398
+ },
5811
6399
  {
5812
6400
  "deprecationReason": null,
5813
6401
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -5863,7 +6451,7 @@
5863
6451
  "varName": "sku"
5864
6452
  },
5865
6453
  "startDate": {
5866
- "alias": "NextGenMalwareProtectionLicenseStartDate: startDate",
6454
+ "alias": "nextGenMalwareProtectionLicenseStartDate: startDate",
5867
6455
  "args": {},
5868
6456
  "deprecationReason": null,
5869
6457
  "description": "License start date",
@@ -5884,7 +6472,7 @@
5884
6472
  "varName": "startDate"
5885
6473
  },
5886
6474
  "status": {
5887
- "alias": "NextGenMalwareProtectionLicenseStatus: status",
6475
+ "alias": "nextGenMalwareProtectionLicenseStatus: status",
5888
6476
  "args": {},
5889
6477
  "deprecationReason": null,
5890
6478
  "description": "License activation status",
@@ -5966,16 +6554,16 @@
5966
6554
  "isDeprecated": false,
5967
6555
  "name": "accounts",
5968
6556
  "path": "licensingInfo.licenses.PooledBandwidthLicense.accounts",
5969
- "requestStr": "$PartnerPooledBandwidthLicenseAccount:[PartnerPooledBandwidthLicenseAccount]! ",
6557
+ "requestStr": "$partnerPooledBandwidthLicenseAccount:[PartnerPooledBandwidthLicenseAccount]! ",
5970
6558
  "required": true,
5971
- "responseStr": "accounts:$PartnerPooledBandwidthLicenseAccount ",
6559
+ "responseStr": "accounts:$partnerPooledBandwidthLicenseAccount ",
5972
6560
  "type": {
5973
6561
  "definition": {
5974
6562
  "description": null,
5975
6563
  "enumValues": null,
5976
6564
  "fields": {
5977
6565
  "account": {
5978
- "alias": "AccountRefAccount: account",
6566
+ "alias": "accountRefAccount: account",
5979
6567
  "args": {},
5980
6568
  "deprecationReason": null,
5981
6569
  "description": "Identifying data for the account",
@@ -5983,9 +6571,9 @@
5983
6571
  "isDeprecated": false,
5984
6572
  "name": "account",
5985
6573
  "path": "licensingInfo.licenses.PooledBandwidthLicense.accounts.account",
5986
- "requestStr": "$AccountRef:AccountRef! ",
6574
+ "requestStr": "$accountRef:AccountRef! ",
5987
6575
  "required": true,
5988
- "responseStr": "account:$AccountRef ",
6576
+ "responseStr": "account:$accountRef ",
5989
6577
  "type": {
5990
6578
  "definition": {
5991
6579
  "description": null,
@@ -6048,7 +6636,7 @@
6048
6636
  "name": "AccountRef",
6049
6637
  "non_null": false
6050
6638
  },
6051
- "varName": "AccountRef"
6639
+ "varName": "accountRef"
6052
6640
  },
6053
6641
  "allocatedBandwidth": {
6054
6642
  "args": {},
@@ -6088,7 +6676,7 @@
6088
6676
  "name": "PartnerPooledBandwidthLicenseAccount",
6089
6677
  "non_null": false
6090
6678
  },
6091
- "varName": "PartnerPooledBandwidthLicenseAccount"
6679
+ "varName": "partnerPooledBandwidthLicenseAccount"
6092
6680
  },
6093
6681
  "allocatedBandwidth": {
6094
6682
  "args": {},
@@ -6112,7 +6700,7 @@
6112
6700
  "varName": "allocatedBandwidth"
6113
6701
  },
6114
6702
  "description": {
6115
- "alias": "PooledBandwidthLicenseDescription: description",
6703
+ "alias": "pooledBandwidthLicenseDescription: description",
6116
6704
  "args": {},
6117
6705
  "deprecationReason": null,
6118
6706
  "description": null,
@@ -6133,7 +6721,7 @@
6133
6721
  "varName": "description"
6134
6722
  },
6135
6723
  "expirationDate": {
6136
- "alias": "PooledBandwidthLicenseExpirationDate: expirationDate",
6724
+ "alias": "pooledBandwidthLicenseExpirationDate: expirationDate",
6137
6725
  "args": {},
6138
6726
  "deprecationReason": null,
6139
6727
  "description": "License expiration date",
@@ -6155,7 +6743,7 @@
6155
6743
  "varName": "expirationDate"
6156
6744
  },
6157
6745
  "lastUpdated": {
6158
- "alias": "PooledBandwidthLicenseLastUpdated: lastUpdated",
6746
+ "alias": "pooledBandwidthLicenseLastUpdated: lastUpdated",
6159
6747
  "args": {},
6160
6748
  "deprecationReason": null,
6161
6749
  "description": "The date of the last update to the license",
@@ -6176,7 +6764,7 @@
6176
6764
  "varName": "lastUpdated"
6177
6765
  },
6178
6766
  "plan": {
6179
- "alias": "PooledBandwidthLicensePlan: plan",
6767
+ "alias": "pooledBandwidthLicensePlan: plan",
6180
6768
  "args": {},
6181
6769
  "deprecationReason": null,
6182
6770
  "description": "License plan type",
@@ -6385,9 +6973,9 @@
6385
6973
  "isDeprecated": false,
6386
6974
  "name": "sites",
6387
6975
  "path": "licensingInfo.licenses.PooledBandwidthLicense.sites",
6388
- "requestStr": "$PooledBandwidthLicenseSite:[PooledBandwidthLicenseSite]! ",
6976
+ "requestStr": "$pooledBandwidthLicenseSite:[PooledBandwidthLicenseSite]! ",
6389
6977
  "required": true,
6390
- "responseStr": "sites:$PooledBandwidthLicenseSite ",
6978
+ "responseStr": "sites:$pooledBandwidthLicenseSite ",
6391
6979
  "type": {
6392
6980
  "definition": {
6393
6981
  "description": null,
@@ -6415,7 +7003,7 @@
6415
7003
  "varName": "allocatedBandwidth"
6416
7004
  },
6417
7005
  "site": {
6418
- "alias": "SiteRefSite: site",
7006
+ "alias": "siteRefSite: site",
6419
7007
  "args": {},
6420
7008
  "deprecationReason": null,
6421
7009
  "description": "Identifying data for the site",
@@ -6423,9 +7011,9 @@
6423
7011
  "isDeprecated": false,
6424
7012
  "name": "site",
6425
7013
  "path": "licensingInfo.licenses.PooledBandwidthLicense.sites.site",
6426
- "requestStr": "$SiteRef:SiteRef! ",
7014
+ "requestStr": "$siteRef:SiteRef! ",
6427
7015
  "required": true,
6428
- "responseStr": "site:$SiteRef ",
7016
+ "responseStr": "site:$siteRef ",
6429
7017
  "type": {
6430
7018
  "definition": {
6431
7019
  "description": null,
@@ -6488,7 +7076,7 @@
6488
7076
  "name": "SiteRef",
6489
7077
  "non_null": false
6490
7078
  },
6491
- "varName": "SiteRef"
7079
+ "varName": "siteRef"
6492
7080
  }
6493
7081
  },
6494
7082
  "inputFields": null,
@@ -6507,10 +7095,10 @@
6507
7095
  "name": "PooledBandwidthLicenseSite",
6508
7096
  "non_null": false
6509
7097
  },
6510
- "varName": "PooledBandwidthLicenseSite"
7098
+ "varName": "pooledBandwidthLicenseSite"
6511
7099
  },
6512
7100
  "sku": {
6513
- "alias": "PooledBandwidthLicenseSku: sku",
7101
+ "alias": "pooledBandwidthLicenseSku: sku",
6514
7102
  "args": {},
6515
7103
  "deprecationReason": null,
6516
7104
  "description": "The license SKU",
@@ -6609,6 +7197,12 @@
6609
7197
  "isDeprecated": false,
6610
7198
  "name": "CATO_MDR"
6611
7199
  },
7200
+ {
7201
+ "deprecationReason": null,
7202
+ "description": "Cato Managed XDR service SKU",
7203
+ "isDeprecated": false,
7204
+ "name": "CATO_MANAGED_XDR"
7205
+ },
6612
7206
  {
6613
7207
  "deprecationReason": null,
6614
7208
  "description": "Cato NOCaaS service SKU",
@@ -6669,6 +7263,12 @@
6669
7263
  "isDeprecated": false,
6670
7264
  "name": "CATO_DEM"
6671
7265
  },
7266
+ {
7267
+ "deprecationReason": null,
7268
+ "description": "Cato IoT/OT Security service SKU",
7269
+ "isDeprecated": false,
7270
+ "name": "CATO_IOT_OT"
7271
+ },
6672
7272
  {
6673
7273
  "deprecationReason": null,
6674
7274
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -6724,7 +7324,7 @@
6724
7324
  "varName": "sku"
6725
7325
  },
6726
7326
  "startDate": {
6727
- "alias": "PooledBandwidthLicenseStartDate: startDate",
7327
+ "alias": "pooledBandwidthLicenseStartDate: startDate",
6728
7328
  "args": {},
6729
7329
  "deprecationReason": null,
6730
7330
  "description": "License start date",
@@ -6745,7 +7345,7 @@
6745
7345
  "varName": "startDate"
6746
7346
  },
6747
7347
  "status": {
6748
- "alias": "PooledBandwidthLicenseStatus: status",
7348
+ "alias": "pooledBandwidthLicenseStatus: status",
6749
7349
  "args": {},
6750
7350
  "deprecationReason": null,
6751
7351
  "description": "License activation status",
@@ -6841,7 +7441,7 @@
6841
7441
  "enumValues": null,
6842
7442
  "fields": {
6843
7443
  "description": {
6844
- "alias": "PublicIpsLicenseDescription: description",
7444
+ "alias": "publicIpsLicenseDescription: description",
6845
7445
  "args": {},
6846
7446
  "deprecationReason": null,
6847
7447
  "description": null,
@@ -6862,7 +7462,7 @@
6862
7462
  "varName": "description"
6863
7463
  },
6864
7464
  "expirationDate": {
6865
- "alias": "PublicIpsLicenseExpirationDate: expirationDate",
7465
+ "alias": "publicIpsLicenseExpirationDate: expirationDate",
6866
7466
  "args": {},
6867
7467
  "deprecationReason": null,
6868
7468
  "description": "License expiration date",
@@ -6884,7 +7484,7 @@
6884
7484
  "varName": "expirationDate"
6885
7485
  },
6886
7486
  "lastUpdated": {
6887
- "alias": "PublicIpsLicenseLastUpdated: lastUpdated",
7487
+ "alias": "publicIpsLicenseLastUpdated: lastUpdated",
6888
7488
  "args": {},
6889
7489
  "deprecationReason": null,
6890
7490
  "description": "The date of the last update to the license",
@@ -6905,7 +7505,7 @@
6905
7505
  "varName": "lastUpdated"
6906
7506
  },
6907
7507
  "plan": {
6908
- "alias": "PublicIpsLicensePlan: plan",
7508
+ "alias": "publicIpsLicensePlan: plan",
6909
7509
  "args": {},
6910
7510
  "deprecationReason": null,
6911
7511
  "description": "License plan type",
@@ -6951,7 +7551,7 @@
6951
7551
  "varName": "plan"
6952
7552
  },
6953
7553
  "sku": {
6954
- "alias": "PublicIpsLicenseSku: sku",
7554
+ "alias": "publicIpsLicenseSku: sku",
6955
7555
  "args": {},
6956
7556
  "deprecationReason": null,
6957
7557
  "description": "The license SKU",
@@ -7050,6 +7650,12 @@
7050
7650
  "isDeprecated": false,
7051
7651
  "name": "CATO_MDR"
7052
7652
  },
7653
+ {
7654
+ "deprecationReason": null,
7655
+ "description": "Cato Managed XDR service SKU",
7656
+ "isDeprecated": false,
7657
+ "name": "CATO_MANAGED_XDR"
7658
+ },
7053
7659
  {
7054
7660
  "deprecationReason": null,
7055
7661
  "description": "Cato NOCaaS service SKU",
@@ -7110,6 +7716,12 @@
7110
7716
  "isDeprecated": false,
7111
7717
  "name": "CATO_DEM"
7112
7718
  },
7719
+ {
7720
+ "deprecationReason": null,
7721
+ "description": "Cato IoT/OT Security service SKU",
7722
+ "isDeprecated": false,
7723
+ "name": "CATO_IOT_OT"
7724
+ },
7113
7725
  {
7114
7726
  "deprecationReason": null,
7115
7727
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -7165,7 +7777,7 @@
7165
7777
  "varName": "sku"
7166
7778
  },
7167
7779
  "startDate": {
7168
- "alias": "PublicIpsLicenseStartDate: startDate",
7780
+ "alias": "publicIpsLicenseStartDate: startDate",
7169
7781
  "args": {},
7170
7782
  "deprecationReason": null,
7171
7783
  "description": "License start date",
@@ -7186,7 +7798,7 @@
7186
7798
  "varName": "startDate"
7187
7799
  },
7188
7800
  "status": {
7189
- "alias": "PublicIpsLicenseStatus: status",
7801
+ "alias": "publicIpsLicenseStatus: status",
7190
7802
  "args": {},
7191
7803
  "deprecationReason": null,
7192
7804
  "description": "License activation status",
@@ -7282,7 +7894,7 @@
7282
7894
  "enumValues": null,
7283
7895
  "fields": {
7284
7896
  "description": {
7285
- "alias": "RbiLicenseDescription: description",
7897
+ "alias": "rbiLicenseDescription: description",
7286
7898
  "args": {},
7287
7899
  "deprecationReason": null,
7288
7900
  "description": null,
@@ -7303,7 +7915,7 @@
7303
7915
  "varName": "description"
7304
7916
  },
7305
7917
  "expirationDate": {
7306
- "alias": "RbiLicenseExpirationDate: expirationDate",
7918
+ "alias": "rbiLicenseExpirationDate: expirationDate",
7307
7919
  "args": {},
7308
7920
  "deprecationReason": null,
7309
7921
  "description": "License expiration date",
@@ -7325,7 +7937,7 @@
7325
7937
  "varName": "expirationDate"
7326
7938
  },
7327
7939
  "lastUpdated": {
7328
- "alias": "RbiLicenseLastUpdated: lastUpdated",
7940
+ "alias": "rbiLicenseLastUpdated: lastUpdated",
7329
7941
  "args": {},
7330
7942
  "deprecationReason": null,
7331
7943
  "description": "The date of the last update to the license",
@@ -7346,7 +7958,7 @@
7346
7958
  "varName": "lastUpdated"
7347
7959
  },
7348
7960
  "plan": {
7349
- "alias": "RbiLicensePlan: plan",
7961
+ "alias": "rbiLicensePlan: plan",
7350
7962
  "args": {},
7351
7963
  "deprecationReason": null,
7352
7964
  "description": "License plan type",
@@ -7392,7 +8004,7 @@
7392
8004
  "varName": "plan"
7393
8005
  },
7394
8006
  "sku": {
7395
- "alias": "RbiLicenseSku: sku",
8007
+ "alias": "rbiLicenseSku: sku",
7396
8008
  "args": {},
7397
8009
  "deprecationReason": null,
7398
8010
  "description": "The license SKU",
@@ -7491,6 +8103,12 @@
7491
8103
  "isDeprecated": false,
7492
8104
  "name": "CATO_MDR"
7493
8105
  },
8106
+ {
8107
+ "deprecationReason": null,
8108
+ "description": "Cato Managed XDR service SKU",
8109
+ "isDeprecated": false,
8110
+ "name": "CATO_MANAGED_XDR"
8111
+ },
7494
8112
  {
7495
8113
  "deprecationReason": null,
7496
8114
  "description": "Cato NOCaaS service SKU",
@@ -7551,6 +8169,12 @@
7551
8169
  "isDeprecated": false,
7552
8170
  "name": "CATO_DEM"
7553
8171
  },
8172
+ {
8173
+ "deprecationReason": null,
8174
+ "description": "Cato IoT/OT Security service SKU",
8175
+ "isDeprecated": false,
8176
+ "name": "CATO_IOT_OT"
8177
+ },
7554
8178
  {
7555
8179
  "deprecationReason": null,
7556
8180
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -7606,7 +8230,7 @@
7606
8230
  "varName": "sku"
7607
8231
  },
7608
8232
  "startDate": {
7609
- "alias": "RbiLicenseStartDate: startDate",
8233
+ "alias": "rbiLicenseStartDate: startDate",
7610
8234
  "args": {},
7611
8235
  "deprecationReason": null,
7612
8236
  "description": "License start date",
@@ -7627,7 +8251,7 @@
7627
8251
  "varName": "startDate"
7628
8252
  },
7629
8253
  "status": {
7630
- "alias": "RbiLicenseStatus: status",
8254
+ "alias": "rbiLicenseStatus: status",
7631
8255
  "args": {},
7632
8256
  "deprecationReason": null,
7633
8257
  "description": "License activation status",
@@ -7702,7 +8326,7 @@
7702
8326
  "enumValues": null,
7703
8327
  "fields": {
7704
8328
  "description": {
7705
- "alias": "SaasSecurityApiLicenseDescription: description",
8329
+ "alias": "saasSecurityApiLicenseDescription: description",
7706
8330
  "args": {},
7707
8331
  "deprecationReason": null,
7708
8332
  "description": null,
@@ -7723,7 +8347,7 @@
7723
8347
  "varName": "description"
7724
8348
  },
7725
8349
  "expirationDate": {
7726
- "alias": "SaasSecurityApiLicenseExpirationDate: expirationDate",
8350
+ "alias": "saasSecurityApiLicenseExpirationDate: expirationDate",
7727
8351
  "args": {},
7728
8352
  "deprecationReason": null,
7729
8353
  "description": "License expiration date",
@@ -7745,7 +8369,7 @@
7745
8369
  "varName": "expirationDate"
7746
8370
  },
7747
8371
  "lastUpdated": {
7748
- "alias": "SaasSecurityApiLicenseLastUpdated: lastUpdated",
8372
+ "alias": "saasSecurityApiLicenseLastUpdated: lastUpdated",
7749
8373
  "args": {},
7750
8374
  "deprecationReason": null,
7751
8375
  "description": "The date of the last update to the license",
@@ -7766,7 +8390,7 @@
7766
8390
  "varName": "lastUpdated"
7767
8391
  },
7768
8392
  "plan": {
7769
- "alias": "SaasSecurityApiLicensePlan: plan",
8393
+ "alias": "saasSecurityApiLicensePlan: plan",
7770
8394
  "args": {},
7771
8395
  "deprecationReason": null,
7772
8396
  "description": "License plan type",
@@ -7812,7 +8436,7 @@
7812
8436
  "varName": "plan"
7813
8437
  },
7814
8438
  "sku": {
7815
- "alias": "SaasSecurityApiLicenseSku: sku",
8439
+ "alias": "saasSecurityApiLicenseSku: sku",
7816
8440
  "args": {},
7817
8441
  "deprecationReason": null,
7818
8442
  "description": "The license SKU",
@@ -7911,6 +8535,12 @@
7911
8535
  "isDeprecated": false,
7912
8536
  "name": "CATO_MDR"
7913
8537
  },
8538
+ {
8539
+ "deprecationReason": null,
8540
+ "description": "Cato Managed XDR service SKU",
8541
+ "isDeprecated": false,
8542
+ "name": "CATO_MANAGED_XDR"
8543
+ },
7914
8544
  {
7915
8545
  "deprecationReason": null,
7916
8546
  "description": "Cato NOCaaS service SKU",
@@ -7971,6 +8601,12 @@
7971
8601
  "isDeprecated": false,
7972
8602
  "name": "CATO_DEM"
7973
8603
  },
8604
+ {
8605
+ "deprecationReason": null,
8606
+ "description": "Cato IoT/OT Security service SKU",
8607
+ "isDeprecated": false,
8608
+ "name": "CATO_IOT_OT"
8609
+ },
7974
8610
  {
7975
8611
  "deprecationReason": null,
7976
8612
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -8026,7 +8662,7 @@
8026
8662
  "varName": "sku"
8027
8663
  },
8028
8664
  "startDate": {
8029
- "alias": "SaasSecurityApiLicenseStartDate: startDate",
8665
+ "alias": "saasSecurityApiLicenseStartDate: startDate",
8030
8666
  "args": {},
8031
8667
  "deprecationReason": null,
8032
8668
  "description": "License start date",
@@ -8047,7 +8683,7 @@
8047
8683
  "varName": "startDate"
8048
8684
  },
8049
8685
  "status": {
8050
- "alias": "SaasSecurityApiLicenseStatus: status",
8686
+ "alias": "saasSecurityApiLicenseStatus: status",
8051
8687
  "args": {},
8052
8688
  "deprecationReason": null,
8053
8689
  "description": "License activation status",
@@ -8143,7 +8779,7 @@
8143
8779
  "enumValues": null,
8144
8780
  "fields": {
8145
8781
  "description": {
8146
- "alias": "SiteLicenseDescription: description",
8782
+ "alias": "siteLicenseDescription: description",
8147
8783
  "args": {},
8148
8784
  "deprecationReason": null,
8149
8785
  "description": null,
@@ -8164,7 +8800,7 @@
8164
8800
  "varName": "description"
8165
8801
  },
8166
8802
  "expirationDate": {
8167
- "alias": "SiteLicenseExpirationDate: expirationDate",
8803
+ "alias": "siteLicenseExpirationDate: expirationDate",
8168
8804
  "args": {},
8169
8805
  "deprecationReason": null,
8170
8806
  "description": "License expiration date",
@@ -8186,7 +8822,7 @@
8186
8822
  "varName": "expirationDate"
8187
8823
  },
8188
8824
  "lastUpdated": {
8189
- "alias": "SiteLicenseLastUpdated: lastUpdated",
8825
+ "alias": "siteLicenseLastUpdated: lastUpdated",
8190
8826
  "args": {},
8191
8827
  "deprecationReason": null,
8192
8828
  "description": "The date of the last update to the license",
@@ -8207,7 +8843,7 @@
8207
8843
  "varName": "lastUpdated"
8208
8844
  },
8209
8845
  "plan": {
8210
- "alias": "SiteLicensePlan: plan",
8846
+ "alias": "siteLicensePlan: plan",
8211
8847
  "args": {},
8212
8848
  "deprecationReason": null,
8213
8849
  "description": "License plan type",
@@ -8304,9 +8940,9 @@
8304
8940
  "isDeprecated": false,
8305
8941
  "name": "site",
8306
8942
  "path": "licensingInfo.licenses.SiteLicense.site",
8307
- "requestStr": "$SiteRef:SiteRef ",
8943
+ "requestStr": "$siteRef:SiteRef ",
8308
8944
  "required": false,
8309
- "responseStr": "site:$SiteRef ",
8945
+ "responseStr": "site:$siteRef ",
8310
8946
  "type": {
8311
8947
  "definition": {
8312
8948
  "description": null,
@@ -8368,7 +9004,7 @@
8368
9004
  "name": "SiteRef",
8369
9005
  "non_null": false
8370
9006
  },
8371
- "varName": "SiteRef"
9007
+ "varName": "siteRef"
8372
9008
  },
8373
9009
  "siteLicenseGroup": {
8374
9010
  "args": {},
@@ -8527,7 +9163,7 @@
8527
9163
  "varName": "siteLicenseType"
8528
9164
  },
8529
9165
  "sku": {
8530
- "alias": "SiteLicenseSku: sku",
9166
+ "alias": "siteLicenseSku: sku",
8531
9167
  "args": {},
8532
9168
  "deprecationReason": null,
8533
9169
  "description": "The license SKU",
@@ -8626,6 +9262,12 @@
8626
9262
  "isDeprecated": false,
8627
9263
  "name": "CATO_MDR"
8628
9264
  },
9265
+ {
9266
+ "deprecationReason": null,
9267
+ "description": "Cato Managed XDR service SKU",
9268
+ "isDeprecated": false,
9269
+ "name": "CATO_MANAGED_XDR"
9270
+ },
8629
9271
  {
8630
9272
  "deprecationReason": null,
8631
9273
  "description": "Cato NOCaaS service SKU",
@@ -8686,6 +9328,12 @@
8686
9328
  "isDeprecated": false,
8687
9329
  "name": "CATO_DEM"
8688
9330
  },
9331
+ {
9332
+ "deprecationReason": null,
9333
+ "description": "Cato IoT/OT Security service SKU",
9334
+ "isDeprecated": false,
9335
+ "name": "CATO_IOT_OT"
9336
+ },
8689
9337
  {
8690
9338
  "deprecationReason": null,
8691
9339
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -8741,7 +9389,7 @@
8741
9389
  "varName": "sku"
8742
9390
  },
8743
9391
  "startDate": {
8744
- "alias": "SiteLicenseStartDate: startDate",
9392
+ "alias": "siteLicenseStartDate: startDate",
8745
9393
  "args": {},
8746
9394
  "deprecationReason": null,
8747
9395
  "description": "License start date",
@@ -8762,7 +9410,7 @@
8762
9410
  "varName": "startDate"
8763
9411
  },
8764
9412
  "status": {
8765
- "alias": "SiteLicenseStatus: status",
9413
+ "alias": "siteLicenseStatus: status",
8766
9414
  "args": {},
8767
9415
  "deprecationReason": null,
8768
9416
  "description": "License activation status",
@@ -8858,7 +9506,7 @@
8858
9506
  "enumValues": null,
8859
9507
  "fields": {
8860
9508
  "description": {
8861
- "alias": "ThreatPreventionLicenseDescription: description",
9509
+ "alias": "threatPreventionLicenseDescription: description",
8862
9510
  "args": {},
8863
9511
  "deprecationReason": null,
8864
9512
  "description": null,
@@ -8879,7 +9527,7 @@
8879
9527
  "varName": "description"
8880
9528
  },
8881
9529
  "expirationDate": {
8882
- "alias": "ThreatPreventionLicenseExpirationDate: expirationDate",
9530
+ "alias": "threatPreventionLicenseExpirationDate: expirationDate",
8883
9531
  "args": {},
8884
9532
  "deprecationReason": null,
8885
9533
  "description": "License expiration date",
@@ -8901,7 +9549,7 @@
8901
9549
  "varName": "expirationDate"
8902
9550
  },
8903
9551
  "lastUpdated": {
8904
- "alias": "ThreatPreventionLicenseLastUpdated: lastUpdated",
9552
+ "alias": "threatPreventionLicenseLastUpdated: lastUpdated",
8905
9553
  "args": {},
8906
9554
  "deprecationReason": null,
8907
9555
  "description": "The date of the last update to the license",
@@ -8922,7 +9570,7 @@
8922
9570
  "varName": "lastUpdated"
8923
9571
  },
8924
9572
  "plan": {
8925
- "alias": "ThreatPreventionLicensePlan: plan",
9573
+ "alias": "threatPreventionLicensePlan: plan",
8926
9574
  "args": {},
8927
9575
  "deprecationReason": null,
8928
9576
  "description": "License plan type",
@@ -8968,7 +9616,7 @@
8968
9616
  "varName": "plan"
8969
9617
  },
8970
9618
  "sku": {
8971
- "alias": "ThreatPreventionLicenseSku: sku",
9619
+ "alias": "threatPreventionLicenseSku: sku",
8972
9620
  "args": {},
8973
9621
  "deprecationReason": null,
8974
9622
  "description": "The license SKU",
@@ -9067,6 +9715,12 @@
9067
9715
  "isDeprecated": false,
9068
9716
  "name": "CATO_MDR"
9069
9717
  },
9718
+ {
9719
+ "deprecationReason": null,
9720
+ "description": "Cato Managed XDR service SKU",
9721
+ "isDeprecated": false,
9722
+ "name": "CATO_MANAGED_XDR"
9723
+ },
9070
9724
  {
9071
9725
  "deprecationReason": null,
9072
9726
  "description": "Cato NOCaaS service SKU",
@@ -9127,6 +9781,12 @@
9127
9781
  "isDeprecated": false,
9128
9782
  "name": "CATO_DEM"
9129
9783
  },
9784
+ {
9785
+ "deprecationReason": null,
9786
+ "description": "Cato IoT/OT Security service SKU",
9787
+ "isDeprecated": false,
9788
+ "name": "CATO_IOT_OT"
9789
+ },
9130
9790
  {
9131
9791
  "deprecationReason": null,
9132
9792
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -9182,7 +9842,7 @@
9182
9842
  "varName": "sku"
9183
9843
  },
9184
9844
  "startDate": {
9185
- "alias": "ThreatPreventionLicenseStartDate: startDate",
9845
+ "alias": "threatPreventionLicenseStartDate: startDate",
9186
9846
  "args": {},
9187
9847
  "deprecationReason": null,
9188
9848
  "description": "License start date",
@@ -9203,7 +9863,7 @@
9203
9863
  "varName": "startDate"
9204
9864
  },
9205
9865
  "status": {
9206
- "alias": "ThreatPreventionLicenseStatus: status",
9866
+ "alias": "threatPreventionLicenseStatus: status",
9207
9867
  "args": {},
9208
9868
  "deprecationReason": null,
9209
9869
  "description": "License activation status",
@@ -9278,7 +9938,7 @@
9278
9938
  "enumValues": null,
9279
9939
  "fields": {
9280
9940
  "description": {
9281
- "alias": "XdrProLicenseDescription: description",
9941
+ "alias": "xdrProLicenseDescription: description",
9282
9942
  "args": {},
9283
9943
  "deprecationReason": null,
9284
9944
  "description": null,
@@ -9299,7 +9959,7 @@
9299
9959
  "varName": "description"
9300
9960
  },
9301
9961
  "expirationDate": {
9302
- "alias": "XdrProLicenseExpirationDate: expirationDate",
9962
+ "alias": "xdrProLicenseExpirationDate: expirationDate",
9303
9963
  "args": {},
9304
9964
  "deprecationReason": null,
9305
9965
  "description": "License expiration date",
@@ -9321,7 +9981,7 @@
9321
9981
  "varName": "expirationDate"
9322
9982
  },
9323
9983
  "lastUpdated": {
9324
- "alias": "XdrProLicenseLastUpdated: lastUpdated",
9984
+ "alias": "xdrProLicenseLastUpdated: lastUpdated",
9325
9985
  "args": {},
9326
9986
  "deprecationReason": null,
9327
9987
  "description": "The date of the last update to the license",
@@ -9342,7 +10002,7 @@
9342
10002
  "varName": "lastUpdated"
9343
10003
  },
9344
10004
  "plan": {
9345
- "alias": "XdrProLicensePlan: plan",
10005
+ "alias": "xdrProLicensePlan: plan",
9346
10006
  "args": {},
9347
10007
  "deprecationReason": null,
9348
10008
  "description": "License plan type",
@@ -9388,7 +10048,7 @@
9388
10048
  "varName": "plan"
9389
10049
  },
9390
10050
  "sku": {
9391
- "alias": "XdrProLicenseSku: sku",
10051
+ "alias": "xdrProLicenseSku: sku",
9392
10052
  "args": {},
9393
10053
  "deprecationReason": null,
9394
10054
  "description": "The license SKU",
@@ -9487,6 +10147,12 @@
9487
10147
  "isDeprecated": false,
9488
10148
  "name": "CATO_MDR"
9489
10149
  },
10150
+ {
10151
+ "deprecationReason": null,
10152
+ "description": "Cato Managed XDR service SKU",
10153
+ "isDeprecated": false,
10154
+ "name": "CATO_MANAGED_XDR"
10155
+ },
9490
10156
  {
9491
10157
  "deprecationReason": null,
9492
10158
  "description": "Cato NOCaaS service SKU",
@@ -9547,6 +10213,12 @@
9547
10213
  "isDeprecated": false,
9548
10214
  "name": "CATO_DEM"
9549
10215
  },
10216
+ {
10217
+ "deprecationReason": null,
10218
+ "description": "Cato IoT/OT Security service SKU",
10219
+ "isDeprecated": false,
10220
+ "name": "CATO_IOT_OT"
10221
+ },
9550
10222
  {
9551
10223
  "deprecationReason": null,
9552
10224
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -9602,7 +10274,7 @@
9602
10274
  "varName": "sku"
9603
10275
  },
9604
10276
  "startDate": {
9605
- "alias": "XdrProLicenseStartDate: startDate",
10277
+ "alias": "xdrProLicenseStartDate: startDate",
9606
10278
  "args": {},
9607
10279
  "deprecationReason": null,
9608
10280
  "description": "License start date",
@@ -9623,7 +10295,7 @@
9623
10295
  "varName": "startDate"
9624
10296
  },
9625
10297
  "status": {
9626
- "alias": "XdrProLicenseStatus: status",
10298
+ "alias": "xdrProLicenseStatus: status",
9627
10299
  "args": {},
9628
10300
  "deprecationReason": null,
9629
10301
  "description": "License activation status",
@@ -9719,7 +10391,7 @@
9719
10391
  "enumValues": null,
9720
10392
  "fields": {
9721
10393
  "description": {
9722
- "alias": "ZtnaUsersLicenseDescription: description",
10394
+ "alias": "ztnaUsersLicenseDescription: description",
9723
10395
  "args": {},
9724
10396
  "deprecationReason": null,
9725
10397
  "description": null,
@@ -9740,7 +10412,7 @@
9740
10412
  "varName": "description"
9741
10413
  },
9742
10414
  "expirationDate": {
9743
- "alias": "ZtnaUsersLicenseExpirationDate: expirationDate",
10415
+ "alias": "ztnaUsersLicenseExpirationDate: expirationDate",
9744
10416
  "args": {},
9745
10417
  "deprecationReason": null,
9746
10418
  "description": "License expiration date",
@@ -9762,7 +10434,7 @@
9762
10434
  "varName": "expirationDate"
9763
10435
  },
9764
10436
  "lastUpdated": {
9765
- "alias": "ZtnaUsersLicenseLastUpdated: lastUpdated",
10437
+ "alias": "ztnaUsersLicenseLastUpdated: lastUpdated",
9766
10438
  "args": {},
9767
10439
  "deprecationReason": null,
9768
10440
  "description": "The date of the last update to the license",
@@ -9783,7 +10455,7 @@
9783
10455
  "varName": "lastUpdated"
9784
10456
  },
9785
10457
  "plan": {
9786
- "alias": "ZtnaUsersLicensePlan: plan",
10458
+ "alias": "ztnaUsersLicensePlan: plan",
9787
10459
  "args": {},
9788
10460
  "deprecationReason": null,
9789
10461
  "description": "License plan type",
@@ -9829,7 +10501,7 @@
9829
10501
  "varName": "plan"
9830
10502
  },
9831
10503
  "sku": {
9832
- "alias": "ZtnaUsersLicenseSku: sku",
10504
+ "alias": "ztnaUsersLicenseSku: sku",
9833
10505
  "args": {},
9834
10506
  "deprecationReason": null,
9835
10507
  "description": "The license SKU",
@@ -9928,6 +10600,12 @@
9928
10600
  "isDeprecated": false,
9929
10601
  "name": "CATO_MDR"
9930
10602
  },
10603
+ {
10604
+ "deprecationReason": null,
10605
+ "description": "Cato Managed XDR service SKU",
10606
+ "isDeprecated": false,
10607
+ "name": "CATO_MANAGED_XDR"
10608
+ },
9931
10609
  {
9932
10610
  "deprecationReason": null,
9933
10611
  "description": "Cato NOCaaS service SKU",
@@ -9988,6 +10666,12 @@
9988
10666
  "isDeprecated": false,
9989
10667
  "name": "CATO_DEM"
9990
10668
  },
10669
+ {
10670
+ "deprecationReason": null,
10671
+ "description": "Cato IoT/OT Security service SKU",
10672
+ "isDeprecated": false,
10673
+ "name": "CATO_IOT_OT"
10674
+ },
9991
10675
  {
9992
10676
  "deprecationReason": null,
9993
10677
  "description": "Cato Threat Prevention (legacy) service SKU",
@@ -10043,7 +10727,7 @@
10043
10727
  "varName": "sku"
10044
10728
  },
10045
10729
  "startDate": {
10046
- "alias": "ZtnaUsersLicenseStartDate: startDate",
10730
+ "alias": "ztnaUsersLicenseStartDate: startDate",
10047
10731
  "args": {},
10048
10732
  "deprecationReason": null,
10049
10733
  "description": "License start date",
@@ -10064,7 +10748,7 @@
10064
10748
  "varName": "startDate"
10065
10749
  },
10066
10750
  "status": {
10067
- "alias": "ZtnaUsersLicenseStatus: status",
10751
+ "alias": "ztnaUsersLicenseStatus: status",
10068
10752
  "args": {},
10069
10753
  "deprecationReason": null,
10070
10754
  "description": "License activation status",
@@ -10236,7 +10920,7 @@
10236
10920
  "name": "License",
10237
10921
  "non_null": false
10238
10922
  },
10239
- "varName": "License"
10923
+ "varName": "license"
10240
10924
  }
10241
10925
  },
10242
10926
  "inputFields": null,
@@ -10252,7 +10936,7 @@
10252
10936
  "name": "LicensingInfo",
10253
10937
  "non_null": false
10254
10938
  },
10255
- "varName": "LicensingInfo"
10939
+ "varName": "licensingInfo"
10256
10940
  }
10257
10941
  },
10258
10942
  "inputFields": null,