catocli 1.0.14__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.
- catocli/Utils/clidriver.py +5 -1
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_accountManagement/README.md +7 -0
- catocli/parsers/mutation_accountManagement/__init__.py +51 -0
- catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
- catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
- catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
- catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
- catocli/parsers/mutation_container_delete/README.md +2 -2
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateHa/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateHa/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
- catocli/parsers/parserApiClient.py +7 -4
- catocli/parsers/query_accountManagement/README.md +16 -0
- catocli/parsers/query_accountManagement/__init__.py +17 -0
- catocli/parsers/query_admins/README.md +2 -2
- catocli/parsers/query_appStats/README.md +5 -5
- catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
- catocli/parsers/query_auditFeed/README.md +2 -2
- catocli/parsers/query_container/README.md +8 -8
- catocli/parsers/query_entityLookup/README.md +6 -6
- catocli/parsers/query_events/README.md +5 -5
- catocli/parsers/query_eventsFeed/README.md +2 -2
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +3 -3
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/RECORD +164 -153
- models/mutation.accountManagement.addAccount.json +908 -0
- models/mutation.accountManagement.removeAccount.json +446 -0
- models/mutation.accountManagement.updateAccount.json +524 -0
- models/mutation.admin.addAdmin.json +103 -103
- models/mutation.admin.removeAdmin.json +3 -3
- models/mutation.admin.updateAdmin.json +121 -121
- models/mutation.container.delete.json +67 -67
- models/mutation.policy.internetFirewall.addRule.json +2497 -1889
- models/mutation.policy.internetFirewall.addSection.json +92 -92
- models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.moveRule.json +723 -535
- models/mutation.policy.internetFirewall.moveSection.json +85 -85
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.removeRule.json +710 -522
- models/mutation.policy.internetFirewall.removeSection.json +72 -72
- models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
- models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
- models/mutation.policy.internetFirewall.updateSection.json +85 -85
- models/mutation.policy.wanFirewall.addRule.json +2577 -1225
- models/mutation.policy.wanFirewall.addSection.json +92 -92
- models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.moveRule.json +789 -444
- models/mutation.policy.wanFirewall.moveSection.json +85 -85
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.removeRule.json +776 -431
- models/mutation.policy.wanFirewall.removeSection.json +72 -72
- models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
- models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
- models/mutation.policy.wanFirewall.updateSection.json +85 -85
- models/mutation.site.addIpsecIkeV2Site.json +43 -43
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +102 -102
- models/mutation.site.addNetworkRange.json +53 -53
- models/mutation.site.addSocketSite.json +43 -43
- models/mutation.site.addStaticHost.json +33 -33
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +47 -47
- models/mutation.site.removeNetworkRange.json +3 -3
- models/mutation.site.removeSite.json +3 -3
- models/mutation.site.removeStaticHost.json +3 -3
- models/mutation.site.updateHa.json +54 -54
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.site.updateNetworkRange.json +74 -74
- models/mutation.site.updateSiteGeneralDetails.json +73 -73
- models/mutation.site.updateSocketInterface.json +282 -282
- models/mutation.site.updateStaticHost.json +54 -54
- models/mutation.sites.addIpsecIkeV2Site.json +43 -43
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +102 -102
- models/mutation.sites.addNetworkRange.json +53 -53
- models/mutation.sites.addSocketSite.json +43 -43
- models/mutation.sites.addStaticHost.json +33 -33
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +47 -47
- models/mutation.sites.removeNetworkRange.json +3 -3
- models/mutation.sites.removeSite.json +3 -3
- models/mutation.sites.removeStaticHost.json +3 -3
- models/mutation.sites.updateHa.json +54 -54
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.sites.updateNetworkRange.json +74 -74
- models/mutation.sites.updateSiteGeneralDetails.json +73 -73
- models/mutation.sites.updateSocketInterface.json +282 -282
- models/mutation.sites.updateStaticHost.json +54 -54
- models/query.accountManagement.json +355 -0
- models/query.accountMetrics.json +235 -235
- models/query.accountRoles.json +3 -3
- models/query.accountSnapshot.json +116 -116
- models/query.admin.json +24 -24
- models/query.admins.json +138 -138
- models/query.appStats.json +92 -92
- models/query.appStatsTimeSeries.json +78 -78
- models/query.auditFeed.json +77 -77
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +54 -54
- models/query.eventsFeed.json +38 -38
- models/query.eventsTimeSeries.json +78 -78
- models/query.hardwareManagement.json +125 -125
- models/query.licensing.json +735 -177
- models/query.policy.json +1502 -970
- models/query.xdr.stories.json +842 -842
- models/query.xdr.story.json +610 -610
- schema/catolib.py +1 -11
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -0
models/query.licensing.json
CHANGED
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
"isDeprecated": false,
|
|
79
79
|
"name": "licensingInfo",
|
|
80
80
|
"path": "licensingInfo",
|
|
81
|
-
"requestStr": "$
|
|
81
|
+
"requestStr": "$licensingInfo:LicensingInfo ",
|
|
82
82
|
"required": false,
|
|
83
|
-
"responseStr": "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": "$
|
|
97
|
+
"requestStr": "$globalLicenseAllocations:GlobalLicenseAllocations! ",
|
|
98
98
|
"required": true,
|
|
99
|
-
"responseStr": "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": "
|
|
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": "$
|
|
114
|
+
"requestStr": "$publicIpsLicenseAllocations:PublicIpsLicenseAllocations ",
|
|
115
115
|
"required": false,
|
|
116
|
-
"responseStr": "publicIps:$
|
|
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": "
|
|
199
|
+
"varName": "publicIpsLicenseAllocations"
|
|
200
200
|
},
|
|
201
201
|
"ztnaUsers": {
|
|
202
|
-
"alias": "
|
|
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": "$
|
|
210
|
+
"requestStr": "$ztnaUsersLicenseAllocations:ZtnaUsersLicenseAllocations ",
|
|
211
211
|
"required": false,
|
|
212
|
-
"responseStr": "ztnaUsers:$
|
|
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": "
|
|
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": "
|
|
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": "$
|
|
322
|
+
"requestStr": "$license:[License]! ",
|
|
323
323
|
"required": true,
|
|
324
|
-
"responseStr": "licenses:$
|
|
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": "
|
|
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": "
|
|
438
|
+
"alias": "licenseSkuSku: sku",
|
|
439
439
|
"args": {},
|
|
440
440
|
"deprecationReason": null,
|
|
441
441
|
"description": "The license SKU",
|
|
@@ -600,6 +600,12 @@
|
|
|
600
600
|
"isDeprecated": false,
|
|
601
601
|
"name": "CATO_DEM"
|
|
602
602
|
},
|
|
603
|
+
{
|
|
604
|
+
"deprecationReason": null,
|
|
605
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
606
|
+
"isDeprecated": false,
|
|
607
|
+
"name": "CATO_IOT_OT"
|
|
608
|
+
},
|
|
603
609
|
{
|
|
604
610
|
"deprecationReason": null,
|
|
605
611
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -675,7 +681,7 @@
|
|
|
675
681
|
"varName": "startDate"
|
|
676
682
|
},
|
|
677
683
|
"status": {
|
|
678
|
-
"alias": "
|
|
684
|
+
"alias": "licenseStatusStatus: status",
|
|
679
685
|
"args": {},
|
|
680
686
|
"deprecationReason": null,
|
|
681
687
|
"description": "License activation status",
|
|
@@ -749,7 +755,7 @@
|
|
|
749
755
|
"enumValues": null,
|
|
750
756
|
"fields": {
|
|
751
757
|
"description": {
|
|
752
|
-
"alias": "
|
|
758
|
+
"alias": "casbLicenseDescription: description",
|
|
753
759
|
"args": {},
|
|
754
760
|
"deprecationReason": null,
|
|
755
761
|
"description": null,
|
|
@@ -770,7 +776,7 @@
|
|
|
770
776
|
"varName": "description"
|
|
771
777
|
},
|
|
772
778
|
"expirationDate": {
|
|
773
|
-
"alias": "
|
|
779
|
+
"alias": "casbLicenseExpirationDate: expirationDate",
|
|
774
780
|
"args": {},
|
|
775
781
|
"deprecationReason": null,
|
|
776
782
|
"description": "License expiration date",
|
|
@@ -792,7 +798,7 @@
|
|
|
792
798
|
"varName": "expirationDate"
|
|
793
799
|
},
|
|
794
800
|
"lastUpdated": {
|
|
795
|
-
"alias": "
|
|
801
|
+
"alias": "casbLicenseLastUpdated: lastUpdated",
|
|
796
802
|
"args": {},
|
|
797
803
|
"deprecationReason": null,
|
|
798
804
|
"description": "The date of the last update to the license",
|
|
@@ -813,7 +819,7 @@
|
|
|
813
819
|
"varName": "lastUpdated"
|
|
814
820
|
},
|
|
815
821
|
"plan": {
|
|
816
|
-
"alias": "
|
|
822
|
+
"alias": "casbLicensePlan: plan",
|
|
817
823
|
"args": {},
|
|
818
824
|
"deprecationReason": null,
|
|
819
825
|
"description": "License plan type",
|
|
@@ -859,7 +865,7 @@
|
|
|
859
865
|
"varName": "plan"
|
|
860
866
|
},
|
|
861
867
|
"sku": {
|
|
862
|
-
"alias": "
|
|
868
|
+
"alias": "casbLicenseSku: sku",
|
|
863
869
|
"args": {},
|
|
864
870
|
"deprecationReason": null,
|
|
865
871
|
"description": "The license SKU",
|
|
@@ -1024,6 +1030,12 @@
|
|
|
1024
1030
|
"isDeprecated": false,
|
|
1025
1031
|
"name": "CATO_DEM"
|
|
1026
1032
|
},
|
|
1033
|
+
{
|
|
1034
|
+
"deprecationReason": null,
|
|
1035
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
1036
|
+
"isDeprecated": false,
|
|
1037
|
+
"name": "CATO_IOT_OT"
|
|
1038
|
+
},
|
|
1027
1039
|
{
|
|
1028
1040
|
"deprecationReason": null,
|
|
1029
1041
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -1079,7 +1091,7 @@
|
|
|
1079
1091
|
"varName": "sku"
|
|
1080
1092
|
},
|
|
1081
1093
|
"startDate": {
|
|
1082
|
-
"alias": "
|
|
1094
|
+
"alias": "casbLicenseStartDate: startDate",
|
|
1083
1095
|
"args": {},
|
|
1084
1096
|
"deprecationReason": null,
|
|
1085
1097
|
"description": "License start date",
|
|
@@ -1100,7 +1112,7 @@
|
|
|
1100
1112
|
"varName": "startDate"
|
|
1101
1113
|
},
|
|
1102
1114
|
"status": {
|
|
1103
|
-
"alias": "
|
|
1115
|
+
"alias": "casbLicenseStatus: status",
|
|
1104
1116
|
"args": {},
|
|
1105
1117
|
"deprecationReason": null,
|
|
1106
1118
|
"description": "License activation status",
|
|
@@ -1175,7 +1187,7 @@
|
|
|
1175
1187
|
"enumValues": null,
|
|
1176
1188
|
"fields": {
|
|
1177
1189
|
"description": {
|
|
1178
|
-
"alias": "
|
|
1190
|
+
"alias": "dataLakeLicenseDescription: description",
|
|
1179
1191
|
"args": {},
|
|
1180
1192
|
"deprecationReason": null,
|
|
1181
1193
|
"description": null,
|
|
@@ -1247,7 +1259,7 @@
|
|
|
1247
1259
|
"varName": "dpaVersion"
|
|
1248
1260
|
},
|
|
1249
1261
|
"expirationDate": {
|
|
1250
|
-
"alias": "
|
|
1262
|
+
"alias": "dataLakeLicenseExpirationDate: expirationDate",
|
|
1251
1263
|
"args": {},
|
|
1252
1264
|
"deprecationReason": null,
|
|
1253
1265
|
"description": "License expiration date",
|
|
@@ -1269,7 +1281,7 @@
|
|
|
1269
1281
|
"varName": "expirationDate"
|
|
1270
1282
|
},
|
|
1271
1283
|
"lastUpdated": {
|
|
1272
|
-
"alias": "
|
|
1284
|
+
"alias": "dataLakeLicenseLastUpdated: lastUpdated",
|
|
1273
1285
|
"args": {},
|
|
1274
1286
|
"deprecationReason": null,
|
|
1275
1287
|
"description": "The date of the last update to the license",
|
|
@@ -1290,7 +1302,7 @@
|
|
|
1290
1302
|
"varName": "lastUpdated"
|
|
1291
1303
|
},
|
|
1292
1304
|
"plan": {
|
|
1293
|
-
"alias": "
|
|
1305
|
+
"alias": "dataLakeLicensePlan: plan",
|
|
1294
1306
|
"args": {},
|
|
1295
1307
|
"deprecationReason": null,
|
|
1296
1308
|
"description": "License plan type",
|
|
@@ -1356,7 +1368,7 @@
|
|
|
1356
1368
|
"varName": "retentionPeriod"
|
|
1357
1369
|
},
|
|
1358
1370
|
"sku": {
|
|
1359
|
-
"alias": "
|
|
1371
|
+
"alias": "dataLakeLicenseSku: sku",
|
|
1360
1372
|
"args": {},
|
|
1361
1373
|
"deprecationReason": null,
|
|
1362
1374
|
"description": "The license SKU",
|
|
@@ -1521,6 +1533,12 @@
|
|
|
1521
1533
|
"isDeprecated": false,
|
|
1522
1534
|
"name": "CATO_DEM"
|
|
1523
1535
|
},
|
|
1536
|
+
{
|
|
1537
|
+
"deprecationReason": null,
|
|
1538
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
1539
|
+
"isDeprecated": false,
|
|
1540
|
+
"name": "CATO_IOT_OT"
|
|
1541
|
+
},
|
|
1524
1542
|
{
|
|
1525
1543
|
"deprecationReason": null,
|
|
1526
1544
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -1576,7 +1594,7 @@
|
|
|
1576
1594
|
"varName": "sku"
|
|
1577
1595
|
},
|
|
1578
1596
|
"startDate": {
|
|
1579
|
-
"alias": "
|
|
1597
|
+
"alias": "dataLakeLicenseStartDate: startDate",
|
|
1580
1598
|
"args": {},
|
|
1581
1599
|
"deprecationReason": null,
|
|
1582
1600
|
"description": "License start date",
|
|
@@ -1597,7 +1615,7 @@
|
|
|
1597
1615
|
"varName": "startDate"
|
|
1598
1616
|
},
|
|
1599
1617
|
"status": {
|
|
1600
|
-
"alias": "
|
|
1618
|
+
"alias": "dataLakeLicenseStatus: status",
|
|
1601
1619
|
"args": {},
|
|
1602
1620
|
"deprecationReason": null,
|
|
1603
1621
|
"description": "License activation status",
|
|
@@ -1693,7 +1711,7 @@
|
|
|
1693
1711
|
"enumValues": null,
|
|
1694
1712
|
"fields": {
|
|
1695
1713
|
"description": {
|
|
1696
|
-
"alias": "
|
|
1714
|
+
"alias": "demLicenseDescription: description",
|
|
1697
1715
|
"args": {},
|
|
1698
1716
|
"deprecationReason": null,
|
|
1699
1717
|
"description": null,
|
|
@@ -1714,7 +1732,7 @@
|
|
|
1714
1732
|
"varName": "description"
|
|
1715
1733
|
},
|
|
1716
1734
|
"expirationDate": {
|
|
1717
|
-
"alias": "
|
|
1735
|
+
"alias": "demLicenseExpirationDate: expirationDate",
|
|
1718
1736
|
"args": {},
|
|
1719
1737
|
"deprecationReason": null,
|
|
1720
1738
|
"description": "License expiration date",
|
|
@@ -1736,7 +1754,7 @@
|
|
|
1736
1754
|
"varName": "expirationDate"
|
|
1737
1755
|
},
|
|
1738
1756
|
"lastUpdated": {
|
|
1739
|
-
"alias": "
|
|
1757
|
+
"alias": "demLicenseLastUpdated: lastUpdated",
|
|
1740
1758
|
"args": {},
|
|
1741
1759
|
"deprecationReason": null,
|
|
1742
1760
|
"description": "The date of the last update to the license",
|
|
@@ -1757,7 +1775,7 @@
|
|
|
1757
1775
|
"varName": "lastUpdated"
|
|
1758
1776
|
},
|
|
1759
1777
|
"plan": {
|
|
1760
|
-
"alias": "
|
|
1778
|
+
"alias": "demLicensePlan: plan",
|
|
1761
1779
|
"args": {},
|
|
1762
1780
|
"deprecationReason": null,
|
|
1763
1781
|
"description": "License plan type",
|
|
@@ -1803,7 +1821,7 @@
|
|
|
1803
1821
|
"varName": "plan"
|
|
1804
1822
|
},
|
|
1805
1823
|
"sku": {
|
|
1806
|
-
"alias": "
|
|
1824
|
+
"alias": "demLicenseSku: sku",
|
|
1807
1825
|
"args": {},
|
|
1808
1826
|
"deprecationReason": null,
|
|
1809
1827
|
"description": "The license SKU",
|
|
@@ -1968,6 +1986,12 @@
|
|
|
1968
1986
|
"isDeprecated": false,
|
|
1969
1987
|
"name": "CATO_DEM"
|
|
1970
1988
|
},
|
|
1989
|
+
{
|
|
1990
|
+
"deprecationReason": null,
|
|
1991
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
1992
|
+
"isDeprecated": false,
|
|
1993
|
+
"name": "CATO_IOT_OT"
|
|
1994
|
+
},
|
|
1971
1995
|
{
|
|
1972
1996
|
"deprecationReason": null,
|
|
1973
1997
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -2023,7 +2047,7 @@
|
|
|
2023
2047
|
"varName": "sku"
|
|
2024
2048
|
},
|
|
2025
2049
|
"startDate": {
|
|
2026
|
-
"alias": "
|
|
2050
|
+
"alias": "demLicenseStartDate: startDate",
|
|
2027
2051
|
"args": {},
|
|
2028
2052
|
"deprecationReason": null,
|
|
2029
2053
|
"description": "License start date",
|
|
@@ -2044,7 +2068,7 @@
|
|
|
2044
2068
|
"varName": "startDate"
|
|
2045
2069
|
},
|
|
2046
2070
|
"status": {
|
|
2047
|
-
"alias": "
|
|
2071
|
+
"alias": "demLicenseStatus: status",
|
|
2048
2072
|
"args": {},
|
|
2049
2073
|
"deprecationReason": null,
|
|
2050
2074
|
"description": "License activation status",
|
|
@@ -2140,7 +2164,7 @@
|
|
|
2140
2164
|
"enumValues": null,
|
|
2141
2165
|
"fields": {
|
|
2142
2166
|
"description": {
|
|
2143
|
-
"alias": "
|
|
2167
|
+
"alias": "demProLicenseDescription: description",
|
|
2144
2168
|
"args": {},
|
|
2145
2169
|
"deprecationReason": null,
|
|
2146
2170
|
"description": null,
|
|
@@ -2161,7 +2185,7 @@
|
|
|
2161
2185
|
"varName": "description"
|
|
2162
2186
|
},
|
|
2163
2187
|
"expirationDate": {
|
|
2164
|
-
"alias": "
|
|
2188
|
+
"alias": "demProLicenseExpirationDate: expirationDate",
|
|
2165
2189
|
"args": {},
|
|
2166
2190
|
"deprecationReason": null,
|
|
2167
2191
|
"description": "License expiration date",
|
|
@@ -2183,7 +2207,7 @@
|
|
|
2183
2207
|
"varName": "expirationDate"
|
|
2184
2208
|
},
|
|
2185
2209
|
"lastUpdated": {
|
|
2186
|
-
"alias": "
|
|
2210
|
+
"alias": "demProLicenseLastUpdated: lastUpdated",
|
|
2187
2211
|
"args": {},
|
|
2188
2212
|
"deprecationReason": null,
|
|
2189
2213
|
"description": "The date of the last update to the license",
|
|
@@ -2204,7 +2228,7 @@
|
|
|
2204
2228
|
"varName": "lastUpdated"
|
|
2205
2229
|
},
|
|
2206
2230
|
"plan": {
|
|
2207
|
-
"alias": "
|
|
2231
|
+
"alias": "demProLicensePlan: plan",
|
|
2208
2232
|
"args": {},
|
|
2209
2233
|
"deprecationReason": null,
|
|
2210
2234
|
"description": "License plan type",
|
|
@@ -2250,7 +2274,7 @@
|
|
|
2250
2274
|
"varName": "plan"
|
|
2251
2275
|
},
|
|
2252
2276
|
"sku": {
|
|
2253
|
-
"alias": "
|
|
2277
|
+
"alias": "demProLicenseSku: sku",
|
|
2254
2278
|
"args": {},
|
|
2255
2279
|
"deprecationReason": null,
|
|
2256
2280
|
"description": "The license SKU",
|
|
@@ -2415,6 +2439,12 @@
|
|
|
2415
2439
|
"isDeprecated": false,
|
|
2416
2440
|
"name": "CATO_DEM"
|
|
2417
2441
|
},
|
|
2442
|
+
{
|
|
2443
|
+
"deprecationReason": null,
|
|
2444
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
2445
|
+
"isDeprecated": false,
|
|
2446
|
+
"name": "CATO_IOT_OT"
|
|
2447
|
+
},
|
|
2418
2448
|
{
|
|
2419
2449
|
"deprecationReason": null,
|
|
2420
2450
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -2470,7 +2500,7 @@
|
|
|
2470
2500
|
"varName": "sku"
|
|
2471
2501
|
},
|
|
2472
2502
|
"startDate": {
|
|
2473
|
-
"alias": "
|
|
2503
|
+
"alias": "demProLicenseStartDate: startDate",
|
|
2474
2504
|
"args": {},
|
|
2475
2505
|
"deprecationReason": null,
|
|
2476
2506
|
"description": "License start date",
|
|
@@ -2491,7 +2521,7 @@
|
|
|
2491
2521
|
"varName": "startDate"
|
|
2492
2522
|
},
|
|
2493
2523
|
"status": {
|
|
2494
|
-
"alias": "
|
|
2524
|
+
"alias": "demProLicenseStatus: status",
|
|
2495
2525
|
"args": {},
|
|
2496
2526
|
"deprecationReason": null,
|
|
2497
2527
|
"description": "License activation status",
|
|
@@ -2587,7 +2617,7 @@
|
|
|
2587
2617
|
"enumValues": null,
|
|
2588
2618
|
"fields": {
|
|
2589
2619
|
"description": {
|
|
2590
|
-
"alias": "
|
|
2620
|
+
"alias": "dlpLicenseDescription: description",
|
|
2591
2621
|
"args": {},
|
|
2592
2622
|
"deprecationReason": null,
|
|
2593
2623
|
"description": null,
|
|
@@ -2608,7 +2638,7 @@
|
|
|
2608
2638
|
"varName": "description"
|
|
2609
2639
|
},
|
|
2610
2640
|
"expirationDate": {
|
|
2611
|
-
"alias": "
|
|
2641
|
+
"alias": "dlpLicenseExpirationDate: expirationDate",
|
|
2612
2642
|
"args": {},
|
|
2613
2643
|
"deprecationReason": null,
|
|
2614
2644
|
"description": "License expiration date",
|
|
@@ -2630,7 +2660,7 @@
|
|
|
2630
2660
|
"varName": "expirationDate"
|
|
2631
2661
|
},
|
|
2632
2662
|
"lastUpdated": {
|
|
2633
|
-
"alias": "
|
|
2663
|
+
"alias": "dlpLicenseLastUpdated: lastUpdated",
|
|
2634
2664
|
"args": {},
|
|
2635
2665
|
"deprecationReason": null,
|
|
2636
2666
|
"description": "The date of the last update to the license",
|
|
@@ -2651,7 +2681,7 @@
|
|
|
2651
2681
|
"varName": "lastUpdated"
|
|
2652
2682
|
},
|
|
2653
2683
|
"plan": {
|
|
2654
|
-
"alias": "
|
|
2684
|
+
"alias": "dlpLicensePlan: plan",
|
|
2655
2685
|
"args": {},
|
|
2656
2686
|
"deprecationReason": null,
|
|
2657
2687
|
"description": "License plan type",
|
|
@@ -2697,7 +2727,7 @@
|
|
|
2697
2727
|
"varName": "plan"
|
|
2698
2728
|
},
|
|
2699
2729
|
"sku": {
|
|
2700
|
-
"alias": "
|
|
2730
|
+
"alias": "dlpLicenseSku: sku",
|
|
2701
2731
|
"args": {},
|
|
2702
2732
|
"deprecationReason": null,
|
|
2703
2733
|
"description": "The license SKU",
|
|
@@ -2862,6 +2892,12 @@
|
|
|
2862
2892
|
"isDeprecated": false,
|
|
2863
2893
|
"name": "CATO_DEM"
|
|
2864
2894
|
},
|
|
2895
|
+
{
|
|
2896
|
+
"deprecationReason": null,
|
|
2897
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
2898
|
+
"isDeprecated": false,
|
|
2899
|
+
"name": "CATO_IOT_OT"
|
|
2900
|
+
},
|
|
2865
2901
|
{
|
|
2866
2902
|
"deprecationReason": null,
|
|
2867
2903
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -2917,7 +2953,7 @@
|
|
|
2917
2953
|
"varName": "sku"
|
|
2918
2954
|
},
|
|
2919
2955
|
"startDate": {
|
|
2920
|
-
"alias": "
|
|
2956
|
+
"alias": "dlpLicenseStartDate: startDate",
|
|
2921
2957
|
"args": {},
|
|
2922
2958
|
"deprecationReason": null,
|
|
2923
2959
|
"description": "License start date",
|
|
@@ -2938,7 +2974,7 @@
|
|
|
2938
2974
|
"varName": "startDate"
|
|
2939
2975
|
},
|
|
2940
2976
|
"status": {
|
|
2941
|
-
"alias": "
|
|
2977
|
+
"alias": "dlpLicenseStatus: status",
|
|
2942
2978
|
"args": {},
|
|
2943
2979
|
"deprecationReason": null,
|
|
2944
2980
|
"description": "License activation status",
|
|
@@ -3013,7 +3049,7 @@
|
|
|
3013
3049
|
"enumValues": null,
|
|
3014
3050
|
"fields": {
|
|
3015
3051
|
"description": {
|
|
3016
|
-
"alias": "
|
|
3052
|
+
"alias": "endpointProtectionLicenseDescription: description",
|
|
3017
3053
|
"args": {},
|
|
3018
3054
|
"deprecationReason": null,
|
|
3019
3055
|
"description": null,
|
|
@@ -3034,7 +3070,7 @@
|
|
|
3034
3070
|
"varName": "description"
|
|
3035
3071
|
},
|
|
3036
3072
|
"expirationDate": {
|
|
3037
|
-
"alias": "
|
|
3073
|
+
"alias": "endpointProtectionLicenseExpirationDate: expirationDate",
|
|
3038
3074
|
"args": {},
|
|
3039
3075
|
"deprecationReason": null,
|
|
3040
3076
|
"description": "License expiration date",
|
|
@@ -3056,7 +3092,7 @@
|
|
|
3056
3092
|
"varName": "expirationDate"
|
|
3057
3093
|
},
|
|
3058
3094
|
"lastUpdated": {
|
|
3059
|
-
"alias": "
|
|
3095
|
+
"alias": "endpointProtectionLicenseLastUpdated: lastUpdated",
|
|
3060
3096
|
"args": {},
|
|
3061
3097
|
"deprecationReason": null,
|
|
3062
3098
|
"description": "The date of the last update to the license",
|
|
@@ -3077,7 +3113,7 @@
|
|
|
3077
3113
|
"varName": "lastUpdated"
|
|
3078
3114
|
},
|
|
3079
3115
|
"plan": {
|
|
3080
|
-
"alias": "
|
|
3116
|
+
"alias": "endpointProtectionLicensePlan: plan",
|
|
3081
3117
|
"args": {},
|
|
3082
3118
|
"deprecationReason": null,
|
|
3083
3119
|
"description": "License plan type",
|
|
@@ -3123,7 +3159,7 @@
|
|
|
3123
3159
|
"varName": "plan"
|
|
3124
3160
|
},
|
|
3125
3161
|
"sku": {
|
|
3126
|
-
"alias": "
|
|
3162
|
+
"alias": "endpointProtectionLicenseSku: sku",
|
|
3127
3163
|
"args": {},
|
|
3128
3164
|
"deprecationReason": null,
|
|
3129
3165
|
"description": "The license SKU",
|
|
@@ -3288,6 +3324,12 @@
|
|
|
3288
3324
|
"isDeprecated": false,
|
|
3289
3325
|
"name": "CATO_DEM"
|
|
3290
3326
|
},
|
|
3327
|
+
{
|
|
3328
|
+
"deprecationReason": null,
|
|
3329
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
3330
|
+
"isDeprecated": false,
|
|
3331
|
+
"name": "CATO_IOT_OT"
|
|
3332
|
+
},
|
|
3291
3333
|
{
|
|
3292
3334
|
"deprecationReason": null,
|
|
3293
3335
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -3343,7 +3385,7 @@
|
|
|
3343
3385
|
"varName": "sku"
|
|
3344
3386
|
},
|
|
3345
3387
|
"startDate": {
|
|
3346
|
-
"alias": "
|
|
3388
|
+
"alias": "endpointProtectionLicenseStartDate: startDate",
|
|
3347
3389
|
"args": {},
|
|
3348
3390
|
"deprecationReason": null,
|
|
3349
3391
|
"description": "License start date",
|
|
@@ -3364,7 +3406,7 @@
|
|
|
3364
3406
|
"varName": "startDate"
|
|
3365
3407
|
},
|
|
3366
3408
|
"status": {
|
|
3367
|
-
"alias": "
|
|
3409
|
+
"alias": "endpointProtectionLicenseStatus: status",
|
|
3368
3410
|
"args": {},
|
|
3369
3411
|
"deprecationReason": null,
|
|
3370
3412
|
"description": "License activation status",
|
|
@@ -3460,7 +3502,7 @@
|
|
|
3460
3502
|
"enumValues": null,
|
|
3461
3503
|
"fields": {
|
|
3462
3504
|
"description": {
|
|
3463
|
-
"alias": "
|
|
3505
|
+
"alias": "ilmmLicenseDescription: description",
|
|
3464
3506
|
"args": {},
|
|
3465
3507
|
"deprecationReason": null,
|
|
3466
3508
|
"description": null,
|
|
@@ -3481,7 +3523,7 @@
|
|
|
3481
3523
|
"varName": "description"
|
|
3482
3524
|
},
|
|
3483
3525
|
"expirationDate": {
|
|
3484
|
-
"alias": "
|
|
3526
|
+
"alias": "ilmmLicenseExpirationDate: expirationDate",
|
|
3485
3527
|
"args": {},
|
|
3486
3528
|
"deprecationReason": null,
|
|
3487
3529
|
"description": "License expiration date",
|
|
@@ -3503,7 +3545,7 @@
|
|
|
3503
3545
|
"varName": "expirationDate"
|
|
3504
3546
|
},
|
|
3505
3547
|
"lastUpdated": {
|
|
3506
|
-
"alias": "
|
|
3548
|
+
"alias": "ilmmLicenseLastUpdated: lastUpdated",
|
|
3507
3549
|
"args": {},
|
|
3508
3550
|
"deprecationReason": null,
|
|
3509
3551
|
"description": "The date of the last update to the license",
|
|
@@ -3524,7 +3566,7 @@
|
|
|
3524
3566
|
"varName": "lastUpdated"
|
|
3525
3567
|
},
|
|
3526
3568
|
"plan": {
|
|
3527
|
-
"alias": "
|
|
3569
|
+
"alias": "ilmmLicensePlan: plan",
|
|
3528
3570
|
"args": {},
|
|
3529
3571
|
"deprecationReason": null,
|
|
3530
3572
|
"description": "License plan type",
|
|
@@ -3570,7 +3612,7 @@
|
|
|
3570
3612
|
"varName": "plan"
|
|
3571
3613
|
},
|
|
3572
3614
|
"sku": {
|
|
3573
|
-
"alias": "
|
|
3615
|
+
"alias": "ilmmLicenseSku: sku",
|
|
3574
3616
|
"args": {},
|
|
3575
3617
|
"deprecationReason": null,
|
|
3576
3618
|
"description": "The license SKU",
|
|
@@ -3735,6 +3777,12 @@
|
|
|
3735
3777
|
"isDeprecated": false,
|
|
3736
3778
|
"name": "CATO_DEM"
|
|
3737
3779
|
},
|
|
3780
|
+
{
|
|
3781
|
+
"deprecationReason": null,
|
|
3782
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
3783
|
+
"isDeprecated": false,
|
|
3784
|
+
"name": "CATO_IOT_OT"
|
|
3785
|
+
},
|
|
3738
3786
|
{
|
|
3739
3787
|
"deprecationReason": null,
|
|
3740
3788
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -3790,7 +3838,7 @@
|
|
|
3790
3838
|
"varName": "sku"
|
|
3791
3839
|
},
|
|
3792
3840
|
"startDate": {
|
|
3793
|
-
"alias": "
|
|
3841
|
+
"alias": "ilmmLicenseStartDate: startDate",
|
|
3794
3842
|
"args": {},
|
|
3795
3843
|
"deprecationReason": null,
|
|
3796
3844
|
"description": "License start date",
|
|
@@ -3811,7 +3859,7 @@
|
|
|
3811
3859
|
"varName": "startDate"
|
|
3812
3860
|
},
|
|
3813
3861
|
"status": {
|
|
3814
|
-
"alias": "
|
|
3862
|
+
"alias": "ilmmLicenseStatus: status",
|
|
3815
3863
|
"args": {},
|
|
3816
3864
|
"deprecationReason": null,
|
|
3817
3865
|
"description": "License activation status",
|
|
@@ -3902,12 +3950,444 @@
|
|
|
3902
3950
|
"name": "IlmmLicense",
|
|
3903
3951
|
"possibleTypes": null
|
|
3904
3952
|
},
|
|
3953
|
+
"IotOtLicense": {
|
|
3954
|
+
"description": "IoT/OT Security service license details",
|
|
3955
|
+
"enumValues": null,
|
|
3956
|
+
"fields": {
|
|
3957
|
+
"description": {
|
|
3958
|
+
"alias": "iotOtLicenseDescription: description",
|
|
3959
|
+
"args": {},
|
|
3960
|
+
"deprecationReason": null,
|
|
3961
|
+
"description": null,
|
|
3962
|
+
"id_str": "licensingInfo___licenses___IotOtLicense___description",
|
|
3963
|
+
"isDeprecated": false,
|
|
3964
|
+
"name": "description",
|
|
3965
|
+
"path": "licensingInfo.licenses.IotOtLicense.description",
|
|
3966
|
+
"requestStr": "$description:String ",
|
|
3967
|
+
"required": false,
|
|
3968
|
+
"responseStr": "description:$description ",
|
|
3969
|
+
"type": {
|
|
3970
|
+
"kind": [
|
|
3971
|
+
"SCALAR"
|
|
3972
|
+
],
|
|
3973
|
+
"name": "String",
|
|
3974
|
+
"non_null": false
|
|
3975
|
+
},
|
|
3976
|
+
"varName": "description"
|
|
3977
|
+
},
|
|
3978
|
+
"expirationDate": {
|
|
3979
|
+
"alias": "iotOtLicenseExpirationDate: expirationDate",
|
|
3980
|
+
"args": {},
|
|
3981
|
+
"deprecationReason": null,
|
|
3982
|
+
"description": "License expiration date",
|
|
3983
|
+
"id_str": "licensingInfo___licenses___IotOtLicense___expirationDate",
|
|
3984
|
+
"isDeprecated": false,
|
|
3985
|
+
"name": "expirationDate",
|
|
3986
|
+
"path": "licensingInfo.licenses.IotOtLicense.expirationDate",
|
|
3987
|
+
"requestStr": "$expirationDate:DateTime! ",
|
|
3988
|
+
"required": true,
|
|
3989
|
+
"responseStr": "expirationDate:$expirationDate ",
|
|
3990
|
+
"type": {
|
|
3991
|
+
"kind": [
|
|
3992
|
+
"NON_NULL",
|
|
3993
|
+
"SCALAR"
|
|
3994
|
+
],
|
|
3995
|
+
"name": "DateTime",
|
|
3996
|
+
"non_null": false
|
|
3997
|
+
},
|
|
3998
|
+
"varName": "expirationDate"
|
|
3999
|
+
},
|
|
4000
|
+
"lastUpdated": {
|
|
4001
|
+
"alias": "iotOtLicenseLastUpdated: lastUpdated",
|
|
4002
|
+
"args": {},
|
|
4003
|
+
"deprecationReason": null,
|
|
4004
|
+
"description": "The date of the last update to the license",
|
|
4005
|
+
"id_str": "licensingInfo___licenses___IotOtLicense___lastUpdated",
|
|
4006
|
+
"isDeprecated": false,
|
|
4007
|
+
"name": "lastUpdated",
|
|
4008
|
+
"path": "licensingInfo.licenses.IotOtLicense.lastUpdated",
|
|
4009
|
+
"requestStr": "$lastUpdated:DateTime ",
|
|
4010
|
+
"required": false,
|
|
4011
|
+
"responseStr": "lastUpdated:$lastUpdated ",
|
|
4012
|
+
"type": {
|
|
4013
|
+
"kind": [
|
|
4014
|
+
"SCALAR"
|
|
4015
|
+
],
|
|
4016
|
+
"name": "DateTime",
|
|
4017
|
+
"non_null": false
|
|
4018
|
+
},
|
|
4019
|
+
"varName": "lastUpdated"
|
|
4020
|
+
},
|
|
4021
|
+
"plan": {
|
|
4022
|
+
"alias": "iotOtLicensePlan: plan",
|
|
4023
|
+
"args": {},
|
|
4024
|
+
"deprecationReason": null,
|
|
4025
|
+
"description": "License plan type",
|
|
4026
|
+
"id_str": "licensingInfo___licenses___IotOtLicense___plan",
|
|
4027
|
+
"isDeprecated": false,
|
|
4028
|
+
"name": "plan",
|
|
4029
|
+
"path": "licensingInfo.licenses.IotOtLicense.plan",
|
|
4030
|
+
"requestStr": "$plan:LicensePlan! ",
|
|
4031
|
+
"required": true,
|
|
4032
|
+
"responseStr": "plan:$plan ",
|
|
4033
|
+
"type": {
|
|
4034
|
+
"definition": {
|
|
4035
|
+
"description": "enum for license plan type (site license, service license, etc...)",
|
|
4036
|
+
"enumValues": [
|
|
4037
|
+
{
|
|
4038
|
+
"deprecationReason": null,
|
|
4039
|
+
"description": null,
|
|
4040
|
+
"isDeprecated": false,
|
|
4041
|
+
"name": "COMMERCIAL"
|
|
4042
|
+
},
|
|
4043
|
+
{
|
|
4044
|
+
"deprecationReason": null,
|
|
4045
|
+
"description": null,
|
|
4046
|
+
"isDeprecated": false,
|
|
4047
|
+
"name": "TRIAL"
|
|
4048
|
+
}
|
|
4049
|
+
],
|
|
4050
|
+
"fields": null,
|
|
4051
|
+
"inputFields": null,
|
|
4052
|
+
"interfaces": null,
|
|
4053
|
+
"kind": "ENUM",
|
|
4054
|
+
"name": "LicensePlan",
|
|
4055
|
+
"possibleTypes": null
|
|
4056
|
+
},
|
|
4057
|
+
"indexType": "enum",
|
|
4058
|
+
"kind": [
|
|
4059
|
+
"NON_NULL",
|
|
4060
|
+
"ENUM"
|
|
4061
|
+
],
|
|
4062
|
+
"name": "LicensePlan",
|
|
4063
|
+
"non_null": false
|
|
4064
|
+
},
|
|
4065
|
+
"varName": "plan"
|
|
4066
|
+
},
|
|
4067
|
+
"sku": {
|
|
4068
|
+
"alias": "iotOtLicenseSku: sku",
|
|
4069
|
+
"args": {},
|
|
4070
|
+
"deprecationReason": null,
|
|
4071
|
+
"description": "The license SKU",
|
|
4072
|
+
"id_str": "licensingInfo___licenses___IotOtLicense___sku",
|
|
4073
|
+
"isDeprecated": false,
|
|
4074
|
+
"name": "sku",
|
|
4075
|
+
"path": "licensingInfo.licenses.IotOtLicense.sku",
|
|
4076
|
+
"requestStr": "$sku:LicenseSku! ",
|
|
4077
|
+
"required": true,
|
|
4078
|
+
"responseStr": "sku:$sku ",
|
|
4079
|
+
"type": {
|
|
4080
|
+
"definition": {
|
|
4081
|
+
"description": null,
|
|
4082
|
+
"enumValues": [
|
|
4083
|
+
{
|
|
4084
|
+
"deprecationReason": null,
|
|
4085
|
+
"description": "Site bandwidth SASE SKU",
|
|
4086
|
+
"isDeprecated": false,
|
|
4087
|
+
"name": "CATO_SITE"
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
"deprecationReason": null,
|
|
4091
|
+
"description": "Site bandwidth SSE SKU",
|
|
4092
|
+
"isDeprecated": false,
|
|
4093
|
+
"name": "CATO_SSE_SITE"
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"deprecationReason": null,
|
|
4097
|
+
"description": "Site pooled bandwidth SASE SKU",
|
|
4098
|
+
"isDeprecated": false,
|
|
4099
|
+
"name": "CATO_PB"
|
|
4100
|
+
},
|
|
4101
|
+
{
|
|
4102
|
+
"deprecationReason": null,
|
|
4103
|
+
"description": "Site pooled bandwidth SSE SKU",
|
|
4104
|
+
"isDeprecated": false,
|
|
4105
|
+
"name": "CATO_PB_SSE"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"deprecationReason": "replaced with CATO_ZTNA_USERS",
|
|
4109
|
+
"description": "ZTNA remote users SKU",
|
|
4110
|
+
"isDeprecated": true,
|
|
4111
|
+
"name": "MOBILE_USERS"
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"deprecationReason": null,
|
|
4115
|
+
"description": "ZTNA remote users SKU",
|
|
4116
|
+
"isDeprecated": false,
|
|
4117
|
+
"name": "CATO_ZTNA_USERS"
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"deprecationReason": null,
|
|
4121
|
+
"description": "Cato EPP service SKU",
|
|
4122
|
+
"isDeprecated": false,
|
|
4123
|
+
"name": "CATO_EPP"
|
|
4124
|
+
},
|
|
4125
|
+
{
|
|
4126
|
+
"deprecationReason": null,
|
|
4127
|
+
"description": "Cato IPS (legacy) service SKU",
|
|
4128
|
+
"isDeprecated": false,
|
|
4129
|
+
"name": "CATO_IPS"
|
|
4130
|
+
},
|
|
4131
|
+
{
|
|
4132
|
+
"deprecationReason": null,
|
|
4133
|
+
"description": "Cato Anti Malware (legacy) service SKU",
|
|
4134
|
+
"isDeprecated": false,
|
|
4135
|
+
"name": "CATO_ANTI_MALWARE"
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"deprecationReason": null,
|
|
4139
|
+
"description": "Cato Anti Malware Next Generation (legacy) service SKU",
|
|
4140
|
+
"isDeprecated": false,
|
|
4141
|
+
"name": "CATO_ANTI_MALWARE_NG"
|
|
4142
|
+
},
|
|
4143
|
+
{
|
|
4144
|
+
"deprecationReason": null,
|
|
4145
|
+
"description": "Cato CASB service SKU",
|
|
4146
|
+
"isDeprecated": false,
|
|
4147
|
+
"name": "CATO_CASB"
|
|
4148
|
+
},
|
|
4149
|
+
{
|
|
4150
|
+
"deprecationReason": null,
|
|
4151
|
+
"description": "Cato DLP service SKU",
|
|
4152
|
+
"isDeprecated": false,
|
|
4153
|
+
"name": "CATO_DLP"
|
|
4154
|
+
},
|
|
4155
|
+
{
|
|
4156
|
+
"deprecationReason": null,
|
|
4157
|
+
"description": "Cato ILMM service SKU",
|
|
4158
|
+
"isDeprecated": false,
|
|
4159
|
+
"name": "CATO_ILMM"
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
"deprecationReason": null,
|
|
4163
|
+
"description": "Cato MDR (XDR Pro) service SKU",
|
|
4164
|
+
"isDeprecated": false,
|
|
4165
|
+
"name": "CATO_MDR"
|
|
4166
|
+
},
|
|
4167
|
+
{
|
|
4168
|
+
"deprecationReason": null,
|
|
4169
|
+
"description": "Cato Managed XDR service SKU",
|
|
4170
|
+
"isDeprecated": false,
|
|
4171
|
+
"name": "CATO_MANAGED_XDR"
|
|
4172
|
+
},
|
|
4173
|
+
{
|
|
4174
|
+
"deprecationReason": null,
|
|
4175
|
+
"description": "Cato NOCaaS service SKU",
|
|
4176
|
+
"isDeprecated": false,
|
|
4177
|
+
"name": "CATO_NOCAAS_HF"
|
|
4178
|
+
},
|
|
4179
|
+
{
|
|
4180
|
+
"deprecationReason": null,
|
|
4181
|
+
"description": "Cato Remote Browser Isolation (RBI) service SKU",
|
|
4182
|
+
"isDeprecated": false,
|
|
4183
|
+
"name": "CATO_RBI"
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"deprecationReason": null,
|
|
4187
|
+
"description": "Cato SAAS Group SKU",
|
|
4188
|
+
"isDeprecated": false,
|
|
4189
|
+
"name": "CATO_SAAS"
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"deprecationReason": null,
|
|
4193
|
+
"description": "Cato SAAS Security API with one application integration (legacy) service SKU",
|
|
4194
|
+
"isDeprecated": false,
|
|
4195
|
+
"name": "CATO_SAAS_SECURITY_API_ONE_APP"
|
|
4196
|
+
},
|
|
4197
|
+
{
|
|
4198
|
+
"deprecationReason": null,
|
|
4199
|
+
"description": "Cato SAAS Security API with two applications integration (legacy) service SKU",
|
|
4200
|
+
"isDeprecated": false,
|
|
4201
|
+
"name": "CATO_SAAS_SECURITY_API_TWO_APPS"
|
|
4202
|
+
},
|
|
4203
|
+
{
|
|
4204
|
+
"deprecationReason": null,
|
|
4205
|
+
"description": "Cato SAAS Security API with more than two Applications integration (legacy) service SKU",
|
|
4206
|
+
"isDeprecated": false,
|
|
4207
|
+
"name": "CATO_SAAS_SECURITY_API_ALL_APPS"
|
|
4208
|
+
},
|
|
4209
|
+
{
|
|
4210
|
+
"deprecationReason": null,
|
|
4211
|
+
"description": null,
|
|
4212
|
+
"isDeprecated": false,
|
|
4213
|
+
"name": "CATO_SAAS_SECURITY_API"
|
|
4214
|
+
},
|
|
4215
|
+
{
|
|
4216
|
+
"deprecationReason": null,
|
|
4217
|
+
"description": "Cato XDR service SKU",
|
|
4218
|
+
"isDeprecated": false,
|
|
4219
|
+
"name": "CATO_XDR_PRO"
|
|
4220
|
+
},
|
|
4221
|
+
{
|
|
4222
|
+
"deprecationReason": "replaced with CATO_DEM",
|
|
4223
|
+
"description": "Cato DEM Pro service SKU",
|
|
4224
|
+
"isDeprecated": true,
|
|
4225
|
+
"name": "CATO_DEM_PRO"
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"deprecationReason": null,
|
|
4229
|
+
"description": "Cato DEM service SKU",
|
|
4230
|
+
"isDeprecated": false,
|
|
4231
|
+
"name": "CATO_DEM"
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"deprecationReason": null,
|
|
4235
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
4236
|
+
"isDeprecated": false,
|
|
4237
|
+
"name": "CATO_IOT_OT"
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"deprecationReason": null,
|
|
4241
|
+
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
4242
|
+
"isDeprecated": false,
|
|
4243
|
+
"name": "CATO_THREAT_PREVENTION"
|
|
4244
|
+
},
|
|
4245
|
+
{
|
|
4246
|
+
"deprecationReason": null,
|
|
4247
|
+
"description": "Public IPs SKU",
|
|
4248
|
+
"isDeprecated": false,
|
|
4249
|
+
"name": "CATO_IP_ADD"
|
|
4250
|
+
},
|
|
4251
|
+
{
|
|
4252
|
+
"deprecationReason": null,
|
|
4253
|
+
"description": "Cato datalake Group SKU",
|
|
4254
|
+
"isDeprecated": false,
|
|
4255
|
+
"name": "CATO_DATALAKE"
|
|
4256
|
+
},
|
|
4257
|
+
{
|
|
4258
|
+
"deprecationReason": null,
|
|
4259
|
+
"description": "3 months data retention SKU",
|
|
4260
|
+
"isDeprecated": false,
|
|
4261
|
+
"name": "CATO_DATALAKE_3M"
|
|
4262
|
+
},
|
|
4263
|
+
{
|
|
4264
|
+
"deprecationReason": null,
|
|
4265
|
+
"description": "6 months data retention SKU",
|
|
4266
|
+
"isDeprecated": false,
|
|
4267
|
+
"name": "CATO_DATALAKE_6M"
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"deprecationReason": null,
|
|
4271
|
+
"description": "12 months data retention SKU",
|
|
4272
|
+
"isDeprecated": false,
|
|
4273
|
+
"name": "CATO_DATALAKE_12M"
|
|
4274
|
+
}
|
|
4275
|
+
],
|
|
4276
|
+
"fields": null,
|
|
4277
|
+
"inputFields": null,
|
|
4278
|
+
"interfaces": null,
|
|
4279
|
+
"kind": "ENUM",
|
|
4280
|
+
"name": "LicenseSku",
|
|
4281
|
+
"possibleTypes": null
|
|
4282
|
+
},
|
|
4283
|
+
"indexType": "enum",
|
|
4284
|
+
"kind": [
|
|
4285
|
+
"NON_NULL",
|
|
4286
|
+
"ENUM"
|
|
4287
|
+
],
|
|
4288
|
+
"name": "LicenseSku",
|
|
4289
|
+
"non_null": false
|
|
4290
|
+
},
|
|
4291
|
+
"varName": "sku"
|
|
4292
|
+
},
|
|
4293
|
+
"startDate": {
|
|
4294
|
+
"alias": "iotOtLicenseStartDate: startDate",
|
|
4295
|
+
"args": {},
|
|
4296
|
+
"deprecationReason": null,
|
|
4297
|
+
"description": "License start date",
|
|
4298
|
+
"id_str": "licensingInfo___licenses___IotOtLicense___startDate",
|
|
4299
|
+
"isDeprecated": false,
|
|
4300
|
+
"name": "startDate",
|
|
4301
|
+
"path": "licensingInfo.licenses.IotOtLicense.startDate",
|
|
4302
|
+
"requestStr": "$startDate:DateTime ",
|
|
4303
|
+
"required": false,
|
|
4304
|
+
"responseStr": "startDate:$startDate ",
|
|
4305
|
+
"type": {
|
|
4306
|
+
"kind": [
|
|
4307
|
+
"SCALAR"
|
|
4308
|
+
],
|
|
4309
|
+
"name": "DateTime",
|
|
4310
|
+
"non_null": false
|
|
4311
|
+
},
|
|
4312
|
+
"varName": "startDate"
|
|
4313
|
+
},
|
|
4314
|
+
"status": {
|
|
4315
|
+
"alias": "iotOtLicenseStatus: status",
|
|
4316
|
+
"args": {},
|
|
4317
|
+
"deprecationReason": null,
|
|
4318
|
+
"description": "License activation status",
|
|
4319
|
+
"id_str": "licensingInfo___licenses___IotOtLicense___status",
|
|
4320
|
+
"isDeprecated": false,
|
|
4321
|
+
"name": "status",
|
|
4322
|
+
"path": "licensingInfo.licenses.IotOtLicense.status",
|
|
4323
|
+
"requestStr": "$status:LicenseStatus! ",
|
|
4324
|
+
"required": true,
|
|
4325
|
+
"responseStr": "status:$status ",
|
|
4326
|
+
"type": {
|
|
4327
|
+
"definition": {
|
|
4328
|
+
"description": "enum for account plan status \u2013 the current license status within the license lifecycle",
|
|
4329
|
+
"enumValues": [
|
|
4330
|
+
{
|
|
4331
|
+
"deprecationReason": null,
|
|
4332
|
+
"description": "A license that is currently active",
|
|
4333
|
+
"isDeprecated": false,
|
|
4334
|
+
"name": "ACTIVE"
|
|
4335
|
+
},
|
|
4336
|
+
{
|
|
4337
|
+
"deprecationReason": null,
|
|
4338
|
+
"description": "An existing license with a future start date that is not currently active",
|
|
4339
|
+
"isDeprecated": false,
|
|
4340
|
+
"name": "SCHEDULED"
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"deprecationReason": null,
|
|
4344
|
+
"description": "A license that is active before its start date, for partners and customers to verify the relevant configurations",
|
|
4345
|
+
"isDeprecated": false,
|
|
4346
|
+
"name": "STAGING"
|
|
4347
|
+
},
|
|
4348
|
+
{
|
|
4349
|
+
"deprecationReason": null,
|
|
4350
|
+
"description": "A license in a grace period",
|
|
4351
|
+
"isDeprecated": false,
|
|
4352
|
+
"name": "LOCKED"
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"deprecationReason": null,
|
|
4356
|
+
"description": "An expired license is no longer active",
|
|
4357
|
+
"isDeprecated": false,
|
|
4358
|
+
"name": "DISABLED"
|
|
4359
|
+
}
|
|
4360
|
+
],
|
|
4361
|
+
"fields": null,
|
|
4362
|
+
"inputFields": null,
|
|
4363
|
+
"interfaces": null,
|
|
4364
|
+
"kind": "ENUM",
|
|
4365
|
+
"name": "LicenseStatus",
|
|
4366
|
+
"possibleTypes": null
|
|
4367
|
+
},
|
|
4368
|
+
"indexType": "enum",
|
|
4369
|
+
"kind": [
|
|
4370
|
+
"NON_NULL",
|
|
4371
|
+
"ENUM"
|
|
4372
|
+
],
|
|
4373
|
+
"name": "LicenseStatus",
|
|
4374
|
+
"non_null": false
|
|
4375
|
+
},
|
|
4376
|
+
"varName": "status"
|
|
4377
|
+
}
|
|
4378
|
+
},
|
|
4379
|
+
"inputFields": null,
|
|
4380
|
+
"interfaces": {},
|
|
4381
|
+
"kind": "OBJECT",
|
|
4382
|
+
"name": "IotOtLicense",
|
|
4383
|
+
"possibleTypes": null
|
|
4384
|
+
},
|
|
3905
4385
|
"IpsLicense": {
|
|
3906
4386
|
"description": "Intrusion Prevention System (IPS) service license (Legacy license, replaced by TP)",
|
|
3907
4387
|
"enumValues": null,
|
|
3908
4388
|
"fields": {
|
|
3909
4389
|
"description": {
|
|
3910
|
-
"alias": "
|
|
4390
|
+
"alias": "ipsLicenseDescription: description",
|
|
3911
4391
|
"args": {},
|
|
3912
4392
|
"deprecationReason": null,
|
|
3913
4393
|
"description": null,
|
|
@@ -3928,7 +4408,7 @@
|
|
|
3928
4408
|
"varName": "description"
|
|
3929
4409
|
},
|
|
3930
4410
|
"expirationDate": {
|
|
3931
|
-
"alias": "
|
|
4411
|
+
"alias": "ipsLicenseExpirationDate: expirationDate",
|
|
3932
4412
|
"args": {},
|
|
3933
4413
|
"deprecationReason": null,
|
|
3934
4414
|
"description": "License expiration date",
|
|
@@ -3950,7 +4430,7 @@
|
|
|
3950
4430
|
"varName": "expirationDate"
|
|
3951
4431
|
},
|
|
3952
4432
|
"lastUpdated": {
|
|
3953
|
-
"alias": "
|
|
4433
|
+
"alias": "ipsLicenseLastUpdated: lastUpdated",
|
|
3954
4434
|
"args": {},
|
|
3955
4435
|
"deprecationReason": null,
|
|
3956
4436
|
"description": "The date of the last update to the license",
|
|
@@ -3971,7 +4451,7 @@
|
|
|
3971
4451
|
"varName": "lastUpdated"
|
|
3972
4452
|
},
|
|
3973
4453
|
"plan": {
|
|
3974
|
-
"alias": "
|
|
4454
|
+
"alias": "ipsLicensePlan: plan",
|
|
3975
4455
|
"args": {},
|
|
3976
4456
|
"deprecationReason": null,
|
|
3977
4457
|
"description": "License plan type",
|
|
@@ -4017,7 +4497,7 @@
|
|
|
4017
4497
|
"varName": "plan"
|
|
4018
4498
|
},
|
|
4019
4499
|
"sku": {
|
|
4020
|
-
"alias": "
|
|
4500
|
+
"alias": "ipsLicenseSku: sku",
|
|
4021
4501
|
"args": {},
|
|
4022
4502
|
"deprecationReason": null,
|
|
4023
4503
|
"description": "The license SKU",
|
|
@@ -4182,6 +4662,12 @@
|
|
|
4182
4662
|
"isDeprecated": false,
|
|
4183
4663
|
"name": "CATO_DEM"
|
|
4184
4664
|
},
|
|
4665
|
+
{
|
|
4666
|
+
"deprecationReason": null,
|
|
4667
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
4668
|
+
"isDeprecated": false,
|
|
4669
|
+
"name": "CATO_IOT_OT"
|
|
4670
|
+
},
|
|
4185
4671
|
{
|
|
4186
4672
|
"deprecationReason": null,
|
|
4187
4673
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -4237,7 +4723,7 @@
|
|
|
4237
4723
|
"varName": "sku"
|
|
4238
4724
|
},
|
|
4239
4725
|
"startDate": {
|
|
4240
|
-
"alias": "
|
|
4726
|
+
"alias": "ipsLicenseStartDate: startDate",
|
|
4241
4727
|
"args": {},
|
|
4242
4728
|
"deprecationReason": null,
|
|
4243
4729
|
"description": "License start date",
|
|
@@ -4258,7 +4744,7 @@
|
|
|
4258
4744
|
"varName": "startDate"
|
|
4259
4745
|
},
|
|
4260
4746
|
"status": {
|
|
4261
|
-
"alias": "
|
|
4747
|
+
"alias": "ipsLicenseStatus: status",
|
|
4262
4748
|
"args": {},
|
|
4263
4749
|
"deprecationReason": null,
|
|
4264
4750
|
"description": "License activation status",
|
|
@@ -4333,7 +4819,7 @@
|
|
|
4333
4819
|
"enumValues": null,
|
|
4334
4820
|
"fields": {
|
|
4335
4821
|
"description": {
|
|
4336
|
-
"alias": "
|
|
4822
|
+
"alias": "malwareProtectionLicenseDescription: description",
|
|
4337
4823
|
"args": {},
|
|
4338
4824
|
"deprecationReason": null,
|
|
4339
4825
|
"description": null,
|
|
@@ -4354,7 +4840,7 @@
|
|
|
4354
4840
|
"varName": "description"
|
|
4355
4841
|
},
|
|
4356
4842
|
"expirationDate": {
|
|
4357
|
-
"alias": "
|
|
4843
|
+
"alias": "malwareProtectionLicenseExpirationDate: expirationDate",
|
|
4358
4844
|
"args": {},
|
|
4359
4845
|
"deprecationReason": null,
|
|
4360
4846
|
"description": "License expiration date",
|
|
@@ -4376,7 +4862,7 @@
|
|
|
4376
4862
|
"varName": "expirationDate"
|
|
4377
4863
|
},
|
|
4378
4864
|
"lastUpdated": {
|
|
4379
|
-
"alias": "
|
|
4865
|
+
"alias": "malwareProtectionLicenseLastUpdated: lastUpdated",
|
|
4380
4866
|
"args": {},
|
|
4381
4867
|
"deprecationReason": null,
|
|
4382
4868
|
"description": "The date of the last update to the license",
|
|
@@ -4397,7 +4883,7 @@
|
|
|
4397
4883
|
"varName": "lastUpdated"
|
|
4398
4884
|
},
|
|
4399
4885
|
"plan": {
|
|
4400
|
-
"alias": "
|
|
4886
|
+
"alias": "malwareProtectionLicensePlan: plan",
|
|
4401
4887
|
"args": {},
|
|
4402
4888
|
"deprecationReason": null,
|
|
4403
4889
|
"description": "License plan type",
|
|
@@ -4443,7 +4929,7 @@
|
|
|
4443
4929
|
"varName": "plan"
|
|
4444
4930
|
},
|
|
4445
4931
|
"sku": {
|
|
4446
|
-
"alias": "
|
|
4932
|
+
"alias": "malwareProtectionLicenseSku: sku",
|
|
4447
4933
|
"args": {},
|
|
4448
4934
|
"deprecationReason": null,
|
|
4449
4935
|
"description": "The license SKU",
|
|
@@ -4608,6 +5094,12 @@
|
|
|
4608
5094
|
"isDeprecated": false,
|
|
4609
5095
|
"name": "CATO_DEM"
|
|
4610
5096
|
},
|
|
5097
|
+
{
|
|
5098
|
+
"deprecationReason": null,
|
|
5099
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
5100
|
+
"isDeprecated": false,
|
|
5101
|
+
"name": "CATO_IOT_OT"
|
|
5102
|
+
},
|
|
4611
5103
|
{
|
|
4612
5104
|
"deprecationReason": null,
|
|
4613
5105
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -4663,7 +5155,7 @@
|
|
|
4663
5155
|
"varName": "sku"
|
|
4664
5156
|
},
|
|
4665
5157
|
"startDate": {
|
|
4666
|
-
"alias": "
|
|
5158
|
+
"alias": "malwareProtectionLicenseStartDate: startDate",
|
|
4667
5159
|
"args": {},
|
|
4668
5160
|
"deprecationReason": null,
|
|
4669
5161
|
"description": "License start date",
|
|
@@ -4684,7 +5176,7 @@
|
|
|
4684
5176
|
"varName": "startDate"
|
|
4685
5177
|
},
|
|
4686
5178
|
"status": {
|
|
4687
|
-
"alias": "
|
|
5179
|
+
"alias": "malwareProtectionLicenseStatus: status",
|
|
4688
5180
|
"args": {},
|
|
4689
5181
|
"deprecationReason": null,
|
|
4690
5182
|
"description": "License activation status",
|
|
@@ -4759,7 +5251,7 @@
|
|
|
4759
5251
|
"enumValues": null,
|
|
4760
5252
|
"fields": {
|
|
4761
5253
|
"description": {
|
|
4762
|
-
"alias": "
|
|
5254
|
+
"alias": "managedXdrLicenseDescription: description",
|
|
4763
5255
|
"args": {},
|
|
4764
5256
|
"deprecationReason": null,
|
|
4765
5257
|
"description": null,
|
|
@@ -4780,7 +5272,7 @@
|
|
|
4780
5272
|
"varName": "description"
|
|
4781
5273
|
},
|
|
4782
5274
|
"expirationDate": {
|
|
4783
|
-
"alias": "
|
|
5275
|
+
"alias": "managedXdrLicenseExpirationDate: expirationDate",
|
|
4784
5276
|
"args": {},
|
|
4785
5277
|
"deprecationReason": null,
|
|
4786
5278
|
"description": "License expiration date",
|
|
@@ -4802,7 +5294,7 @@
|
|
|
4802
5294
|
"varName": "expirationDate"
|
|
4803
5295
|
},
|
|
4804
5296
|
"lastUpdated": {
|
|
4805
|
-
"alias": "
|
|
5297
|
+
"alias": "managedXdrLicenseLastUpdated: lastUpdated",
|
|
4806
5298
|
"args": {},
|
|
4807
5299
|
"deprecationReason": null,
|
|
4808
5300
|
"description": "The date of the last update to the license",
|
|
@@ -4823,7 +5315,7 @@
|
|
|
4823
5315
|
"varName": "lastUpdated"
|
|
4824
5316
|
},
|
|
4825
5317
|
"plan": {
|
|
4826
|
-
"alias": "
|
|
5318
|
+
"alias": "managedXdrLicensePlan: plan",
|
|
4827
5319
|
"args": {},
|
|
4828
5320
|
"deprecationReason": null,
|
|
4829
5321
|
"description": "License plan type",
|
|
@@ -4869,7 +5361,7 @@
|
|
|
4869
5361
|
"varName": "plan"
|
|
4870
5362
|
},
|
|
4871
5363
|
"sku": {
|
|
4872
|
-
"alias": "
|
|
5364
|
+
"alias": "managedXdrLicenseSku: sku",
|
|
4873
5365
|
"args": {},
|
|
4874
5366
|
"deprecationReason": null,
|
|
4875
5367
|
"description": "The license SKU",
|
|
@@ -5034,6 +5526,12 @@
|
|
|
5034
5526
|
"isDeprecated": false,
|
|
5035
5527
|
"name": "CATO_DEM"
|
|
5036
5528
|
},
|
|
5529
|
+
{
|
|
5530
|
+
"deprecationReason": null,
|
|
5531
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
5532
|
+
"isDeprecated": false,
|
|
5533
|
+
"name": "CATO_IOT_OT"
|
|
5534
|
+
},
|
|
5037
5535
|
{
|
|
5038
5536
|
"deprecationReason": null,
|
|
5039
5537
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -5089,7 +5587,7 @@
|
|
|
5089
5587
|
"varName": "sku"
|
|
5090
5588
|
},
|
|
5091
5589
|
"startDate": {
|
|
5092
|
-
"alias": "
|
|
5590
|
+
"alias": "managedXdrLicenseStartDate: startDate",
|
|
5093
5591
|
"args": {},
|
|
5094
5592
|
"deprecationReason": null,
|
|
5095
5593
|
"description": "License start date",
|
|
@@ -5110,7 +5608,7 @@
|
|
|
5110
5608
|
"varName": "startDate"
|
|
5111
5609
|
},
|
|
5112
5610
|
"status": {
|
|
5113
|
-
"alias": "
|
|
5611
|
+
"alias": "managedXdrLicenseStatus: status",
|
|
5114
5612
|
"args": {},
|
|
5115
5613
|
"deprecationReason": null,
|
|
5116
5614
|
"description": "License activation status",
|
|
@@ -5185,7 +5683,7 @@
|
|
|
5185
5683
|
"enumValues": null,
|
|
5186
5684
|
"fields": {
|
|
5187
5685
|
"description": {
|
|
5188
|
-
"alias": "
|
|
5686
|
+
"alias": "nOCaaSLicenseDescription: description",
|
|
5189
5687
|
"args": {},
|
|
5190
5688
|
"deprecationReason": null,
|
|
5191
5689
|
"description": null,
|
|
@@ -5206,7 +5704,7 @@
|
|
|
5206
5704
|
"varName": "description"
|
|
5207
5705
|
},
|
|
5208
5706
|
"expirationDate": {
|
|
5209
|
-
"alias": "
|
|
5707
|
+
"alias": "nOCaaSLicenseExpirationDate: expirationDate",
|
|
5210
5708
|
"args": {},
|
|
5211
5709
|
"deprecationReason": null,
|
|
5212
5710
|
"description": "License expiration date",
|
|
@@ -5228,7 +5726,7 @@
|
|
|
5228
5726
|
"varName": "expirationDate"
|
|
5229
5727
|
},
|
|
5230
5728
|
"lastUpdated": {
|
|
5231
|
-
"alias": "
|
|
5729
|
+
"alias": "nOCaaSLicenseLastUpdated: lastUpdated",
|
|
5232
5730
|
"args": {},
|
|
5233
5731
|
"deprecationReason": null,
|
|
5234
5732
|
"description": "The date of the last update to the license",
|
|
@@ -5249,7 +5747,7 @@
|
|
|
5249
5747
|
"varName": "lastUpdated"
|
|
5250
5748
|
},
|
|
5251
5749
|
"plan": {
|
|
5252
|
-
"alias": "
|
|
5750
|
+
"alias": "nOCaaSLicensePlan: plan",
|
|
5253
5751
|
"args": {},
|
|
5254
5752
|
"deprecationReason": null,
|
|
5255
5753
|
"description": "License plan type",
|
|
@@ -5295,7 +5793,7 @@
|
|
|
5295
5793
|
"varName": "plan"
|
|
5296
5794
|
},
|
|
5297
5795
|
"sku": {
|
|
5298
|
-
"alias": "
|
|
5796
|
+
"alias": "nOCaaSLicenseSku: sku",
|
|
5299
5797
|
"args": {},
|
|
5300
5798
|
"deprecationReason": null,
|
|
5301
5799
|
"description": "The license SKU",
|
|
@@ -5460,6 +5958,12 @@
|
|
|
5460
5958
|
"isDeprecated": false,
|
|
5461
5959
|
"name": "CATO_DEM"
|
|
5462
5960
|
},
|
|
5961
|
+
{
|
|
5962
|
+
"deprecationReason": null,
|
|
5963
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
5964
|
+
"isDeprecated": false,
|
|
5965
|
+
"name": "CATO_IOT_OT"
|
|
5966
|
+
},
|
|
5463
5967
|
{
|
|
5464
5968
|
"deprecationReason": null,
|
|
5465
5969
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -5515,7 +6019,7 @@
|
|
|
5515
6019
|
"varName": "sku"
|
|
5516
6020
|
},
|
|
5517
6021
|
"startDate": {
|
|
5518
|
-
"alias": "
|
|
6022
|
+
"alias": "nOCaaSLicenseStartDate: startDate",
|
|
5519
6023
|
"args": {},
|
|
5520
6024
|
"deprecationReason": null,
|
|
5521
6025
|
"description": "License start date",
|
|
@@ -5536,7 +6040,7 @@
|
|
|
5536
6040
|
"varName": "startDate"
|
|
5537
6041
|
},
|
|
5538
6042
|
"status": {
|
|
5539
|
-
"alias": "
|
|
6043
|
+
"alias": "nOCaaSLicenseStatus: status",
|
|
5540
6044
|
"args": {},
|
|
5541
6045
|
"deprecationReason": null,
|
|
5542
6046
|
"description": "License activation status",
|
|
@@ -5611,7 +6115,7 @@
|
|
|
5611
6115
|
"enumValues": null,
|
|
5612
6116
|
"fields": {
|
|
5613
6117
|
"description": {
|
|
5614
|
-
"alias": "
|
|
6118
|
+
"alias": "nextGenMalwareProtectionLicenseDescription: description",
|
|
5615
6119
|
"args": {},
|
|
5616
6120
|
"deprecationReason": null,
|
|
5617
6121
|
"description": null,
|
|
@@ -5632,7 +6136,7 @@
|
|
|
5632
6136
|
"varName": "description"
|
|
5633
6137
|
},
|
|
5634
6138
|
"expirationDate": {
|
|
5635
|
-
"alias": "
|
|
6139
|
+
"alias": "nextGenMalwareProtectionLicenseExpirationDate: expirationDate",
|
|
5636
6140
|
"args": {},
|
|
5637
6141
|
"deprecationReason": null,
|
|
5638
6142
|
"description": "License expiration date",
|
|
@@ -5654,7 +6158,7 @@
|
|
|
5654
6158
|
"varName": "expirationDate"
|
|
5655
6159
|
},
|
|
5656
6160
|
"lastUpdated": {
|
|
5657
|
-
"alias": "
|
|
6161
|
+
"alias": "nextGenMalwareProtectionLicenseLastUpdated: lastUpdated",
|
|
5658
6162
|
"args": {},
|
|
5659
6163
|
"deprecationReason": null,
|
|
5660
6164
|
"description": "The date of the last update to the license",
|
|
@@ -5675,7 +6179,7 @@
|
|
|
5675
6179
|
"varName": "lastUpdated"
|
|
5676
6180
|
},
|
|
5677
6181
|
"plan": {
|
|
5678
|
-
"alias": "
|
|
6182
|
+
"alias": "nextGenMalwareProtectionLicensePlan: plan",
|
|
5679
6183
|
"args": {},
|
|
5680
6184
|
"deprecationReason": null,
|
|
5681
6185
|
"description": "License plan type",
|
|
@@ -5721,7 +6225,7 @@
|
|
|
5721
6225
|
"varName": "plan"
|
|
5722
6226
|
},
|
|
5723
6227
|
"sku": {
|
|
5724
|
-
"alias": "
|
|
6228
|
+
"alias": "nextGenMalwareProtectionLicenseSku: sku",
|
|
5725
6229
|
"args": {},
|
|
5726
6230
|
"deprecationReason": null,
|
|
5727
6231
|
"description": "The license SKU",
|
|
@@ -5886,6 +6390,12 @@
|
|
|
5886
6390
|
"isDeprecated": false,
|
|
5887
6391
|
"name": "CATO_DEM"
|
|
5888
6392
|
},
|
|
6393
|
+
{
|
|
6394
|
+
"deprecationReason": null,
|
|
6395
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
6396
|
+
"isDeprecated": false,
|
|
6397
|
+
"name": "CATO_IOT_OT"
|
|
6398
|
+
},
|
|
5889
6399
|
{
|
|
5890
6400
|
"deprecationReason": null,
|
|
5891
6401
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -5941,7 +6451,7 @@
|
|
|
5941
6451
|
"varName": "sku"
|
|
5942
6452
|
},
|
|
5943
6453
|
"startDate": {
|
|
5944
|
-
"alias": "
|
|
6454
|
+
"alias": "nextGenMalwareProtectionLicenseStartDate: startDate",
|
|
5945
6455
|
"args": {},
|
|
5946
6456
|
"deprecationReason": null,
|
|
5947
6457
|
"description": "License start date",
|
|
@@ -5962,7 +6472,7 @@
|
|
|
5962
6472
|
"varName": "startDate"
|
|
5963
6473
|
},
|
|
5964
6474
|
"status": {
|
|
5965
|
-
"alias": "
|
|
6475
|
+
"alias": "nextGenMalwareProtectionLicenseStatus: status",
|
|
5966
6476
|
"args": {},
|
|
5967
6477
|
"deprecationReason": null,
|
|
5968
6478
|
"description": "License activation status",
|
|
@@ -6044,16 +6554,16 @@
|
|
|
6044
6554
|
"isDeprecated": false,
|
|
6045
6555
|
"name": "accounts",
|
|
6046
6556
|
"path": "licensingInfo.licenses.PooledBandwidthLicense.accounts",
|
|
6047
|
-
"requestStr": "$
|
|
6557
|
+
"requestStr": "$partnerPooledBandwidthLicenseAccount:[PartnerPooledBandwidthLicenseAccount]! ",
|
|
6048
6558
|
"required": true,
|
|
6049
|
-
"responseStr": "accounts:$
|
|
6559
|
+
"responseStr": "accounts:$partnerPooledBandwidthLicenseAccount ",
|
|
6050
6560
|
"type": {
|
|
6051
6561
|
"definition": {
|
|
6052
6562
|
"description": null,
|
|
6053
6563
|
"enumValues": null,
|
|
6054
6564
|
"fields": {
|
|
6055
6565
|
"account": {
|
|
6056
|
-
"alias": "
|
|
6566
|
+
"alias": "accountRefAccount: account",
|
|
6057
6567
|
"args": {},
|
|
6058
6568
|
"deprecationReason": null,
|
|
6059
6569
|
"description": "Identifying data for the account",
|
|
@@ -6061,9 +6571,9 @@
|
|
|
6061
6571
|
"isDeprecated": false,
|
|
6062
6572
|
"name": "account",
|
|
6063
6573
|
"path": "licensingInfo.licenses.PooledBandwidthLicense.accounts.account",
|
|
6064
|
-
"requestStr": "$
|
|
6574
|
+
"requestStr": "$accountRef:AccountRef! ",
|
|
6065
6575
|
"required": true,
|
|
6066
|
-
"responseStr": "account:$
|
|
6576
|
+
"responseStr": "account:$accountRef ",
|
|
6067
6577
|
"type": {
|
|
6068
6578
|
"definition": {
|
|
6069
6579
|
"description": null,
|
|
@@ -6126,7 +6636,7 @@
|
|
|
6126
6636
|
"name": "AccountRef",
|
|
6127
6637
|
"non_null": false
|
|
6128
6638
|
},
|
|
6129
|
-
"varName": "
|
|
6639
|
+
"varName": "accountRef"
|
|
6130
6640
|
},
|
|
6131
6641
|
"allocatedBandwidth": {
|
|
6132
6642
|
"args": {},
|
|
@@ -6166,7 +6676,7 @@
|
|
|
6166
6676
|
"name": "PartnerPooledBandwidthLicenseAccount",
|
|
6167
6677
|
"non_null": false
|
|
6168
6678
|
},
|
|
6169
|
-
"varName": "
|
|
6679
|
+
"varName": "partnerPooledBandwidthLicenseAccount"
|
|
6170
6680
|
},
|
|
6171
6681
|
"allocatedBandwidth": {
|
|
6172
6682
|
"args": {},
|
|
@@ -6190,7 +6700,7 @@
|
|
|
6190
6700
|
"varName": "allocatedBandwidth"
|
|
6191
6701
|
},
|
|
6192
6702
|
"description": {
|
|
6193
|
-
"alias": "
|
|
6703
|
+
"alias": "pooledBandwidthLicenseDescription: description",
|
|
6194
6704
|
"args": {},
|
|
6195
6705
|
"deprecationReason": null,
|
|
6196
6706
|
"description": null,
|
|
@@ -6211,7 +6721,7 @@
|
|
|
6211
6721
|
"varName": "description"
|
|
6212
6722
|
},
|
|
6213
6723
|
"expirationDate": {
|
|
6214
|
-
"alias": "
|
|
6724
|
+
"alias": "pooledBandwidthLicenseExpirationDate: expirationDate",
|
|
6215
6725
|
"args": {},
|
|
6216
6726
|
"deprecationReason": null,
|
|
6217
6727
|
"description": "License expiration date",
|
|
@@ -6233,7 +6743,7 @@
|
|
|
6233
6743
|
"varName": "expirationDate"
|
|
6234
6744
|
},
|
|
6235
6745
|
"lastUpdated": {
|
|
6236
|
-
"alias": "
|
|
6746
|
+
"alias": "pooledBandwidthLicenseLastUpdated: lastUpdated",
|
|
6237
6747
|
"args": {},
|
|
6238
6748
|
"deprecationReason": null,
|
|
6239
6749
|
"description": "The date of the last update to the license",
|
|
@@ -6254,7 +6764,7 @@
|
|
|
6254
6764
|
"varName": "lastUpdated"
|
|
6255
6765
|
},
|
|
6256
6766
|
"plan": {
|
|
6257
|
-
"alias": "
|
|
6767
|
+
"alias": "pooledBandwidthLicensePlan: plan",
|
|
6258
6768
|
"args": {},
|
|
6259
6769
|
"deprecationReason": null,
|
|
6260
6770
|
"description": "License plan type",
|
|
@@ -6463,9 +6973,9 @@
|
|
|
6463
6973
|
"isDeprecated": false,
|
|
6464
6974
|
"name": "sites",
|
|
6465
6975
|
"path": "licensingInfo.licenses.PooledBandwidthLicense.sites",
|
|
6466
|
-
"requestStr": "$
|
|
6976
|
+
"requestStr": "$pooledBandwidthLicenseSite:[PooledBandwidthLicenseSite]! ",
|
|
6467
6977
|
"required": true,
|
|
6468
|
-
"responseStr": "sites:$
|
|
6978
|
+
"responseStr": "sites:$pooledBandwidthLicenseSite ",
|
|
6469
6979
|
"type": {
|
|
6470
6980
|
"definition": {
|
|
6471
6981
|
"description": null,
|
|
@@ -6493,7 +7003,7 @@
|
|
|
6493
7003
|
"varName": "allocatedBandwidth"
|
|
6494
7004
|
},
|
|
6495
7005
|
"site": {
|
|
6496
|
-
"alias": "
|
|
7006
|
+
"alias": "siteRefSite: site",
|
|
6497
7007
|
"args": {},
|
|
6498
7008
|
"deprecationReason": null,
|
|
6499
7009
|
"description": "Identifying data for the site",
|
|
@@ -6501,9 +7011,9 @@
|
|
|
6501
7011
|
"isDeprecated": false,
|
|
6502
7012
|
"name": "site",
|
|
6503
7013
|
"path": "licensingInfo.licenses.PooledBandwidthLicense.sites.site",
|
|
6504
|
-
"requestStr": "$
|
|
7014
|
+
"requestStr": "$siteRef:SiteRef! ",
|
|
6505
7015
|
"required": true,
|
|
6506
|
-
"responseStr": "site:$
|
|
7016
|
+
"responseStr": "site:$siteRef ",
|
|
6507
7017
|
"type": {
|
|
6508
7018
|
"definition": {
|
|
6509
7019
|
"description": null,
|
|
@@ -6566,7 +7076,7 @@
|
|
|
6566
7076
|
"name": "SiteRef",
|
|
6567
7077
|
"non_null": false
|
|
6568
7078
|
},
|
|
6569
|
-
"varName": "
|
|
7079
|
+
"varName": "siteRef"
|
|
6570
7080
|
}
|
|
6571
7081
|
},
|
|
6572
7082
|
"inputFields": null,
|
|
@@ -6585,10 +7095,10 @@
|
|
|
6585
7095
|
"name": "PooledBandwidthLicenseSite",
|
|
6586
7096
|
"non_null": false
|
|
6587
7097
|
},
|
|
6588
|
-
"varName": "
|
|
7098
|
+
"varName": "pooledBandwidthLicenseSite"
|
|
6589
7099
|
},
|
|
6590
7100
|
"sku": {
|
|
6591
|
-
"alias": "
|
|
7101
|
+
"alias": "pooledBandwidthLicenseSku: sku",
|
|
6592
7102
|
"args": {},
|
|
6593
7103
|
"deprecationReason": null,
|
|
6594
7104
|
"description": "The license SKU",
|
|
@@ -6753,6 +7263,12 @@
|
|
|
6753
7263
|
"isDeprecated": false,
|
|
6754
7264
|
"name": "CATO_DEM"
|
|
6755
7265
|
},
|
|
7266
|
+
{
|
|
7267
|
+
"deprecationReason": null,
|
|
7268
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
7269
|
+
"isDeprecated": false,
|
|
7270
|
+
"name": "CATO_IOT_OT"
|
|
7271
|
+
},
|
|
6756
7272
|
{
|
|
6757
7273
|
"deprecationReason": null,
|
|
6758
7274
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -6808,7 +7324,7 @@
|
|
|
6808
7324
|
"varName": "sku"
|
|
6809
7325
|
},
|
|
6810
7326
|
"startDate": {
|
|
6811
|
-
"alias": "
|
|
7327
|
+
"alias": "pooledBandwidthLicenseStartDate: startDate",
|
|
6812
7328
|
"args": {},
|
|
6813
7329
|
"deprecationReason": null,
|
|
6814
7330
|
"description": "License start date",
|
|
@@ -6829,7 +7345,7 @@
|
|
|
6829
7345
|
"varName": "startDate"
|
|
6830
7346
|
},
|
|
6831
7347
|
"status": {
|
|
6832
|
-
"alias": "
|
|
7348
|
+
"alias": "pooledBandwidthLicenseStatus: status",
|
|
6833
7349
|
"args": {},
|
|
6834
7350
|
"deprecationReason": null,
|
|
6835
7351
|
"description": "License activation status",
|
|
@@ -6925,7 +7441,7 @@
|
|
|
6925
7441
|
"enumValues": null,
|
|
6926
7442
|
"fields": {
|
|
6927
7443
|
"description": {
|
|
6928
|
-
"alias": "
|
|
7444
|
+
"alias": "publicIpsLicenseDescription: description",
|
|
6929
7445
|
"args": {},
|
|
6930
7446
|
"deprecationReason": null,
|
|
6931
7447
|
"description": null,
|
|
@@ -6946,7 +7462,7 @@
|
|
|
6946
7462
|
"varName": "description"
|
|
6947
7463
|
},
|
|
6948
7464
|
"expirationDate": {
|
|
6949
|
-
"alias": "
|
|
7465
|
+
"alias": "publicIpsLicenseExpirationDate: expirationDate",
|
|
6950
7466
|
"args": {},
|
|
6951
7467
|
"deprecationReason": null,
|
|
6952
7468
|
"description": "License expiration date",
|
|
@@ -6968,7 +7484,7 @@
|
|
|
6968
7484
|
"varName": "expirationDate"
|
|
6969
7485
|
},
|
|
6970
7486
|
"lastUpdated": {
|
|
6971
|
-
"alias": "
|
|
7487
|
+
"alias": "publicIpsLicenseLastUpdated: lastUpdated",
|
|
6972
7488
|
"args": {},
|
|
6973
7489
|
"deprecationReason": null,
|
|
6974
7490
|
"description": "The date of the last update to the license",
|
|
@@ -6989,7 +7505,7 @@
|
|
|
6989
7505
|
"varName": "lastUpdated"
|
|
6990
7506
|
},
|
|
6991
7507
|
"plan": {
|
|
6992
|
-
"alias": "
|
|
7508
|
+
"alias": "publicIpsLicensePlan: plan",
|
|
6993
7509
|
"args": {},
|
|
6994
7510
|
"deprecationReason": null,
|
|
6995
7511
|
"description": "License plan type",
|
|
@@ -7035,7 +7551,7 @@
|
|
|
7035
7551
|
"varName": "plan"
|
|
7036
7552
|
},
|
|
7037
7553
|
"sku": {
|
|
7038
|
-
"alias": "
|
|
7554
|
+
"alias": "publicIpsLicenseSku: sku",
|
|
7039
7555
|
"args": {},
|
|
7040
7556
|
"deprecationReason": null,
|
|
7041
7557
|
"description": "The license SKU",
|
|
@@ -7200,6 +7716,12 @@
|
|
|
7200
7716
|
"isDeprecated": false,
|
|
7201
7717
|
"name": "CATO_DEM"
|
|
7202
7718
|
},
|
|
7719
|
+
{
|
|
7720
|
+
"deprecationReason": null,
|
|
7721
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
7722
|
+
"isDeprecated": false,
|
|
7723
|
+
"name": "CATO_IOT_OT"
|
|
7724
|
+
},
|
|
7203
7725
|
{
|
|
7204
7726
|
"deprecationReason": null,
|
|
7205
7727
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -7255,7 +7777,7 @@
|
|
|
7255
7777
|
"varName": "sku"
|
|
7256
7778
|
},
|
|
7257
7779
|
"startDate": {
|
|
7258
|
-
"alias": "
|
|
7780
|
+
"alias": "publicIpsLicenseStartDate: startDate",
|
|
7259
7781
|
"args": {},
|
|
7260
7782
|
"deprecationReason": null,
|
|
7261
7783
|
"description": "License start date",
|
|
@@ -7276,7 +7798,7 @@
|
|
|
7276
7798
|
"varName": "startDate"
|
|
7277
7799
|
},
|
|
7278
7800
|
"status": {
|
|
7279
|
-
"alias": "
|
|
7801
|
+
"alias": "publicIpsLicenseStatus: status",
|
|
7280
7802
|
"args": {},
|
|
7281
7803
|
"deprecationReason": null,
|
|
7282
7804
|
"description": "License activation status",
|
|
@@ -7372,7 +7894,7 @@
|
|
|
7372
7894
|
"enumValues": null,
|
|
7373
7895
|
"fields": {
|
|
7374
7896
|
"description": {
|
|
7375
|
-
"alias": "
|
|
7897
|
+
"alias": "rbiLicenseDescription: description",
|
|
7376
7898
|
"args": {},
|
|
7377
7899
|
"deprecationReason": null,
|
|
7378
7900
|
"description": null,
|
|
@@ -7393,7 +7915,7 @@
|
|
|
7393
7915
|
"varName": "description"
|
|
7394
7916
|
},
|
|
7395
7917
|
"expirationDate": {
|
|
7396
|
-
"alias": "
|
|
7918
|
+
"alias": "rbiLicenseExpirationDate: expirationDate",
|
|
7397
7919
|
"args": {},
|
|
7398
7920
|
"deprecationReason": null,
|
|
7399
7921
|
"description": "License expiration date",
|
|
@@ -7415,7 +7937,7 @@
|
|
|
7415
7937
|
"varName": "expirationDate"
|
|
7416
7938
|
},
|
|
7417
7939
|
"lastUpdated": {
|
|
7418
|
-
"alias": "
|
|
7940
|
+
"alias": "rbiLicenseLastUpdated: lastUpdated",
|
|
7419
7941
|
"args": {},
|
|
7420
7942
|
"deprecationReason": null,
|
|
7421
7943
|
"description": "The date of the last update to the license",
|
|
@@ -7436,7 +7958,7 @@
|
|
|
7436
7958
|
"varName": "lastUpdated"
|
|
7437
7959
|
},
|
|
7438
7960
|
"plan": {
|
|
7439
|
-
"alias": "
|
|
7961
|
+
"alias": "rbiLicensePlan: plan",
|
|
7440
7962
|
"args": {},
|
|
7441
7963
|
"deprecationReason": null,
|
|
7442
7964
|
"description": "License plan type",
|
|
@@ -7482,7 +8004,7 @@
|
|
|
7482
8004
|
"varName": "plan"
|
|
7483
8005
|
},
|
|
7484
8006
|
"sku": {
|
|
7485
|
-
"alias": "
|
|
8007
|
+
"alias": "rbiLicenseSku: sku",
|
|
7486
8008
|
"args": {},
|
|
7487
8009
|
"deprecationReason": null,
|
|
7488
8010
|
"description": "The license SKU",
|
|
@@ -7647,6 +8169,12 @@
|
|
|
7647
8169
|
"isDeprecated": false,
|
|
7648
8170
|
"name": "CATO_DEM"
|
|
7649
8171
|
},
|
|
8172
|
+
{
|
|
8173
|
+
"deprecationReason": null,
|
|
8174
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
8175
|
+
"isDeprecated": false,
|
|
8176
|
+
"name": "CATO_IOT_OT"
|
|
8177
|
+
},
|
|
7650
8178
|
{
|
|
7651
8179
|
"deprecationReason": null,
|
|
7652
8180
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -7702,7 +8230,7 @@
|
|
|
7702
8230
|
"varName": "sku"
|
|
7703
8231
|
},
|
|
7704
8232
|
"startDate": {
|
|
7705
|
-
"alias": "
|
|
8233
|
+
"alias": "rbiLicenseStartDate: startDate",
|
|
7706
8234
|
"args": {},
|
|
7707
8235
|
"deprecationReason": null,
|
|
7708
8236
|
"description": "License start date",
|
|
@@ -7723,7 +8251,7 @@
|
|
|
7723
8251
|
"varName": "startDate"
|
|
7724
8252
|
},
|
|
7725
8253
|
"status": {
|
|
7726
|
-
"alias": "
|
|
8254
|
+
"alias": "rbiLicenseStatus: status",
|
|
7727
8255
|
"args": {},
|
|
7728
8256
|
"deprecationReason": null,
|
|
7729
8257
|
"description": "License activation status",
|
|
@@ -7798,7 +8326,7 @@
|
|
|
7798
8326
|
"enumValues": null,
|
|
7799
8327
|
"fields": {
|
|
7800
8328
|
"description": {
|
|
7801
|
-
"alias": "
|
|
8329
|
+
"alias": "saasSecurityApiLicenseDescription: description",
|
|
7802
8330
|
"args": {},
|
|
7803
8331
|
"deprecationReason": null,
|
|
7804
8332
|
"description": null,
|
|
@@ -7819,7 +8347,7 @@
|
|
|
7819
8347
|
"varName": "description"
|
|
7820
8348
|
},
|
|
7821
8349
|
"expirationDate": {
|
|
7822
|
-
"alias": "
|
|
8350
|
+
"alias": "saasSecurityApiLicenseExpirationDate: expirationDate",
|
|
7823
8351
|
"args": {},
|
|
7824
8352
|
"deprecationReason": null,
|
|
7825
8353
|
"description": "License expiration date",
|
|
@@ -7841,7 +8369,7 @@
|
|
|
7841
8369
|
"varName": "expirationDate"
|
|
7842
8370
|
},
|
|
7843
8371
|
"lastUpdated": {
|
|
7844
|
-
"alias": "
|
|
8372
|
+
"alias": "saasSecurityApiLicenseLastUpdated: lastUpdated",
|
|
7845
8373
|
"args": {},
|
|
7846
8374
|
"deprecationReason": null,
|
|
7847
8375
|
"description": "The date of the last update to the license",
|
|
@@ -7862,7 +8390,7 @@
|
|
|
7862
8390
|
"varName": "lastUpdated"
|
|
7863
8391
|
},
|
|
7864
8392
|
"plan": {
|
|
7865
|
-
"alias": "
|
|
8393
|
+
"alias": "saasSecurityApiLicensePlan: plan",
|
|
7866
8394
|
"args": {},
|
|
7867
8395
|
"deprecationReason": null,
|
|
7868
8396
|
"description": "License plan type",
|
|
@@ -7908,7 +8436,7 @@
|
|
|
7908
8436
|
"varName": "plan"
|
|
7909
8437
|
},
|
|
7910
8438
|
"sku": {
|
|
7911
|
-
"alias": "
|
|
8439
|
+
"alias": "saasSecurityApiLicenseSku: sku",
|
|
7912
8440
|
"args": {},
|
|
7913
8441
|
"deprecationReason": null,
|
|
7914
8442
|
"description": "The license SKU",
|
|
@@ -8073,6 +8601,12 @@
|
|
|
8073
8601
|
"isDeprecated": false,
|
|
8074
8602
|
"name": "CATO_DEM"
|
|
8075
8603
|
},
|
|
8604
|
+
{
|
|
8605
|
+
"deprecationReason": null,
|
|
8606
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
8607
|
+
"isDeprecated": false,
|
|
8608
|
+
"name": "CATO_IOT_OT"
|
|
8609
|
+
},
|
|
8076
8610
|
{
|
|
8077
8611
|
"deprecationReason": null,
|
|
8078
8612
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -8128,7 +8662,7 @@
|
|
|
8128
8662
|
"varName": "sku"
|
|
8129
8663
|
},
|
|
8130
8664
|
"startDate": {
|
|
8131
|
-
"alias": "
|
|
8665
|
+
"alias": "saasSecurityApiLicenseStartDate: startDate",
|
|
8132
8666
|
"args": {},
|
|
8133
8667
|
"deprecationReason": null,
|
|
8134
8668
|
"description": "License start date",
|
|
@@ -8149,7 +8683,7 @@
|
|
|
8149
8683
|
"varName": "startDate"
|
|
8150
8684
|
},
|
|
8151
8685
|
"status": {
|
|
8152
|
-
"alias": "
|
|
8686
|
+
"alias": "saasSecurityApiLicenseStatus: status",
|
|
8153
8687
|
"args": {},
|
|
8154
8688
|
"deprecationReason": null,
|
|
8155
8689
|
"description": "License activation status",
|
|
@@ -8245,7 +8779,7 @@
|
|
|
8245
8779
|
"enumValues": null,
|
|
8246
8780
|
"fields": {
|
|
8247
8781
|
"description": {
|
|
8248
|
-
"alias": "
|
|
8782
|
+
"alias": "siteLicenseDescription: description",
|
|
8249
8783
|
"args": {},
|
|
8250
8784
|
"deprecationReason": null,
|
|
8251
8785
|
"description": null,
|
|
@@ -8266,7 +8800,7 @@
|
|
|
8266
8800
|
"varName": "description"
|
|
8267
8801
|
},
|
|
8268
8802
|
"expirationDate": {
|
|
8269
|
-
"alias": "
|
|
8803
|
+
"alias": "siteLicenseExpirationDate: expirationDate",
|
|
8270
8804
|
"args": {},
|
|
8271
8805
|
"deprecationReason": null,
|
|
8272
8806
|
"description": "License expiration date",
|
|
@@ -8288,7 +8822,7 @@
|
|
|
8288
8822
|
"varName": "expirationDate"
|
|
8289
8823
|
},
|
|
8290
8824
|
"lastUpdated": {
|
|
8291
|
-
"alias": "
|
|
8825
|
+
"alias": "siteLicenseLastUpdated: lastUpdated",
|
|
8292
8826
|
"args": {},
|
|
8293
8827
|
"deprecationReason": null,
|
|
8294
8828
|
"description": "The date of the last update to the license",
|
|
@@ -8309,7 +8843,7 @@
|
|
|
8309
8843
|
"varName": "lastUpdated"
|
|
8310
8844
|
},
|
|
8311
8845
|
"plan": {
|
|
8312
|
-
"alias": "
|
|
8846
|
+
"alias": "siteLicensePlan: plan",
|
|
8313
8847
|
"args": {},
|
|
8314
8848
|
"deprecationReason": null,
|
|
8315
8849
|
"description": "License plan type",
|
|
@@ -8406,9 +8940,9 @@
|
|
|
8406
8940
|
"isDeprecated": false,
|
|
8407
8941
|
"name": "site",
|
|
8408
8942
|
"path": "licensingInfo.licenses.SiteLicense.site",
|
|
8409
|
-
"requestStr": "$
|
|
8943
|
+
"requestStr": "$siteRef:SiteRef ",
|
|
8410
8944
|
"required": false,
|
|
8411
|
-
"responseStr": "site:$
|
|
8945
|
+
"responseStr": "site:$siteRef ",
|
|
8412
8946
|
"type": {
|
|
8413
8947
|
"definition": {
|
|
8414
8948
|
"description": null,
|
|
@@ -8470,7 +9004,7 @@
|
|
|
8470
9004
|
"name": "SiteRef",
|
|
8471
9005
|
"non_null": false
|
|
8472
9006
|
},
|
|
8473
|
-
"varName": "
|
|
9007
|
+
"varName": "siteRef"
|
|
8474
9008
|
},
|
|
8475
9009
|
"siteLicenseGroup": {
|
|
8476
9010
|
"args": {},
|
|
@@ -8629,7 +9163,7 @@
|
|
|
8629
9163
|
"varName": "siteLicenseType"
|
|
8630
9164
|
},
|
|
8631
9165
|
"sku": {
|
|
8632
|
-
"alias": "
|
|
9166
|
+
"alias": "siteLicenseSku: sku",
|
|
8633
9167
|
"args": {},
|
|
8634
9168
|
"deprecationReason": null,
|
|
8635
9169
|
"description": "The license SKU",
|
|
@@ -8794,6 +9328,12 @@
|
|
|
8794
9328
|
"isDeprecated": false,
|
|
8795
9329
|
"name": "CATO_DEM"
|
|
8796
9330
|
},
|
|
9331
|
+
{
|
|
9332
|
+
"deprecationReason": null,
|
|
9333
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
9334
|
+
"isDeprecated": false,
|
|
9335
|
+
"name": "CATO_IOT_OT"
|
|
9336
|
+
},
|
|
8797
9337
|
{
|
|
8798
9338
|
"deprecationReason": null,
|
|
8799
9339
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -8849,7 +9389,7 @@
|
|
|
8849
9389
|
"varName": "sku"
|
|
8850
9390
|
},
|
|
8851
9391
|
"startDate": {
|
|
8852
|
-
"alias": "
|
|
9392
|
+
"alias": "siteLicenseStartDate: startDate",
|
|
8853
9393
|
"args": {},
|
|
8854
9394
|
"deprecationReason": null,
|
|
8855
9395
|
"description": "License start date",
|
|
@@ -8870,7 +9410,7 @@
|
|
|
8870
9410
|
"varName": "startDate"
|
|
8871
9411
|
},
|
|
8872
9412
|
"status": {
|
|
8873
|
-
"alias": "
|
|
9413
|
+
"alias": "siteLicenseStatus: status",
|
|
8874
9414
|
"args": {},
|
|
8875
9415
|
"deprecationReason": null,
|
|
8876
9416
|
"description": "License activation status",
|
|
@@ -8966,7 +9506,7 @@
|
|
|
8966
9506
|
"enumValues": null,
|
|
8967
9507
|
"fields": {
|
|
8968
9508
|
"description": {
|
|
8969
|
-
"alias": "
|
|
9509
|
+
"alias": "threatPreventionLicenseDescription: description",
|
|
8970
9510
|
"args": {},
|
|
8971
9511
|
"deprecationReason": null,
|
|
8972
9512
|
"description": null,
|
|
@@ -8987,7 +9527,7 @@
|
|
|
8987
9527
|
"varName": "description"
|
|
8988
9528
|
},
|
|
8989
9529
|
"expirationDate": {
|
|
8990
|
-
"alias": "
|
|
9530
|
+
"alias": "threatPreventionLicenseExpirationDate: expirationDate",
|
|
8991
9531
|
"args": {},
|
|
8992
9532
|
"deprecationReason": null,
|
|
8993
9533
|
"description": "License expiration date",
|
|
@@ -9009,7 +9549,7 @@
|
|
|
9009
9549
|
"varName": "expirationDate"
|
|
9010
9550
|
},
|
|
9011
9551
|
"lastUpdated": {
|
|
9012
|
-
"alias": "
|
|
9552
|
+
"alias": "threatPreventionLicenseLastUpdated: lastUpdated",
|
|
9013
9553
|
"args": {},
|
|
9014
9554
|
"deprecationReason": null,
|
|
9015
9555
|
"description": "The date of the last update to the license",
|
|
@@ -9030,7 +9570,7 @@
|
|
|
9030
9570
|
"varName": "lastUpdated"
|
|
9031
9571
|
},
|
|
9032
9572
|
"plan": {
|
|
9033
|
-
"alias": "
|
|
9573
|
+
"alias": "threatPreventionLicensePlan: plan",
|
|
9034
9574
|
"args": {},
|
|
9035
9575
|
"deprecationReason": null,
|
|
9036
9576
|
"description": "License plan type",
|
|
@@ -9076,7 +9616,7 @@
|
|
|
9076
9616
|
"varName": "plan"
|
|
9077
9617
|
},
|
|
9078
9618
|
"sku": {
|
|
9079
|
-
"alias": "
|
|
9619
|
+
"alias": "threatPreventionLicenseSku: sku",
|
|
9080
9620
|
"args": {},
|
|
9081
9621
|
"deprecationReason": null,
|
|
9082
9622
|
"description": "The license SKU",
|
|
@@ -9241,6 +9781,12 @@
|
|
|
9241
9781
|
"isDeprecated": false,
|
|
9242
9782
|
"name": "CATO_DEM"
|
|
9243
9783
|
},
|
|
9784
|
+
{
|
|
9785
|
+
"deprecationReason": null,
|
|
9786
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
9787
|
+
"isDeprecated": false,
|
|
9788
|
+
"name": "CATO_IOT_OT"
|
|
9789
|
+
},
|
|
9244
9790
|
{
|
|
9245
9791
|
"deprecationReason": null,
|
|
9246
9792
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -9296,7 +9842,7 @@
|
|
|
9296
9842
|
"varName": "sku"
|
|
9297
9843
|
},
|
|
9298
9844
|
"startDate": {
|
|
9299
|
-
"alias": "
|
|
9845
|
+
"alias": "threatPreventionLicenseStartDate: startDate",
|
|
9300
9846
|
"args": {},
|
|
9301
9847
|
"deprecationReason": null,
|
|
9302
9848
|
"description": "License start date",
|
|
@@ -9317,7 +9863,7 @@
|
|
|
9317
9863
|
"varName": "startDate"
|
|
9318
9864
|
},
|
|
9319
9865
|
"status": {
|
|
9320
|
-
"alias": "
|
|
9866
|
+
"alias": "threatPreventionLicenseStatus: status",
|
|
9321
9867
|
"args": {},
|
|
9322
9868
|
"deprecationReason": null,
|
|
9323
9869
|
"description": "License activation status",
|
|
@@ -9392,7 +9938,7 @@
|
|
|
9392
9938
|
"enumValues": null,
|
|
9393
9939
|
"fields": {
|
|
9394
9940
|
"description": {
|
|
9395
|
-
"alias": "
|
|
9941
|
+
"alias": "xdrProLicenseDescription: description",
|
|
9396
9942
|
"args": {},
|
|
9397
9943
|
"deprecationReason": null,
|
|
9398
9944
|
"description": null,
|
|
@@ -9413,7 +9959,7 @@
|
|
|
9413
9959
|
"varName": "description"
|
|
9414
9960
|
},
|
|
9415
9961
|
"expirationDate": {
|
|
9416
|
-
"alias": "
|
|
9962
|
+
"alias": "xdrProLicenseExpirationDate: expirationDate",
|
|
9417
9963
|
"args": {},
|
|
9418
9964
|
"deprecationReason": null,
|
|
9419
9965
|
"description": "License expiration date",
|
|
@@ -9435,7 +9981,7 @@
|
|
|
9435
9981
|
"varName": "expirationDate"
|
|
9436
9982
|
},
|
|
9437
9983
|
"lastUpdated": {
|
|
9438
|
-
"alias": "
|
|
9984
|
+
"alias": "xdrProLicenseLastUpdated: lastUpdated",
|
|
9439
9985
|
"args": {},
|
|
9440
9986
|
"deprecationReason": null,
|
|
9441
9987
|
"description": "The date of the last update to the license",
|
|
@@ -9456,7 +10002,7 @@
|
|
|
9456
10002
|
"varName": "lastUpdated"
|
|
9457
10003
|
},
|
|
9458
10004
|
"plan": {
|
|
9459
|
-
"alias": "
|
|
10005
|
+
"alias": "xdrProLicensePlan: plan",
|
|
9460
10006
|
"args": {},
|
|
9461
10007
|
"deprecationReason": null,
|
|
9462
10008
|
"description": "License plan type",
|
|
@@ -9502,7 +10048,7 @@
|
|
|
9502
10048
|
"varName": "plan"
|
|
9503
10049
|
},
|
|
9504
10050
|
"sku": {
|
|
9505
|
-
"alias": "
|
|
10051
|
+
"alias": "xdrProLicenseSku: sku",
|
|
9506
10052
|
"args": {},
|
|
9507
10053
|
"deprecationReason": null,
|
|
9508
10054
|
"description": "The license SKU",
|
|
@@ -9667,6 +10213,12 @@
|
|
|
9667
10213
|
"isDeprecated": false,
|
|
9668
10214
|
"name": "CATO_DEM"
|
|
9669
10215
|
},
|
|
10216
|
+
{
|
|
10217
|
+
"deprecationReason": null,
|
|
10218
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
10219
|
+
"isDeprecated": false,
|
|
10220
|
+
"name": "CATO_IOT_OT"
|
|
10221
|
+
},
|
|
9670
10222
|
{
|
|
9671
10223
|
"deprecationReason": null,
|
|
9672
10224
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -9722,7 +10274,7 @@
|
|
|
9722
10274
|
"varName": "sku"
|
|
9723
10275
|
},
|
|
9724
10276
|
"startDate": {
|
|
9725
|
-
"alias": "
|
|
10277
|
+
"alias": "xdrProLicenseStartDate: startDate",
|
|
9726
10278
|
"args": {},
|
|
9727
10279
|
"deprecationReason": null,
|
|
9728
10280
|
"description": "License start date",
|
|
@@ -9743,7 +10295,7 @@
|
|
|
9743
10295
|
"varName": "startDate"
|
|
9744
10296
|
},
|
|
9745
10297
|
"status": {
|
|
9746
|
-
"alias": "
|
|
10298
|
+
"alias": "xdrProLicenseStatus: status",
|
|
9747
10299
|
"args": {},
|
|
9748
10300
|
"deprecationReason": null,
|
|
9749
10301
|
"description": "License activation status",
|
|
@@ -9839,7 +10391,7 @@
|
|
|
9839
10391
|
"enumValues": null,
|
|
9840
10392
|
"fields": {
|
|
9841
10393
|
"description": {
|
|
9842
|
-
"alias": "
|
|
10394
|
+
"alias": "ztnaUsersLicenseDescription: description",
|
|
9843
10395
|
"args": {},
|
|
9844
10396
|
"deprecationReason": null,
|
|
9845
10397
|
"description": null,
|
|
@@ -9860,7 +10412,7 @@
|
|
|
9860
10412
|
"varName": "description"
|
|
9861
10413
|
},
|
|
9862
10414
|
"expirationDate": {
|
|
9863
|
-
"alias": "
|
|
10415
|
+
"alias": "ztnaUsersLicenseExpirationDate: expirationDate",
|
|
9864
10416
|
"args": {},
|
|
9865
10417
|
"deprecationReason": null,
|
|
9866
10418
|
"description": "License expiration date",
|
|
@@ -9882,7 +10434,7 @@
|
|
|
9882
10434
|
"varName": "expirationDate"
|
|
9883
10435
|
},
|
|
9884
10436
|
"lastUpdated": {
|
|
9885
|
-
"alias": "
|
|
10437
|
+
"alias": "ztnaUsersLicenseLastUpdated: lastUpdated",
|
|
9886
10438
|
"args": {},
|
|
9887
10439
|
"deprecationReason": null,
|
|
9888
10440
|
"description": "The date of the last update to the license",
|
|
@@ -9903,7 +10455,7 @@
|
|
|
9903
10455
|
"varName": "lastUpdated"
|
|
9904
10456
|
},
|
|
9905
10457
|
"plan": {
|
|
9906
|
-
"alias": "
|
|
10458
|
+
"alias": "ztnaUsersLicensePlan: plan",
|
|
9907
10459
|
"args": {},
|
|
9908
10460
|
"deprecationReason": null,
|
|
9909
10461
|
"description": "License plan type",
|
|
@@ -9949,7 +10501,7 @@
|
|
|
9949
10501
|
"varName": "plan"
|
|
9950
10502
|
},
|
|
9951
10503
|
"sku": {
|
|
9952
|
-
"alias": "
|
|
10504
|
+
"alias": "ztnaUsersLicenseSku: sku",
|
|
9953
10505
|
"args": {},
|
|
9954
10506
|
"deprecationReason": null,
|
|
9955
10507
|
"description": "The license SKU",
|
|
@@ -10114,6 +10666,12 @@
|
|
|
10114
10666
|
"isDeprecated": false,
|
|
10115
10667
|
"name": "CATO_DEM"
|
|
10116
10668
|
},
|
|
10669
|
+
{
|
|
10670
|
+
"deprecationReason": null,
|
|
10671
|
+
"description": "Cato IoT/OT Security service SKU",
|
|
10672
|
+
"isDeprecated": false,
|
|
10673
|
+
"name": "CATO_IOT_OT"
|
|
10674
|
+
},
|
|
10117
10675
|
{
|
|
10118
10676
|
"deprecationReason": null,
|
|
10119
10677
|
"description": "Cato Threat Prevention (legacy) service SKU",
|
|
@@ -10169,7 +10727,7 @@
|
|
|
10169
10727
|
"varName": "sku"
|
|
10170
10728
|
},
|
|
10171
10729
|
"startDate": {
|
|
10172
|
-
"alias": "
|
|
10730
|
+
"alias": "ztnaUsersLicenseStartDate: startDate",
|
|
10173
10731
|
"args": {},
|
|
10174
10732
|
"deprecationReason": null,
|
|
10175
10733
|
"description": "License start date",
|
|
@@ -10190,7 +10748,7 @@
|
|
|
10190
10748
|
"varName": "startDate"
|
|
10191
10749
|
},
|
|
10192
10750
|
"status": {
|
|
10193
|
-
"alias": "
|
|
10751
|
+
"alias": "ztnaUsersLicenseStatus: status",
|
|
10194
10752
|
"args": {},
|
|
10195
10753
|
"deprecationReason": null,
|
|
10196
10754
|
"description": "License activation status",
|
|
@@ -10362,7 +10920,7 @@
|
|
|
10362
10920
|
"name": "License",
|
|
10363
10921
|
"non_null": false
|
|
10364
10922
|
},
|
|
10365
|
-
"varName": "
|
|
10923
|
+
"varName": "license"
|
|
10366
10924
|
}
|
|
10367
10925
|
},
|
|
10368
10926
|
"inputFields": null,
|
|
@@ -10378,7 +10936,7 @@
|
|
|
10378
10936
|
"name": "LicensingInfo",
|
|
10379
10937
|
"non_null": false
|
|
10380
10938
|
},
|
|
10381
|
-
"varName": "
|
|
10939
|
+
"varName": "licensingInfo"
|
|
10382
10940
|
}
|
|
10383
10941
|
},
|
|
10384
10942
|
"inputFields": null,
|