catocli 1.0.15__py3-none-any.whl → 1.0.17__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +14 -1
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_policy/__init__.py +348 -0
- catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
- catocli/parsers/mutation_site/__init__.py +98 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +98 -0
- catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_hardwareManagement/README.md +1 -1
- catocli/parsers/query_policy/README.md +3 -1
- catocli/parsers/query_site/README.md +22 -0
- catocli/parsers/query_site/__init__.py +17 -0
- {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
- {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/RECORD +139 -58
- {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
- models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
- models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
- models/mutation.policy.remotePortFwd.addRule.json +5502 -0
- models/mutation.policy.remotePortFwd.addSection.json +1358 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
- models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
- models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
- models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
- models/mutation.policy.remotePortFwd.removeSection.json +958 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
- models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
- models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
- models/mutation.site.addBgpPeer.json +3334 -0
- models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.site.addCloudInterconnectSite.json +911 -0
- models/mutation.site.addIpsecIkeV2Site.json +2 -2
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addNetworkRange.json +2 -2
- models/mutation.site.addSocketSite.json +2 -2
- models/mutation.site.addStaticHost.json +2 -2
- models/mutation.site.removeBgpPeer.json +1158 -0
- models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeNetworkRange.json +2 -2
- models/mutation.site.removeSite.json +2 -2
- models/mutation.site.removeStaticHost.json +2 -2
- models/mutation.site.updateBgpPeer.json +3063 -0
- models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.site.updateHa.json +2 -2
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +405 -2
- models/mutation.site.updateNetworkRange.json +2 -2
- models/mutation.site.updateSiteGeneralDetails.json +2 -2
- models/mutation.site.updateSocketInterface.json +2 -2
- models/mutation.site.updateStaticHost.json +2 -2
- models/mutation.sites.addBgpPeer.json +3334 -0
- models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.sites.addCloudInterconnectSite.json +911 -0
- models/mutation.sites.addIpsecIkeV2Site.json +2 -2
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addNetworkRange.json +2 -2
- models/mutation.sites.addSocketSite.json +2 -2
- models/mutation.sites.addStaticHost.json +2 -2
- models/mutation.sites.removeBgpPeer.json +1158 -0
- models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeNetworkRange.json +2 -2
- models/mutation.sites.removeSite.json +2 -2
- models/mutation.sites.removeStaticHost.json +2 -2
- models/mutation.sites.updateBgpPeer.json +3063 -0
- models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.sites.updateHa.json +2 -2
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +405 -2
- models/mutation.sites.updateNetworkRange.json +2 -2
- models/mutation.sites.updateSiteGeneralDetails.json +2 -2
- models/mutation.sites.updateSocketInterface.json +2 -2
- models/mutation.sites.updateStaticHost.json +2 -2
- models/query.auditFeed.json +36 -12
- models/query.events.json +144 -48
- models/query.eventsFeed.json +36 -12
- models/query.eventsTimeSeries.json +108 -36
- models/query.hardwareManagement.json +192 -0
- models/query.licensing.json +304 -325
- models/query.policy.json +9605 -4234
- models/query.site.json +4138 -0
- models/query.xdr.stories.json +27 -27
- models/query.xdr.story.json +27 -27
- schema/catolib.py +11 -1
- {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
- {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
models/query.licensing.json
CHANGED
|
@@ -588,12 +588,6 @@
|
|
|
588
588
|
"isDeprecated": false,
|
|
589
589
|
"name": "CATO_XDR_PRO"
|
|
590
590
|
},
|
|
591
|
-
{
|
|
592
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
593
|
-
"description": "Cato DEM Pro service SKU",
|
|
594
|
-
"isDeprecated": true,
|
|
595
|
-
"name": "CATO_DEM_PRO"
|
|
596
|
-
},
|
|
597
591
|
{
|
|
598
592
|
"deprecationReason": null,
|
|
599
593
|
"description": "Cato DEM service SKU",
|
|
@@ -612,6 +606,12 @@
|
|
|
612
606
|
"isDeprecated": false,
|
|
613
607
|
"name": "CATO_THREAT_PREVENTION"
|
|
614
608
|
},
|
|
609
|
+
{
|
|
610
|
+
"deprecationReason": null,
|
|
611
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
612
|
+
"isDeprecated": false,
|
|
613
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
614
|
+
},
|
|
615
615
|
{
|
|
616
616
|
"deprecationReason": null,
|
|
617
617
|
"description": "Public IPs SKU",
|
|
@@ -750,19 +750,19 @@
|
|
|
750
750
|
"kind": "INTERFACE",
|
|
751
751
|
"name": "License",
|
|
752
752
|
"possibleTypes": {
|
|
753
|
-
"
|
|
754
|
-
"description": "
|
|
753
|
+
"AtpLicense": {
|
|
754
|
+
"description": "Advanced Threat Prevention (ATP) service license details",
|
|
755
755
|
"enumValues": null,
|
|
756
756
|
"fields": {
|
|
757
757
|
"description": {
|
|
758
|
-
"alias": "
|
|
758
|
+
"alias": "atpLicenseDescription: description",
|
|
759
759
|
"args": {},
|
|
760
760
|
"deprecationReason": null,
|
|
761
761
|
"description": null,
|
|
762
|
-
"id_str": "
|
|
762
|
+
"id_str": "licensingInfo___licenses___AtpLicense___description",
|
|
763
763
|
"isDeprecated": false,
|
|
764
764
|
"name": "description",
|
|
765
|
-
"path": "licensingInfo.licenses.
|
|
765
|
+
"path": "licensingInfo.licenses.AtpLicense.description",
|
|
766
766
|
"requestStr": "$description:String ",
|
|
767
767
|
"required": false,
|
|
768
768
|
"responseStr": "description:$description ",
|
|
@@ -776,14 +776,14 @@
|
|
|
776
776
|
"varName": "description"
|
|
777
777
|
},
|
|
778
778
|
"expirationDate": {
|
|
779
|
-
"alias": "
|
|
779
|
+
"alias": "atpLicenseExpirationDate: expirationDate",
|
|
780
780
|
"args": {},
|
|
781
781
|
"deprecationReason": null,
|
|
782
782
|
"description": "License expiration date",
|
|
783
|
-
"id_str": "
|
|
783
|
+
"id_str": "licensingInfo___licenses___AtpLicense___expirationDate",
|
|
784
784
|
"isDeprecated": false,
|
|
785
785
|
"name": "expirationDate",
|
|
786
|
-
"path": "licensingInfo.licenses.
|
|
786
|
+
"path": "licensingInfo.licenses.AtpLicense.expirationDate",
|
|
787
787
|
"requestStr": "$expirationDate:DateTime! ",
|
|
788
788
|
"required": true,
|
|
789
789
|
"responseStr": "expirationDate:$expirationDate ",
|
|
@@ -798,14 +798,14 @@
|
|
|
798
798
|
"varName": "expirationDate"
|
|
799
799
|
},
|
|
800
800
|
"lastUpdated": {
|
|
801
|
-
"alias": "
|
|
801
|
+
"alias": "atpLicenseLastUpdated: lastUpdated",
|
|
802
802
|
"args": {},
|
|
803
803
|
"deprecationReason": null,
|
|
804
804
|
"description": "The date of the last update to the license",
|
|
805
|
-
"id_str": "
|
|
805
|
+
"id_str": "licensingInfo___licenses___AtpLicense___lastUpdated",
|
|
806
806
|
"isDeprecated": false,
|
|
807
807
|
"name": "lastUpdated",
|
|
808
|
-
"path": "licensingInfo.licenses.
|
|
808
|
+
"path": "licensingInfo.licenses.AtpLicense.lastUpdated",
|
|
809
809
|
"requestStr": "$lastUpdated:DateTime ",
|
|
810
810
|
"required": false,
|
|
811
811
|
"responseStr": "lastUpdated:$lastUpdated ",
|
|
@@ -819,14 +819,14 @@
|
|
|
819
819
|
"varName": "lastUpdated"
|
|
820
820
|
},
|
|
821
821
|
"plan": {
|
|
822
|
-
"alias": "
|
|
822
|
+
"alias": "atpLicensePlan: plan",
|
|
823
823
|
"args": {},
|
|
824
824
|
"deprecationReason": null,
|
|
825
825
|
"description": "License plan type",
|
|
826
|
-
"id_str": "
|
|
826
|
+
"id_str": "licensingInfo___licenses___AtpLicense___plan",
|
|
827
827
|
"isDeprecated": false,
|
|
828
828
|
"name": "plan",
|
|
829
|
-
"path": "licensingInfo.licenses.
|
|
829
|
+
"path": "licensingInfo.licenses.AtpLicense.plan",
|
|
830
830
|
"requestStr": "$plan:LicensePlan! ",
|
|
831
831
|
"required": true,
|
|
832
832
|
"responseStr": "plan:$plan ",
|
|
@@ -865,14 +865,14 @@
|
|
|
865
865
|
"varName": "plan"
|
|
866
866
|
},
|
|
867
867
|
"sku": {
|
|
868
|
-
"alias": "
|
|
868
|
+
"alias": "atpLicenseSku: sku",
|
|
869
869
|
"args": {},
|
|
870
870
|
"deprecationReason": null,
|
|
871
871
|
"description": "The license SKU",
|
|
872
|
-
"id_str": "
|
|
872
|
+
"id_str": "licensingInfo___licenses___AtpLicense___sku",
|
|
873
873
|
"isDeprecated": false,
|
|
874
874
|
"name": "sku",
|
|
875
|
-
"path": "licensingInfo.licenses.
|
|
875
|
+
"path": "licensingInfo.licenses.AtpLicense.sku",
|
|
876
876
|
"requestStr": "$sku:LicenseSku! ",
|
|
877
877
|
"required": true,
|
|
878
878
|
"responseStr": "sku:$sku ",
|
|
@@ -1018,12 +1018,6 @@
|
|
|
1018
1018
|
"isDeprecated": false,
|
|
1019
1019
|
"name": "CATO_XDR_PRO"
|
|
1020
1020
|
},
|
|
1021
|
-
{
|
|
1022
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
1023
|
-
"description": "Cato DEM Pro service SKU",
|
|
1024
|
-
"isDeprecated": true,
|
|
1025
|
-
"name": "CATO_DEM_PRO"
|
|
1026
|
-
},
|
|
1027
1021
|
{
|
|
1028
1022
|
"deprecationReason": null,
|
|
1029
1023
|
"description": "Cato DEM service SKU",
|
|
@@ -1042,6 +1036,12 @@
|
|
|
1042
1036
|
"isDeprecated": false,
|
|
1043
1037
|
"name": "CATO_THREAT_PREVENTION"
|
|
1044
1038
|
},
|
|
1039
|
+
{
|
|
1040
|
+
"deprecationReason": null,
|
|
1041
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
1042
|
+
"isDeprecated": false,
|
|
1043
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
1044
|
+
},
|
|
1045
1045
|
{
|
|
1046
1046
|
"deprecationReason": null,
|
|
1047
1047
|
"description": "Public IPs SKU",
|
|
@@ -1091,14 +1091,14 @@
|
|
|
1091
1091
|
"varName": "sku"
|
|
1092
1092
|
},
|
|
1093
1093
|
"startDate": {
|
|
1094
|
-
"alias": "
|
|
1094
|
+
"alias": "atpLicenseStartDate: startDate",
|
|
1095
1095
|
"args": {},
|
|
1096
1096
|
"deprecationReason": null,
|
|
1097
1097
|
"description": "License start date",
|
|
1098
|
-
"id_str": "
|
|
1098
|
+
"id_str": "licensingInfo___licenses___AtpLicense___startDate",
|
|
1099
1099
|
"isDeprecated": false,
|
|
1100
1100
|
"name": "startDate",
|
|
1101
|
-
"path": "licensingInfo.licenses.
|
|
1101
|
+
"path": "licensingInfo.licenses.AtpLicense.startDate",
|
|
1102
1102
|
"requestStr": "$startDate:DateTime ",
|
|
1103
1103
|
"required": false,
|
|
1104
1104
|
"responseStr": "startDate:$startDate ",
|
|
@@ -1112,14 +1112,14 @@
|
|
|
1112
1112
|
"varName": "startDate"
|
|
1113
1113
|
},
|
|
1114
1114
|
"status": {
|
|
1115
|
-
"alias": "
|
|
1115
|
+
"alias": "atpLicenseStatus: status",
|
|
1116
1116
|
"args": {},
|
|
1117
1117
|
"deprecationReason": null,
|
|
1118
1118
|
"description": "License activation status",
|
|
1119
|
-
"id_str": "
|
|
1119
|
+
"id_str": "licensingInfo___licenses___AtpLicense___status",
|
|
1120
1120
|
"isDeprecated": false,
|
|
1121
1121
|
"name": "status",
|
|
1122
|
-
"path": "licensingInfo.licenses.
|
|
1122
|
+
"path": "licensingInfo.licenses.AtpLicense.status",
|
|
1123
1123
|
"requestStr": "$status:LicenseStatus! ",
|
|
1124
1124
|
"required": true,
|
|
1125
1125
|
"responseStr": "status:$status ",
|
|
@@ -1179,22 +1179,22 @@
|
|
|
1179
1179
|
"inputFields": null,
|
|
1180
1180
|
"interfaces": {},
|
|
1181
1181
|
"kind": "OBJECT",
|
|
1182
|
-
"name": "
|
|
1182
|
+
"name": "AtpLicense",
|
|
1183
1183
|
"possibleTypes": null
|
|
1184
1184
|
},
|
|
1185
|
-
"
|
|
1186
|
-
"description":
|
|
1185
|
+
"CasbLicense": {
|
|
1186
|
+
"description": "Cloud Access Security Broker (CASB) service license details",
|
|
1187
1187
|
"enumValues": null,
|
|
1188
1188
|
"fields": {
|
|
1189
1189
|
"description": {
|
|
1190
|
-
"alias": "
|
|
1190
|
+
"alias": "casbLicenseDescription: description",
|
|
1191
1191
|
"args": {},
|
|
1192
1192
|
"deprecationReason": null,
|
|
1193
1193
|
"description": null,
|
|
1194
|
-
"id_str": "
|
|
1194
|
+
"id_str": "licensingInfo___licenses___CasbLicense___description",
|
|
1195
1195
|
"isDeprecated": false,
|
|
1196
1196
|
"name": "description",
|
|
1197
|
-
"path": "licensingInfo.licenses.
|
|
1197
|
+
"path": "licensingInfo.licenses.CasbLicense.description",
|
|
1198
1198
|
"requestStr": "$description:String ",
|
|
1199
1199
|
"required": false,
|
|
1200
1200
|
"responseStr": "description:$description ",
|
|
@@ -1207,66 +1207,15 @@
|
|
|
1207
1207
|
},
|
|
1208
1208
|
"varName": "description"
|
|
1209
1209
|
},
|
|
1210
|
-
"dpaVersion": {
|
|
1211
|
-
"args": {},
|
|
1212
|
-
"deprecationReason": null,
|
|
1213
|
-
"description": "The version of the Data Processing Agreement (DPA) that your company signed with Cato.",
|
|
1214
|
-
"id_str": "licensingInfo___licenses___DataLakeLicense___dpaVersion",
|
|
1215
|
-
"isDeprecated": false,
|
|
1216
|
-
"name": "dpaVersion",
|
|
1217
|
-
"path": "licensingInfo.licenses.DataLakeLicense.dpaVersion",
|
|
1218
|
-
"requestStr": "$dpaVersion:DpaVersion! ",
|
|
1219
|
-
"required": true,
|
|
1220
|
-
"responseStr": "dpaVersion:$dpaVersion ",
|
|
1221
|
-
"type": {
|
|
1222
|
-
"definition": {
|
|
1223
|
-
"description": "The DPA agreement, based on your contract with Cato",
|
|
1224
|
-
"enumValues": [
|
|
1225
|
-
{
|
|
1226
|
-
"deprecationReason": null,
|
|
1227
|
-
"description": null,
|
|
1228
|
-
"isDeprecated": false,
|
|
1229
|
-
"name": "DPA_2019_01"
|
|
1230
|
-
},
|
|
1231
|
-
{
|
|
1232
|
-
"deprecationReason": null,
|
|
1233
|
-
"description": null,
|
|
1234
|
-
"isDeprecated": false,
|
|
1235
|
-
"name": "DPA_2021_01"
|
|
1236
|
-
},
|
|
1237
|
-
{
|
|
1238
|
-
"deprecationReason": null,
|
|
1239
|
-
"description": null,
|
|
1240
|
-
"isDeprecated": false,
|
|
1241
|
-
"name": "DPA_2023_01"
|
|
1242
|
-
}
|
|
1243
|
-
],
|
|
1244
|
-
"fields": null,
|
|
1245
|
-
"inputFields": null,
|
|
1246
|
-
"interfaces": null,
|
|
1247
|
-
"kind": "ENUM",
|
|
1248
|
-
"name": "DpaVersion",
|
|
1249
|
-
"possibleTypes": null
|
|
1250
|
-
},
|
|
1251
|
-
"indexType": "enum",
|
|
1252
|
-
"kind": [
|
|
1253
|
-
"NON_NULL",
|
|
1254
|
-
"ENUM"
|
|
1255
|
-
],
|
|
1256
|
-
"name": "DpaVersion",
|
|
1257
|
-
"non_null": false
|
|
1258
|
-
},
|
|
1259
|
-
"varName": "dpaVersion"
|
|
1260
|
-
},
|
|
1261
1210
|
"expirationDate": {
|
|
1262
|
-
"alias": "
|
|
1211
|
+
"alias": "casbLicenseExpirationDate: expirationDate",
|
|
1263
1212
|
"args": {},
|
|
1264
1213
|
"deprecationReason": null,
|
|
1265
1214
|
"description": "License expiration date",
|
|
1266
|
-
"id_str": "
|
|
1215
|
+
"id_str": "licensingInfo___licenses___CasbLicense___expirationDate",
|
|
1267
1216
|
"isDeprecated": false,
|
|
1268
1217
|
"name": "expirationDate",
|
|
1269
|
-
"path": "licensingInfo.licenses.
|
|
1218
|
+
"path": "licensingInfo.licenses.CasbLicense.expirationDate",
|
|
1270
1219
|
"requestStr": "$expirationDate:DateTime! ",
|
|
1271
1220
|
"required": true,
|
|
1272
1221
|
"responseStr": "expirationDate:$expirationDate ",
|
|
@@ -1281,14 +1230,14 @@
|
|
|
1281
1230
|
"varName": "expirationDate"
|
|
1282
1231
|
},
|
|
1283
1232
|
"lastUpdated": {
|
|
1284
|
-
"alias": "
|
|
1233
|
+
"alias": "casbLicenseLastUpdated: lastUpdated",
|
|
1285
1234
|
"args": {},
|
|
1286
1235
|
"deprecationReason": null,
|
|
1287
1236
|
"description": "The date of the last update to the license",
|
|
1288
|
-
"id_str": "
|
|
1237
|
+
"id_str": "licensingInfo___licenses___CasbLicense___lastUpdated",
|
|
1289
1238
|
"isDeprecated": false,
|
|
1290
1239
|
"name": "lastUpdated",
|
|
1291
|
-
"path": "licensingInfo.licenses.
|
|
1240
|
+
"path": "licensingInfo.licenses.CasbLicense.lastUpdated",
|
|
1292
1241
|
"requestStr": "$lastUpdated:DateTime ",
|
|
1293
1242
|
"required": false,
|
|
1294
1243
|
"responseStr": "lastUpdated:$lastUpdated ",
|
|
@@ -1302,14 +1251,14 @@
|
|
|
1302
1251
|
"varName": "lastUpdated"
|
|
1303
1252
|
},
|
|
1304
1253
|
"plan": {
|
|
1305
|
-
"alias": "
|
|
1254
|
+
"alias": "casbLicensePlan: plan",
|
|
1306
1255
|
"args": {},
|
|
1307
1256
|
"deprecationReason": null,
|
|
1308
1257
|
"description": "License plan type",
|
|
1309
|
-
"id_str": "
|
|
1258
|
+
"id_str": "licensingInfo___licenses___CasbLicense___plan",
|
|
1310
1259
|
"isDeprecated": false,
|
|
1311
1260
|
"name": "plan",
|
|
1312
|
-
"path": "licensingInfo.licenses.
|
|
1261
|
+
"path": "licensingInfo.licenses.CasbLicense.plan",
|
|
1313
1262
|
"requestStr": "$plan:LicensePlan! ",
|
|
1314
1263
|
"required": true,
|
|
1315
1264
|
"responseStr": "plan:$plan ",
|
|
@@ -1347,35 +1296,15 @@
|
|
|
1347
1296
|
},
|
|
1348
1297
|
"varName": "plan"
|
|
1349
1298
|
},
|
|
1350
|
-
"retentionPeriod": {
|
|
1351
|
-
"args": {},
|
|
1352
|
-
"deprecationReason": null,
|
|
1353
|
-
"description": "Data retention period, in months, during which the account data may remain on the Cato Cloud. After this period the data will be permanently deleted.",
|
|
1354
|
-
"id_str": "licensingInfo___licenses___DataLakeLicense___retentionPeriod",
|
|
1355
|
-
"isDeprecated": false,
|
|
1356
|
-
"name": "retentionPeriod",
|
|
1357
|
-
"path": "licensingInfo.licenses.DataLakeLicense.retentionPeriod",
|
|
1358
|
-
"requestStr": "$retentionPeriod:Int ",
|
|
1359
|
-
"required": false,
|
|
1360
|
-
"responseStr": "retentionPeriod:$retentionPeriod ",
|
|
1361
|
-
"type": {
|
|
1362
|
-
"kind": [
|
|
1363
|
-
"SCALAR"
|
|
1364
|
-
],
|
|
1365
|
-
"name": "Int",
|
|
1366
|
-
"non_null": false
|
|
1367
|
-
},
|
|
1368
|
-
"varName": "retentionPeriod"
|
|
1369
|
-
},
|
|
1370
1299
|
"sku": {
|
|
1371
|
-
"alias": "
|
|
1300
|
+
"alias": "casbLicenseSku: sku",
|
|
1372
1301
|
"args": {},
|
|
1373
1302
|
"deprecationReason": null,
|
|
1374
1303
|
"description": "The license SKU",
|
|
1375
|
-
"id_str": "
|
|
1304
|
+
"id_str": "licensingInfo___licenses___CasbLicense___sku",
|
|
1376
1305
|
"isDeprecated": false,
|
|
1377
1306
|
"name": "sku",
|
|
1378
|
-
"path": "licensingInfo.licenses.
|
|
1307
|
+
"path": "licensingInfo.licenses.CasbLicense.sku",
|
|
1379
1308
|
"requestStr": "$sku:LicenseSku! ",
|
|
1380
1309
|
"required": true,
|
|
1381
1310
|
"responseStr": "sku:$sku ",
|
|
@@ -1521,12 +1450,6 @@
|
|
|
1521
1450
|
"isDeprecated": false,
|
|
1522
1451
|
"name": "CATO_XDR_PRO"
|
|
1523
1452
|
},
|
|
1524
|
-
{
|
|
1525
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
1526
|
-
"description": "Cato DEM Pro service SKU",
|
|
1527
|
-
"isDeprecated": true,
|
|
1528
|
-
"name": "CATO_DEM_PRO"
|
|
1529
|
-
},
|
|
1530
1453
|
{
|
|
1531
1454
|
"deprecationReason": null,
|
|
1532
1455
|
"description": "Cato DEM service SKU",
|
|
@@ -1545,6 +1468,12 @@
|
|
|
1545
1468
|
"isDeprecated": false,
|
|
1546
1469
|
"name": "CATO_THREAT_PREVENTION"
|
|
1547
1470
|
},
|
|
1471
|
+
{
|
|
1472
|
+
"deprecationReason": null,
|
|
1473
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
1474
|
+
"isDeprecated": false,
|
|
1475
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
1476
|
+
},
|
|
1548
1477
|
{
|
|
1549
1478
|
"deprecationReason": null,
|
|
1550
1479
|
"description": "Public IPs SKU",
|
|
@@ -1594,14 +1523,14 @@
|
|
|
1594
1523
|
"varName": "sku"
|
|
1595
1524
|
},
|
|
1596
1525
|
"startDate": {
|
|
1597
|
-
"alias": "
|
|
1526
|
+
"alias": "casbLicenseStartDate: startDate",
|
|
1598
1527
|
"args": {},
|
|
1599
1528
|
"deprecationReason": null,
|
|
1600
1529
|
"description": "License start date",
|
|
1601
|
-
"id_str": "
|
|
1530
|
+
"id_str": "licensingInfo___licenses___CasbLicense___startDate",
|
|
1602
1531
|
"isDeprecated": false,
|
|
1603
1532
|
"name": "startDate",
|
|
1604
|
-
"path": "licensingInfo.licenses.
|
|
1533
|
+
"path": "licensingInfo.licenses.CasbLicense.startDate",
|
|
1605
1534
|
"requestStr": "$startDate:DateTime ",
|
|
1606
1535
|
"required": false,
|
|
1607
1536
|
"responseStr": "startDate:$startDate ",
|
|
@@ -1615,14 +1544,14 @@
|
|
|
1615
1544
|
"varName": "startDate"
|
|
1616
1545
|
},
|
|
1617
1546
|
"status": {
|
|
1618
|
-
"alias": "
|
|
1547
|
+
"alias": "casbLicenseStatus: status",
|
|
1619
1548
|
"args": {},
|
|
1620
1549
|
"deprecationReason": null,
|
|
1621
1550
|
"description": "License activation status",
|
|
1622
|
-
"id_str": "
|
|
1551
|
+
"id_str": "licensingInfo___licenses___CasbLicense___status",
|
|
1623
1552
|
"isDeprecated": false,
|
|
1624
1553
|
"name": "status",
|
|
1625
|
-
"path": "licensingInfo.licenses.
|
|
1554
|
+
"path": "licensingInfo.licenses.CasbLicense.status",
|
|
1626
1555
|
"requestStr": "$status:LicenseStatus! ",
|
|
1627
1556
|
"required": true,
|
|
1628
1557
|
"responseStr": "status:$status ",
|
|
@@ -1677,48 +1606,27 @@
|
|
|
1677
1606
|
"non_null": false
|
|
1678
1607
|
},
|
|
1679
1608
|
"varName": "status"
|
|
1680
|
-
},
|
|
1681
|
-
"total": {
|
|
1682
|
-
"args": {},
|
|
1683
|
-
"deprecationReason": null,
|
|
1684
|
-
"description": "Total number of the Data Storage Units under this license. Each Data Storage Unit increases the allowed ingestion rate (events per hour and total events storage)",
|
|
1685
|
-
"id_str": "licensingInfo___licenses___DataLakeLicense___total",
|
|
1686
|
-
"isDeprecated": false,
|
|
1687
|
-
"name": "total",
|
|
1688
|
-
"path": "licensingInfo.licenses.DataLakeLicense.total",
|
|
1689
|
-
"requestStr": "$total:Int! ",
|
|
1690
|
-
"required": true,
|
|
1691
|
-
"responseStr": "total:$total ",
|
|
1692
|
-
"type": {
|
|
1693
|
-
"kind": [
|
|
1694
|
-
"NON_NULL",
|
|
1695
|
-
"SCALAR"
|
|
1696
|
-
],
|
|
1697
|
-
"name": "Int",
|
|
1698
|
-
"non_null": false
|
|
1699
|
-
},
|
|
1700
|
-
"varName": "total"
|
|
1701
1609
|
}
|
|
1702
1610
|
},
|
|
1703
1611
|
"inputFields": null,
|
|
1704
1612
|
"interfaces": {},
|
|
1705
1613
|
"kind": "OBJECT",
|
|
1706
|
-
"name": "
|
|
1614
|
+
"name": "CasbLicense",
|
|
1707
1615
|
"possibleTypes": null
|
|
1708
1616
|
},
|
|
1709
|
-
"
|
|
1710
|
-
"description":
|
|
1617
|
+
"DataLakeLicense": {
|
|
1618
|
+
"description": null,
|
|
1711
1619
|
"enumValues": null,
|
|
1712
1620
|
"fields": {
|
|
1713
1621
|
"description": {
|
|
1714
|
-
"alias": "
|
|
1622
|
+
"alias": "dataLakeLicenseDescription: description",
|
|
1715
1623
|
"args": {},
|
|
1716
1624
|
"deprecationReason": null,
|
|
1717
1625
|
"description": null,
|
|
1718
|
-
"id_str": "
|
|
1626
|
+
"id_str": "licensingInfo___licenses___DataLakeLicense___description",
|
|
1719
1627
|
"isDeprecated": false,
|
|
1720
1628
|
"name": "description",
|
|
1721
|
-
"path": "licensingInfo.licenses.
|
|
1629
|
+
"path": "licensingInfo.licenses.DataLakeLicense.description",
|
|
1722
1630
|
"requestStr": "$description:String ",
|
|
1723
1631
|
"required": false,
|
|
1724
1632
|
"responseStr": "description:$description ",
|
|
@@ -1731,15 +1639,66 @@
|
|
|
1731
1639
|
},
|
|
1732
1640
|
"varName": "description"
|
|
1733
1641
|
},
|
|
1642
|
+
"dpaVersion": {
|
|
1643
|
+
"args": {},
|
|
1644
|
+
"deprecationReason": null,
|
|
1645
|
+
"description": "The version of the Data Processing Agreement (DPA) that your company signed with Cato.",
|
|
1646
|
+
"id_str": "licensingInfo___licenses___DataLakeLicense___dpaVersion",
|
|
1647
|
+
"isDeprecated": false,
|
|
1648
|
+
"name": "dpaVersion",
|
|
1649
|
+
"path": "licensingInfo.licenses.DataLakeLicense.dpaVersion",
|
|
1650
|
+
"requestStr": "$dpaVersion:DpaVersion! ",
|
|
1651
|
+
"required": true,
|
|
1652
|
+
"responseStr": "dpaVersion:$dpaVersion ",
|
|
1653
|
+
"type": {
|
|
1654
|
+
"definition": {
|
|
1655
|
+
"description": "The DPA agreement, based on your contract with Cato",
|
|
1656
|
+
"enumValues": [
|
|
1657
|
+
{
|
|
1658
|
+
"deprecationReason": null,
|
|
1659
|
+
"description": null,
|
|
1660
|
+
"isDeprecated": false,
|
|
1661
|
+
"name": "DPA_2019_01"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"deprecationReason": null,
|
|
1665
|
+
"description": null,
|
|
1666
|
+
"isDeprecated": false,
|
|
1667
|
+
"name": "DPA_2021_01"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"deprecationReason": null,
|
|
1671
|
+
"description": null,
|
|
1672
|
+
"isDeprecated": false,
|
|
1673
|
+
"name": "DPA_2023_01"
|
|
1674
|
+
}
|
|
1675
|
+
],
|
|
1676
|
+
"fields": null,
|
|
1677
|
+
"inputFields": null,
|
|
1678
|
+
"interfaces": null,
|
|
1679
|
+
"kind": "ENUM",
|
|
1680
|
+
"name": "DpaVersion",
|
|
1681
|
+
"possibleTypes": null
|
|
1682
|
+
},
|
|
1683
|
+
"indexType": "enum",
|
|
1684
|
+
"kind": [
|
|
1685
|
+
"NON_NULL",
|
|
1686
|
+
"ENUM"
|
|
1687
|
+
],
|
|
1688
|
+
"name": "DpaVersion",
|
|
1689
|
+
"non_null": false
|
|
1690
|
+
},
|
|
1691
|
+
"varName": "dpaVersion"
|
|
1692
|
+
},
|
|
1734
1693
|
"expirationDate": {
|
|
1735
|
-
"alias": "
|
|
1694
|
+
"alias": "dataLakeLicenseExpirationDate: expirationDate",
|
|
1736
1695
|
"args": {},
|
|
1737
1696
|
"deprecationReason": null,
|
|
1738
1697
|
"description": "License expiration date",
|
|
1739
|
-
"id_str": "
|
|
1698
|
+
"id_str": "licensingInfo___licenses___DataLakeLicense___expirationDate",
|
|
1740
1699
|
"isDeprecated": false,
|
|
1741
1700
|
"name": "expirationDate",
|
|
1742
|
-
"path": "licensingInfo.licenses.
|
|
1701
|
+
"path": "licensingInfo.licenses.DataLakeLicense.expirationDate",
|
|
1743
1702
|
"requestStr": "$expirationDate:DateTime! ",
|
|
1744
1703
|
"required": true,
|
|
1745
1704
|
"responseStr": "expirationDate:$expirationDate ",
|
|
@@ -1754,14 +1713,14 @@
|
|
|
1754
1713
|
"varName": "expirationDate"
|
|
1755
1714
|
},
|
|
1756
1715
|
"lastUpdated": {
|
|
1757
|
-
"alias": "
|
|
1716
|
+
"alias": "dataLakeLicenseLastUpdated: lastUpdated",
|
|
1758
1717
|
"args": {},
|
|
1759
1718
|
"deprecationReason": null,
|
|
1760
1719
|
"description": "The date of the last update to the license",
|
|
1761
|
-
"id_str": "
|
|
1720
|
+
"id_str": "licensingInfo___licenses___DataLakeLicense___lastUpdated",
|
|
1762
1721
|
"isDeprecated": false,
|
|
1763
1722
|
"name": "lastUpdated",
|
|
1764
|
-
"path": "licensingInfo.licenses.
|
|
1723
|
+
"path": "licensingInfo.licenses.DataLakeLicense.lastUpdated",
|
|
1765
1724
|
"requestStr": "$lastUpdated:DateTime ",
|
|
1766
1725
|
"required": false,
|
|
1767
1726
|
"responseStr": "lastUpdated:$lastUpdated ",
|
|
@@ -1775,14 +1734,14 @@
|
|
|
1775
1734
|
"varName": "lastUpdated"
|
|
1776
1735
|
},
|
|
1777
1736
|
"plan": {
|
|
1778
|
-
"alias": "
|
|
1737
|
+
"alias": "dataLakeLicensePlan: plan",
|
|
1779
1738
|
"args": {},
|
|
1780
1739
|
"deprecationReason": null,
|
|
1781
1740
|
"description": "License plan type",
|
|
1782
|
-
"id_str": "
|
|
1741
|
+
"id_str": "licensingInfo___licenses___DataLakeLicense___plan",
|
|
1783
1742
|
"isDeprecated": false,
|
|
1784
1743
|
"name": "plan",
|
|
1785
|
-
"path": "licensingInfo.licenses.
|
|
1744
|
+
"path": "licensingInfo.licenses.DataLakeLicense.plan",
|
|
1786
1745
|
"requestStr": "$plan:LicensePlan! ",
|
|
1787
1746
|
"required": true,
|
|
1788
1747
|
"responseStr": "plan:$plan ",
|
|
@@ -1820,15 +1779,35 @@
|
|
|
1820
1779
|
},
|
|
1821
1780
|
"varName": "plan"
|
|
1822
1781
|
},
|
|
1782
|
+
"retentionPeriod": {
|
|
1783
|
+
"args": {},
|
|
1784
|
+
"deprecationReason": null,
|
|
1785
|
+
"description": "Data retention period, in months, during which the account data may remain on the Cato Cloud. After this period the data will be permanently deleted.",
|
|
1786
|
+
"id_str": "licensingInfo___licenses___DataLakeLicense___retentionPeriod",
|
|
1787
|
+
"isDeprecated": false,
|
|
1788
|
+
"name": "retentionPeriod",
|
|
1789
|
+
"path": "licensingInfo.licenses.DataLakeLicense.retentionPeriod",
|
|
1790
|
+
"requestStr": "$retentionPeriod:Int ",
|
|
1791
|
+
"required": false,
|
|
1792
|
+
"responseStr": "retentionPeriod:$retentionPeriod ",
|
|
1793
|
+
"type": {
|
|
1794
|
+
"kind": [
|
|
1795
|
+
"SCALAR"
|
|
1796
|
+
],
|
|
1797
|
+
"name": "Int",
|
|
1798
|
+
"non_null": false
|
|
1799
|
+
},
|
|
1800
|
+
"varName": "retentionPeriod"
|
|
1801
|
+
},
|
|
1823
1802
|
"sku": {
|
|
1824
|
-
"alias": "
|
|
1803
|
+
"alias": "dataLakeLicenseSku: sku",
|
|
1825
1804
|
"args": {},
|
|
1826
1805
|
"deprecationReason": null,
|
|
1827
1806
|
"description": "The license SKU",
|
|
1828
|
-
"id_str": "
|
|
1807
|
+
"id_str": "licensingInfo___licenses___DataLakeLicense___sku",
|
|
1829
1808
|
"isDeprecated": false,
|
|
1830
1809
|
"name": "sku",
|
|
1831
|
-
"path": "licensingInfo.licenses.
|
|
1810
|
+
"path": "licensingInfo.licenses.DataLakeLicense.sku",
|
|
1832
1811
|
"requestStr": "$sku:LicenseSku! ",
|
|
1833
1812
|
"required": true,
|
|
1834
1813
|
"responseStr": "sku:$sku ",
|
|
@@ -1974,12 +1953,6 @@
|
|
|
1974
1953
|
"isDeprecated": false,
|
|
1975
1954
|
"name": "CATO_XDR_PRO"
|
|
1976
1955
|
},
|
|
1977
|
-
{
|
|
1978
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
1979
|
-
"description": "Cato DEM Pro service SKU",
|
|
1980
|
-
"isDeprecated": true,
|
|
1981
|
-
"name": "CATO_DEM_PRO"
|
|
1982
|
-
},
|
|
1983
1956
|
{
|
|
1984
1957
|
"deprecationReason": null,
|
|
1985
1958
|
"description": "Cato DEM service SKU",
|
|
@@ -1998,6 +1971,12 @@
|
|
|
1998
1971
|
"isDeprecated": false,
|
|
1999
1972
|
"name": "CATO_THREAT_PREVENTION"
|
|
2000
1973
|
},
|
|
1974
|
+
{
|
|
1975
|
+
"deprecationReason": null,
|
|
1976
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
1977
|
+
"isDeprecated": false,
|
|
1978
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
1979
|
+
},
|
|
2001
1980
|
{
|
|
2002
1981
|
"deprecationReason": null,
|
|
2003
1982
|
"description": "Public IPs SKU",
|
|
@@ -2047,14 +2026,14 @@
|
|
|
2047
2026
|
"varName": "sku"
|
|
2048
2027
|
},
|
|
2049
2028
|
"startDate": {
|
|
2050
|
-
"alias": "
|
|
2029
|
+
"alias": "dataLakeLicenseStartDate: startDate",
|
|
2051
2030
|
"args": {},
|
|
2052
2031
|
"deprecationReason": null,
|
|
2053
2032
|
"description": "License start date",
|
|
2054
|
-
"id_str": "
|
|
2033
|
+
"id_str": "licensingInfo___licenses___DataLakeLicense___startDate",
|
|
2055
2034
|
"isDeprecated": false,
|
|
2056
2035
|
"name": "startDate",
|
|
2057
|
-
"path": "licensingInfo.licenses.
|
|
2036
|
+
"path": "licensingInfo.licenses.DataLakeLicense.startDate",
|
|
2058
2037
|
"requestStr": "$startDate:DateTime ",
|
|
2059
2038
|
"required": false,
|
|
2060
2039
|
"responseStr": "startDate:$startDate ",
|
|
@@ -2068,14 +2047,14 @@
|
|
|
2068
2047
|
"varName": "startDate"
|
|
2069
2048
|
},
|
|
2070
2049
|
"status": {
|
|
2071
|
-
"alias": "
|
|
2050
|
+
"alias": "dataLakeLicenseStatus: status",
|
|
2072
2051
|
"args": {},
|
|
2073
2052
|
"deprecationReason": null,
|
|
2074
2053
|
"description": "License activation status",
|
|
2075
|
-
"id_str": "
|
|
2054
|
+
"id_str": "licensingInfo___licenses___DataLakeLicense___status",
|
|
2076
2055
|
"isDeprecated": false,
|
|
2077
2056
|
"name": "status",
|
|
2078
|
-
"path": "licensingInfo.licenses.
|
|
2057
|
+
"path": "licensingInfo.licenses.DataLakeLicense.status",
|
|
2079
2058
|
"requestStr": "$status:LicenseStatus! ",
|
|
2080
2059
|
"required": true,
|
|
2081
2060
|
"responseStr": "status:$status ",
|
|
@@ -2134,11 +2113,11 @@
|
|
|
2134
2113
|
"total": {
|
|
2135
2114
|
"args": {},
|
|
2136
2115
|
"deprecationReason": null,
|
|
2137
|
-
"description": "
|
|
2138
|
-
"id_str": "
|
|
2116
|
+
"description": "Total number of the Data Storage Units under this license. Each Data Storage Unit increases the allowed ingestion rate (events per hour and total events storage)",
|
|
2117
|
+
"id_str": "licensingInfo___licenses___DataLakeLicense___total",
|
|
2139
2118
|
"isDeprecated": false,
|
|
2140
2119
|
"name": "total",
|
|
2141
|
-
"path": "licensingInfo.licenses.
|
|
2120
|
+
"path": "licensingInfo.licenses.DataLakeLicense.total",
|
|
2142
2121
|
"requestStr": "$total:Int! ",
|
|
2143
2122
|
"required": true,
|
|
2144
2123
|
"responseStr": "total:$total ",
|
|
@@ -2156,22 +2135,22 @@
|
|
|
2156
2135
|
"inputFields": null,
|
|
2157
2136
|
"interfaces": {},
|
|
2158
2137
|
"kind": "OBJECT",
|
|
2159
|
-
"name": "
|
|
2138
|
+
"name": "DataLakeLicense",
|
|
2160
2139
|
"possibleTypes": null
|
|
2161
2140
|
},
|
|
2162
|
-
"
|
|
2163
|
-
"description": "DEM
|
|
2141
|
+
"DemLicense": {
|
|
2142
|
+
"description": "DEM service license details",
|
|
2164
2143
|
"enumValues": null,
|
|
2165
2144
|
"fields": {
|
|
2166
2145
|
"description": {
|
|
2167
|
-
"alias": "
|
|
2146
|
+
"alias": "demLicenseDescription: description",
|
|
2168
2147
|
"args": {},
|
|
2169
2148
|
"deprecationReason": null,
|
|
2170
2149
|
"description": null,
|
|
2171
|
-
"id_str": "
|
|
2150
|
+
"id_str": "licensingInfo___licenses___DemLicense___description",
|
|
2172
2151
|
"isDeprecated": false,
|
|
2173
2152
|
"name": "description",
|
|
2174
|
-
"path": "licensingInfo.licenses.
|
|
2153
|
+
"path": "licensingInfo.licenses.DemLicense.description",
|
|
2175
2154
|
"requestStr": "$description:String ",
|
|
2176
2155
|
"required": false,
|
|
2177
2156
|
"responseStr": "description:$description ",
|
|
@@ -2185,14 +2164,14 @@
|
|
|
2185
2164
|
"varName": "description"
|
|
2186
2165
|
},
|
|
2187
2166
|
"expirationDate": {
|
|
2188
|
-
"alias": "
|
|
2167
|
+
"alias": "demLicenseExpirationDate: expirationDate",
|
|
2189
2168
|
"args": {},
|
|
2190
2169
|
"deprecationReason": null,
|
|
2191
2170
|
"description": "License expiration date",
|
|
2192
|
-
"id_str": "
|
|
2171
|
+
"id_str": "licensingInfo___licenses___DemLicense___expirationDate",
|
|
2193
2172
|
"isDeprecated": false,
|
|
2194
2173
|
"name": "expirationDate",
|
|
2195
|
-
"path": "licensingInfo.licenses.
|
|
2174
|
+
"path": "licensingInfo.licenses.DemLicense.expirationDate",
|
|
2196
2175
|
"requestStr": "$expirationDate:DateTime! ",
|
|
2197
2176
|
"required": true,
|
|
2198
2177
|
"responseStr": "expirationDate:$expirationDate ",
|
|
@@ -2207,14 +2186,14 @@
|
|
|
2207
2186
|
"varName": "expirationDate"
|
|
2208
2187
|
},
|
|
2209
2188
|
"lastUpdated": {
|
|
2210
|
-
"alias": "
|
|
2189
|
+
"alias": "demLicenseLastUpdated: lastUpdated",
|
|
2211
2190
|
"args": {},
|
|
2212
2191
|
"deprecationReason": null,
|
|
2213
2192
|
"description": "The date of the last update to the license",
|
|
2214
|
-
"id_str": "
|
|
2193
|
+
"id_str": "licensingInfo___licenses___DemLicense___lastUpdated",
|
|
2215
2194
|
"isDeprecated": false,
|
|
2216
2195
|
"name": "lastUpdated",
|
|
2217
|
-
"path": "licensingInfo.licenses.
|
|
2196
|
+
"path": "licensingInfo.licenses.DemLicense.lastUpdated",
|
|
2218
2197
|
"requestStr": "$lastUpdated:DateTime ",
|
|
2219
2198
|
"required": false,
|
|
2220
2199
|
"responseStr": "lastUpdated:$lastUpdated ",
|
|
@@ -2228,14 +2207,14 @@
|
|
|
2228
2207
|
"varName": "lastUpdated"
|
|
2229
2208
|
},
|
|
2230
2209
|
"plan": {
|
|
2231
|
-
"alias": "
|
|
2210
|
+
"alias": "demLicensePlan: plan",
|
|
2232
2211
|
"args": {},
|
|
2233
2212
|
"deprecationReason": null,
|
|
2234
2213
|
"description": "License plan type",
|
|
2235
|
-
"id_str": "
|
|
2214
|
+
"id_str": "licensingInfo___licenses___DemLicense___plan",
|
|
2236
2215
|
"isDeprecated": false,
|
|
2237
2216
|
"name": "plan",
|
|
2238
|
-
"path": "licensingInfo.licenses.
|
|
2217
|
+
"path": "licensingInfo.licenses.DemLicense.plan",
|
|
2239
2218
|
"requestStr": "$plan:LicensePlan! ",
|
|
2240
2219
|
"required": true,
|
|
2241
2220
|
"responseStr": "plan:$plan ",
|
|
@@ -2274,14 +2253,14 @@
|
|
|
2274
2253
|
"varName": "plan"
|
|
2275
2254
|
},
|
|
2276
2255
|
"sku": {
|
|
2277
|
-
"alias": "
|
|
2256
|
+
"alias": "demLicenseSku: sku",
|
|
2278
2257
|
"args": {},
|
|
2279
2258
|
"deprecationReason": null,
|
|
2280
2259
|
"description": "The license SKU",
|
|
2281
|
-
"id_str": "
|
|
2260
|
+
"id_str": "licensingInfo___licenses___DemLicense___sku",
|
|
2282
2261
|
"isDeprecated": false,
|
|
2283
2262
|
"name": "sku",
|
|
2284
|
-
"path": "licensingInfo.licenses.
|
|
2263
|
+
"path": "licensingInfo.licenses.DemLicense.sku",
|
|
2285
2264
|
"requestStr": "$sku:LicenseSku! ",
|
|
2286
2265
|
"required": true,
|
|
2287
2266
|
"responseStr": "sku:$sku ",
|
|
@@ -2427,12 +2406,6 @@
|
|
|
2427
2406
|
"isDeprecated": false,
|
|
2428
2407
|
"name": "CATO_XDR_PRO"
|
|
2429
2408
|
},
|
|
2430
|
-
{
|
|
2431
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
2432
|
-
"description": "Cato DEM Pro service SKU",
|
|
2433
|
-
"isDeprecated": true,
|
|
2434
|
-
"name": "CATO_DEM_PRO"
|
|
2435
|
-
},
|
|
2436
2409
|
{
|
|
2437
2410
|
"deprecationReason": null,
|
|
2438
2411
|
"description": "Cato DEM service SKU",
|
|
@@ -2451,6 +2424,12 @@
|
|
|
2451
2424
|
"isDeprecated": false,
|
|
2452
2425
|
"name": "CATO_THREAT_PREVENTION"
|
|
2453
2426
|
},
|
|
2427
|
+
{
|
|
2428
|
+
"deprecationReason": null,
|
|
2429
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
2430
|
+
"isDeprecated": false,
|
|
2431
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
2432
|
+
},
|
|
2454
2433
|
{
|
|
2455
2434
|
"deprecationReason": null,
|
|
2456
2435
|
"description": "Public IPs SKU",
|
|
@@ -2500,14 +2479,14 @@
|
|
|
2500
2479
|
"varName": "sku"
|
|
2501
2480
|
},
|
|
2502
2481
|
"startDate": {
|
|
2503
|
-
"alias": "
|
|
2482
|
+
"alias": "demLicenseStartDate: startDate",
|
|
2504
2483
|
"args": {},
|
|
2505
2484
|
"deprecationReason": null,
|
|
2506
2485
|
"description": "License start date",
|
|
2507
|
-
"id_str": "
|
|
2486
|
+
"id_str": "licensingInfo___licenses___DemLicense___startDate",
|
|
2508
2487
|
"isDeprecated": false,
|
|
2509
2488
|
"name": "startDate",
|
|
2510
|
-
"path": "licensingInfo.licenses.
|
|
2489
|
+
"path": "licensingInfo.licenses.DemLicense.startDate",
|
|
2511
2490
|
"requestStr": "$startDate:DateTime ",
|
|
2512
2491
|
"required": false,
|
|
2513
2492
|
"responseStr": "startDate:$startDate ",
|
|
@@ -2521,14 +2500,14 @@
|
|
|
2521
2500
|
"varName": "startDate"
|
|
2522
2501
|
},
|
|
2523
2502
|
"status": {
|
|
2524
|
-
"alias": "
|
|
2503
|
+
"alias": "demLicenseStatus: status",
|
|
2525
2504
|
"args": {},
|
|
2526
2505
|
"deprecationReason": null,
|
|
2527
2506
|
"description": "License activation status",
|
|
2528
|
-
"id_str": "
|
|
2507
|
+
"id_str": "licensingInfo___licenses___DemLicense___status",
|
|
2529
2508
|
"isDeprecated": false,
|
|
2530
2509
|
"name": "status",
|
|
2531
|
-
"path": "licensingInfo.licenses.
|
|
2510
|
+
"path": "licensingInfo.licenses.DemLicense.status",
|
|
2532
2511
|
"requestStr": "$status:LicenseStatus! ",
|
|
2533
2512
|
"required": true,
|
|
2534
2513
|
"responseStr": "status:$status ",
|
|
@@ -2588,10 +2567,10 @@
|
|
|
2588
2567
|
"args": {},
|
|
2589
2568
|
"deprecationReason": null,
|
|
2590
2569
|
"description": "License quantity",
|
|
2591
|
-
"id_str": "
|
|
2570
|
+
"id_str": "licensingInfo___licenses___DemLicense___total",
|
|
2592
2571
|
"isDeprecated": false,
|
|
2593
2572
|
"name": "total",
|
|
2594
|
-
"path": "licensingInfo.licenses.
|
|
2573
|
+
"path": "licensingInfo.licenses.DemLicense.total",
|
|
2595
2574
|
"requestStr": "$total:Int! ",
|
|
2596
2575
|
"required": true,
|
|
2597
2576
|
"responseStr": "total:$total ",
|
|
@@ -2609,7 +2588,7 @@
|
|
|
2609
2588
|
"inputFields": null,
|
|
2610
2589
|
"interfaces": {},
|
|
2611
2590
|
"kind": "OBJECT",
|
|
2612
|
-
"name": "
|
|
2591
|
+
"name": "DemLicense",
|
|
2613
2592
|
"possibleTypes": null
|
|
2614
2593
|
},
|
|
2615
2594
|
"DlpLicense": {
|
|
@@ -2880,12 +2859,6 @@
|
|
|
2880
2859
|
"isDeprecated": false,
|
|
2881
2860
|
"name": "CATO_XDR_PRO"
|
|
2882
2861
|
},
|
|
2883
|
-
{
|
|
2884
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
2885
|
-
"description": "Cato DEM Pro service SKU",
|
|
2886
|
-
"isDeprecated": true,
|
|
2887
|
-
"name": "CATO_DEM_PRO"
|
|
2888
|
-
},
|
|
2889
2862
|
{
|
|
2890
2863
|
"deprecationReason": null,
|
|
2891
2864
|
"description": "Cato DEM service SKU",
|
|
@@ -2904,6 +2877,12 @@
|
|
|
2904
2877
|
"isDeprecated": false,
|
|
2905
2878
|
"name": "CATO_THREAT_PREVENTION"
|
|
2906
2879
|
},
|
|
2880
|
+
{
|
|
2881
|
+
"deprecationReason": null,
|
|
2882
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
2883
|
+
"isDeprecated": false,
|
|
2884
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
2885
|
+
},
|
|
2907
2886
|
{
|
|
2908
2887
|
"deprecationReason": null,
|
|
2909
2888
|
"description": "Public IPs SKU",
|
|
@@ -3312,12 +3291,6 @@
|
|
|
3312
3291
|
"isDeprecated": false,
|
|
3313
3292
|
"name": "CATO_XDR_PRO"
|
|
3314
3293
|
},
|
|
3315
|
-
{
|
|
3316
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
3317
|
-
"description": "Cato DEM Pro service SKU",
|
|
3318
|
-
"isDeprecated": true,
|
|
3319
|
-
"name": "CATO_DEM_PRO"
|
|
3320
|
-
},
|
|
3321
3294
|
{
|
|
3322
3295
|
"deprecationReason": null,
|
|
3323
3296
|
"description": "Cato DEM service SKU",
|
|
@@ -3336,6 +3309,12 @@
|
|
|
3336
3309
|
"isDeprecated": false,
|
|
3337
3310
|
"name": "CATO_THREAT_PREVENTION"
|
|
3338
3311
|
},
|
|
3312
|
+
{
|
|
3313
|
+
"deprecationReason": null,
|
|
3314
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
3315
|
+
"isDeprecated": false,
|
|
3316
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
3317
|
+
},
|
|
3339
3318
|
{
|
|
3340
3319
|
"deprecationReason": null,
|
|
3341
3320
|
"description": "Public IPs SKU",
|
|
@@ -3765,12 +3744,6 @@
|
|
|
3765
3744
|
"isDeprecated": false,
|
|
3766
3745
|
"name": "CATO_XDR_PRO"
|
|
3767
3746
|
},
|
|
3768
|
-
{
|
|
3769
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
3770
|
-
"description": "Cato DEM Pro service SKU",
|
|
3771
|
-
"isDeprecated": true,
|
|
3772
|
-
"name": "CATO_DEM_PRO"
|
|
3773
|
-
},
|
|
3774
3747
|
{
|
|
3775
3748
|
"deprecationReason": null,
|
|
3776
3749
|
"description": "Cato DEM service SKU",
|
|
@@ -3789,6 +3762,12 @@
|
|
|
3789
3762
|
"isDeprecated": false,
|
|
3790
3763
|
"name": "CATO_THREAT_PREVENTION"
|
|
3791
3764
|
},
|
|
3765
|
+
{
|
|
3766
|
+
"deprecationReason": null,
|
|
3767
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
3768
|
+
"isDeprecated": false,
|
|
3769
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
3770
|
+
},
|
|
3792
3771
|
{
|
|
3793
3772
|
"deprecationReason": null,
|
|
3794
3773
|
"description": "Public IPs SKU",
|
|
@@ -4218,12 +4197,6 @@
|
|
|
4218
4197
|
"isDeprecated": false,
|
|
4219
4198
|
"name": "CATO_XDR_PRO"
|
|
4220
4199
|
},
|
|
4221
|
-
{
|
|
4222
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
4223
|
-
"description": "Cato DEM Pro service SKU",
|
|
4224
|
-
"isDeprecated": true,
|
|
4225
|
-
"name": "CATO_DEM_PRO"
|
|
4226
|
-
},
|
|
4227
4200
|
{
|
|
4228
4201
|
"deprecationReason": null,
|
|
4229
4202
|
"description": "Cato DEM service SKU",
|
|
@@ -4242,6 +4215,12 @@
|
|
|
4242
4215
|
"isDeprecated": false,
|
|
4243
4216
|
"name": "CATO_THREAT_PREVENTION"
|
|
4244
4217
|
},
|
|
4218
|
+
{
|
|
4219
|
+
"deprecationReason": null,
|
|
4220
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
4221
|
+
"isDeprecated": false,
|
|
4222
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
4223
|
+
},
|
|
4245
4224
|
{
|
|
4246
4225
|
"deprecationReason": null,
|
|
4247
4226
|
"description": "Public IPs SKU",
|
|
@@ -4650,12 +4629,6 @@
|
|
|
4650
4629
|
"isDeprecated": false,
|
|
4651
4630
|
"name": "CATO_XDR_PRO"
|
|
4652
4631
|
},
|
|
4653
|
-
{
|
|
4654
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
4655
|
-
"description": "Cato DEM Pro service SKU",
|
|
4656
|
-
"isDeprecated": true,
|
|
4657
|
-
"name": "CATO_DEM_PRO"
|
|
4658
|
-
},
|
|
4659
4632
|
{
|
|
4660
4633
|
"deprecationReason": null,
|
|
4661
4634
|
"description": "Cato DEM service SKU",
|
|
@@ -4674,6 +4647,12 @@
|
|
|
4674
4647
|
"isDeprecated": false,
|
|
4675
4648
|
"name": "CATO_THREAT_PREVENTION"
|
|
4676
4649
|
},
|
|
4650
|
+
{
|
|
4651
|
+
"deprecationReason": null,
|
|
4652
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
4653
|
+
"isDeprecated": false,
|
|
4654
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
4655
|
+
},
|
|
4677
4656
|
{
|
|
4678
4657
|
"deprecationReason": null,
|
|
4679
4658
|
"description": "Public IPs SKU",
|
|
@@ -5082,12 +5061,6 @@
|
|
|
5082
5061
|
"isDeprecated": false,
|
|
5083
5062
|
"name": "CATO_XDR_PRO"
|
|
5084
5063
|
},
|
|
5085
|
-
{
|
|
5086
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
5087
|
-
"description": "Cato DEM Pro service SKU",
|
|
5088
|
-
"isDeprecated": true,
|
|
5089
|
-
"name": "CATO_DEM_PRO"
|
|
5090
|
-
},
|
|
5091
5064
|
{
|
|
5092
5065
|
"deprecationReason": null,
|
|
5093
5066
|
"description": "Cato DEM service SKU",
|
|
@@ -5106,6 +5079,12 @@
|
|
|
5106
5079
|
"isDeprecated": false,
|
|
5107
5080
|
"name": "CATO_THREAT_PREVENTION"
|
|
5108
5081
|
},
|
|
5082
|
+
{
|
|
5083
|
+
"deprecationReason": null,
|
|
5084
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
5085
|
+
"isDeprecated": false,
|
|
5086
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
5087
|
+
},
|
|
5109
5088
|
{
|
|
5110
5089
|
"deprecationReason": null,
|
|
5111
5090
|
"description": "Public IPs SKU",
|
|
@@ -5514,12 +5493,6 @@
|
|
|
5514
5493
|
"isDeprecated": false,
|
|
5515
5494
|
"name": "CATO_XDR_PRO"
|
|
5516
5495
|
},
|
|
5517
|
-
{
|
|
5518
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
5519
|
-
"description": "Cato DEM Pro service SKU",
|
|
5520
|
-
"isDeprecated": true,
|
|
5521
|
-
"name": "CATO_DEM_PRO"
|
|
5522
|
-
},
|
|
5523
5496
|
{
|
|
5524
5497
|
"deprecationReason": null,
|
|
5525
5498
|
"description": "Cato DEM service SKU",
|
|
@@ -5538,6 +5511,12 @@
|
|
|
5538
5511
|
"isDeprecated": false,
|
|
5539
5512
|
"name": "CATO_THREAT_PREVENTION"
|
|
5540
5513
|
},
|
|
5514
|
+
{
|
|
5515
|
+
"deprecationReason": null,
|
|
5516
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
5517
|
+
"isDeprecated": false,
|
|
5518
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
5519
|
+
},
|
|
5541
5520
|
{
|
|
5542
5521
|
"deprecationReason": null,
|
|
5543
5522
|
"description": "Public IPs SKU",
|
|
@@ -5946,12 +5925,6 @@
|
|
|
5946
5925
|
"isDeprecated": false,
|
|
5947
5926
|
"name": "CATO_XDR_PRO"
|
|
5948
5927
|
},
|
|
5949
|
-
{
|
|
5950
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
5951
|
-
"description": "Cato DEM Pro service SKU",
|
|
5952
|
-
"isDeprecated": true,
|
|
5953
|
-
"name": "CATO_DEM_PRO"
|
|
5954
|
-
},
|
|
5955
5928
|
{
|
|
5956
5929
|
"deprecationReason": null,
|
|
5957
5930
|
"description": "Cato DEM service SKU",
|
|
@@ -5970,6 +5943,12 @@
|
|
|
5970
5943
|
"isDeprecated": false,
|
|
5971
5944
|
"name": "CATO_THREAT_PREVENTION"
|
|
5972
5945
|
},
|
|
5946
|
+
{
|
|
5947
|
+
"deprecationReason": null,
|
|
5948
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
5949
|
+
"isDeprecated": false,
|
|
5950
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
5951
|
+
},
|
|
5973
5952
|
{
|
|
5974
5953
|
"deprecationReason": null,
|
|
5975
5954
|
"description": "Public IPs SKU",
|
|
@@ -6378,12 +6357,6 @@
|
|
|
6378
6357
|
"isDeprecated": false,
|
|
6379
6358
|
"name": "CATO_XDR_PRO"
|
|
6380
6359
|
},
|
|
6381
|
-
{
|
|
6382
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
6383
|
-
"description": "Cato DEM Pro service SKU",
|
|
6384
|
-
"isDeprecated": true,
|
|
6385
|
-
"name": "CATO_DEM_PRO"
|
|
6386
|
-
},
|
|
6387
6360
|
{
|
|
6388
6361
|
"deprecationReason": null,
|
|
6389
6362
|
"description": "Cato DEM service SKU",
|
|
@@ -6402,6 +6375,12 @@
|
|
|
6402
6375
|
"isDeprecated": false,
|
|
6403
6376
|
"name": "CATO_THREAT_PREVENTION"
|
|
6404
6377
|
},
|
|
6378
|
+
{
|
|
6379
|
+
"deprecationReason": null,
|
|
6380
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
6381
|
+
"isDeprecated": false,
|
|
6382
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
6383
|
+
},
|
|
6405
6384
|
{
|
|
6406
6385
|
"deprecationReason": null,
|
|
6407
6386
|
"description": "Public IPs SKU",
|
|
@@ -7251,12 +7230,6 @@
|
|
|
7251
7230
|
"isDeprecated": false,
|
|
7252
7231
|
"name": "CATO_XDR_PRO"
|
|
7253
7232
|
},
|
|
7254
|
-
{
|
|
7255
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
7256
|
-
"description": "Cato DEM Pro service SKU",
|
|
7257
|
-
"isDeprecated": true,
|
|
7258
|
-
"name": "CATO_DEM_PRO"
|
|
7259
|
-
},
|
|
7260
7233
|
{
|
|
7261
7234
|
"deprecationReason": null,
|
|
7262
7235
|
"description": "Cato DEM service SKU",
|
|
@@ -7275,6 +7248,12 @@
|
|
|
7275
7248
|
"isDeprecated": false,
|
|
7276
7249
|
"name": "CATO_THREAT_PREVENTION"
|
|
7277
7250
|
},
|
|
7251
|
+
{
|
|
7252
|
+
"deprecationReason": null,
|
|
7253
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
7254
|
+
"isDeprecated": false,
|
|
7255
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
7256
|
+
},
|
|
7278
7257
|
{
|
|
7279
7258
|
"deprecationReason": null,
|
|
7280
7259
|
"description": "Public IPs SKU",
|
|
@@ -7704,12 +7683,6 @@
|
|
|
7704
7683
|
"isDeprecated": false,
|
|
7705
7684
|
"name": "CATO_XDR_PRO"
|
|
7706
7685
|
},
|
|
7707
|
-
{
|
|
7708
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
7709
|
-
"description": "Cato DEM Pro service SKU",
|
|
7710
|
-
"isDeprecated": true,
|
|
7711
|
-
"name": "CATO_DEM_PRO"
|
|
7712
|
-
},
|
|
7713
7686
|
{
|
|
7714
7687
|
"deprecationReason": null,
|
|
7715
7688
|
"description": "Cato DEM service SKU",
|
|
@@ -7728,6 +7701,12 @@
|
|
|
7728
7701
|
"isDeprecated": false,
|
|
7729
7702
|
"name": "CATO_THREAT_PREVENTION"
|
|
7730
7703
|
},
|
|
7704
|
+
{
|
|
7705
|
+
"deprecationReason": null,
|
|
7706
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
7707
|
+
"isDeprecated": false,
|
|
7708
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
7709
|
+
},
|
|
7731
7710
|
{
|
|
7732
7711
|
"deprecationReason": null,
|
|
7733
7712
|
"description": "Public IPs SKU",
|
|
@@ -8157,12 +8136,6 @@
|
|
|
8157
8136
|
"isDeprecated": false,
|
|
8158
8137
|
"name": "CATO_XDR_PRO"
|
|
8159
8138
|
},
|
|
8160
|
-
{
|
|
8161
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
8162
|
-
"description": "Cato DEM Pro service SKU",
|
|
8163
|
-
"isDeprecated": true,
|
|
8164
|
-
"name": "CATO_DEM_PRO"
|
|
8165
|
-
},
|
|
8166
8139
|
{
|
|
8167
8140
|
"deprecationReason": null,
|
|
8168
8141
|
"description": "Cato DEM service SKU",
|
|
@@ -8181,6 +8154,12 @@
|
|
|
8181
8154
|
"isDeprecated": false,
|
|
8182
8155
|
"name": "CATO_THREAT_PREVENTION"
|
|
8183
8156
|
},
|
|
8157
|
+
{
|
|
8158
|
+
"deprecationReason": null,
|
|
8159
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
8160
|
+
"isDeprecated": false,
|
|
8161
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
8162
|
+
},
|
|
8184
8163
|
{
|
|
8185
8164
|
"deprecationReason": null,
|
|
8186
8165
|
"description": "Public IPs SKU",
|
|
@@ -8589,12 +8568,6 @@
|
|
|
8589
8568
|
"isDeprecated": false,
|
|
8590
8569
|
"name": "CATO_XDR_PRO"
|
|
8591
8570
|
},
|
|
8592
|
-
{
|
|
8593
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
8594
|
-
"description": "Cato DEM Pro service SKU",
|
|
8595
|
-
"isDeprecated": true,
|
|
8596
|
-
"name": "CATO_DEM_PRO"
|
|
8597
|
-
},
|
|
8598
8571
|
{
|
|
8599
8572
|
"deprecationReason": null,
|
|
8600
8573
|
"description": "Cato DEM service SKU",
|
|
@@ -8613,6 +8586,12 @@
|
|
|
8613
8586
|
"isDeprecated": false,
|
|
8614
8587
|
"name": "CATO_THREAT_PREVENTION"
|
|
8615
8588
|
},
|
|
8589
|
+
{
|
|
8590
|
+
"deprecationReason": null,
|
|
8591
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
8592
|
+
"isDeprecated": false,
|
|
8593
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
8594
|
+
},
|
|
8616
8595
|
{
|
|
8617
8596
|
"deprecationReason": null,
|
|
8618
8597
|
"description": "Public IPs SKU",
|
|
@@ -9316,12 +9295,6 @@
|
|
|
9316
9295
|
"isDeprecated": false,
|
|
9317
9296
|
"name": "CATO_XDR_PRO"
|
|
9318
9297
|
},
|
|
9319
|
-
{
|
|
9320
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
9321
|
-
"description": "Cato DEM Pro service SKU",
|
|
9322
|
-
"isDeprecated": true,
|
|
9323
|
-
"name": "CATO_DEM_PRO"
|
|
9324
|
-
},
|
|
9325
9298
|
{
|
|
9326
9299
|
"deprecationReason": null,
|
|
9327
9300
|
"description": "Cato DEM service SKU",
|
|
@@ -9340,6 +9313,12 @@
|
|
|
9340
9313
|
"isDeprecated": false,
|
|
9341
9314
|
"name": "CATO_THREAT_PREVENTION"
|
|
9342
9315
|
},
|
|
9316
|
+
{
|
|
9317
|
+
"deprecationReason": null,
|
|
9318
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
9319
|
+
"isDeprecated": false,
|
|
9320
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
9321
|
+
},
|
|
9343
9322
|
{
|
|
9344
9323
|
"deprecationReason": null,
|
|
9345
9324
|
"description": "Public IPs SKU",
|
|
@@ -9769,12 +9748,6 @@
|
|
|
9769
9748
|
"isDeprecated": false,
|
|
9770
9749
|
"name": "CATO_XDR_PRO"
|
|
9771
9750
|
},
|
|
9772
|
-
{
|
|
9773
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
9774
|
-
"description": "Cato DEM Pro service SKU",
|
|
9775
|
-
"isDeprecated": true,
|
|
9776
|
-
"name": "CATO_DEM_PRO"
|
|
9777
|
-
},
|
|
9778
9751
|
{
|
|
9779
9752
|
"deprecationReason": null,
|
|
9780
9753
|
"description": "Cato DEM service SKU",
|
|
@@ -9793,6 +9766,12 @@
|
|
|
9793
9766
|
"isDeprecated": false,
|
|
9794
9767
|
"name": "CATO_THREAT_PREVENTION"
|
|
9795
9768
|
},
|
|
9769
|
+
{
|
|
9770
|
+
"deprecationReason": null,
|
|
9771
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
9772
|
+
"isDeprecated": false,
|
|
9773
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
9774
|
+
},
|
|
9796
9775
|
{
|
|
9797
9776
|
"deprecationReason": null,
|
|
9798
9777
|
"description": "Public IPs SKU",
|
|
@@ -10201,12 +10180,6 @@
|
|
|
10201
10180
|
"isDeprecated": false,
|
|
10202
10181
|
"name": "CATO_XDR_PRO"
|
|
10203
10182
|
},
|
|
10204
|
-
{
|
|
10205
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
10206
|
-
"description": "Cato DEM Pro service SKU",
|
|
10207
|
-
"isDeprecated": true,
|
|
10208
|
-
"name": "CATO_DEM_PRO"
|
|
10209
|
-
},
|
|
10210
10183
|
{
|
|
10211
10184
|
"deprecationReason": null,
|
|
10212
10185
|
"description": "Cato DEM service SKU",
|
|
@@ -10225,6 +10198,12 @@
|
|
|
10225
10198
|
"isDeprecated": false,
|
|
10226
10199
|
"name": "CATO_THREAT_PREVENTION"
|
|
10227
10200
|
},
|
|
10201
|
+
{
|
|
10202
|
+
"deprecationReason": null,
|
|
10203
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
10204
|
+
"isDeprecated": false,
|
|
10205
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
10206
|
+
},
|
|
10228
10207
|
{
|
|
10229
10208
|
"deprecationReason": null,
|
|
10230
10209
|
"description": "Public IPs SKU",
|
|
@@ -10654,12 +10633,6 @@
|
|
|
10654
10633
|
"isDeprecated": false,
|
|
10655
10634
|
"name": "CATO_XDR_PRO"
|
|
10656
10635
|
},
|
|
10657
|
-
{
|
|
10658
|
-
"deprecationReason": "replaced with CATO_DEM",
|
|
10659
|
-
"description": "Cato DEM Pro service SKU",
|
|
10660
|
-
"isDeprecated": true,
|
|
10661
|
-
"name": "CATO_DEM_PRO"
|
|
10662
|
-
},
|
|
10663
10636
|
{
|
|
10664
10637
|
"deprecationReason": null,
|
|
10665
10638
|
"description": "Cato DEM service SKU",
|
|
@@ -10678,6 +10651,12 @@
|
|
|
10678
10651
|
"isDeprecated": false,
|
|
10679
10652
|
"name": "CATO_THREAT_PREVENTION"
|
|
10680
10653
|
},
|
|
10654
|
+
{
|
|
10655
|
+
"deprecationReason": null,
|
|
10656
|
+
"description": "Cato Advanced Threat Prevention service SKU",
|
|
10657
|
+
"isDeprecated": false,
|
|
10658
|
+
"name": "CATO_THREAT_PREVENTION_ADV"
|
|
10659
|
+
},
|
|
10681
10660
|
{
|
|
10682
10661
|
"deprecationReason": null,
|
|
10683
10662
|
"description": "Public IPs SKU",
|