catocli 2.0.4__py3-none-any.whl → 2.1.0__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 +11 -4
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +20 -3
- catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
- catocli/parsers/mutation_accountManagement/__init__.py +13 -0
- catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
- catocli/parsers/mutation_container/__init__.py +116 -0
- catocli/parsers/mutation_container_fqdn/README.md +7 -0
- catocli/parsers/mutation_container_fqdn_addValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_updateFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange/README.md +7 -0
- catocli/parsers/mutation_container_ipAddressRange_addValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_updateFromFile/README.md +17 -0
- catocli/parsers/mutation_groups/README.md +7 -0
- catocli/parsers/mutation_groups/__init__.py +48 -0
- catocli/parsers/mutation_groups_createGroup/README.md +18 -0
- catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
- catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_site/__init__.py +104 -0
- catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +104 -0
- catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/parserApiClient.py +42 -19
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_groups/README.md +7 -0
- catocli/parsers/query_groups/__init__.py +54 -0
- catocli/parsers/query_groups_group/README.md +7 -0
- catocli/parsers/query_groups_groupList/README.md +18 -0
- catocli/parsers/query_groups_group_members/README.md +18 -0
- catocli/parsers/query_groups_whereUsed/README.md +17 -0
- catocli/parsers/query_policy/README.md +0 -17
- catocli/parsers/query_policy/__init__.py +153 -8
- catocli/parsers/query_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/query_policy_appTenantRestriction_policy/README.md +17 -0
- catocli/parsers/query_policy_dynamicIpAllocation/README.md +7 -0
- catocli/parsers/query_policy_dynamicIpAllocation_policy/README.md +17 -0
- catocli/parsers/query_policy_internetFirewall/README.md +7 -0
- catocli/parsers/query_policy_internetFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/query_policy_remotePortFwd_policy/README.md +17 -0
- catocli/parsers/query_policy_socketLan/README.md +7 -0
- catocli/parsers/query_policy_socketLan_policy/README.md +17 -0
- catocli/parsers/query_policy_terminalServer/README.md +7 -0
- catocli/parsers/query_policy_terminalServer_policy/README.md +17 -0
- catocli/parsers/query_policy_wanFirewall/README.md +7 -0
- catocli/parsers/query_policy_wanFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_wanNetwork/README.md +7 -0
- catocli/parsers/query_policy_wanNetwork_policy/README.md +17 -0
- catocli/parsers/query_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/README.md +0 -16
- catocli/parsers/query_site/__init__.py +118 -8
- catocli/parsers/query_site_availableVersionList/README.md +17 -0
- catocli/parsers/query_site_bgpPeer/README.md +17 -0
- catocli/parsers/query_site_bgpPeerList/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectConnectionConnectivity/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnectionId/README.md +17 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
- catocli/parsers/query_site_siteBgpStatus/README.md +17 -0
- catocli/parsers/query_socketPortMetrics/README.md +23 -0
- catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
- catocli/parsers/raw/README.md +0 -14
- catocli/parsers/raw/__init__.py +0 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/RECORD +300 -178
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -1
- graphql_client/api/call_api.py +4 -3
- models/mutation.accountManagement.addAccount.json +97 -0
- models/mutation.accountManagement.disableAccount.json +545 -0
- models/mutation.accountManagement.removeAccount.json +102 -3
- models/mutation.accountManagement.updateAccount.json +97 -0
- models/mutation.admin.addAdmin.json +6 -9
- models/mutation.container.delete.json +2 -2
- models/mutation.container.fqdn.addValues.json +866 -0
- models/mutation.container.fqdn.createFromFile.json +819 -0
- models/mutation.container.fqdn.removeValues.json +866 -0
- models/mutation.container.fqdn.updateFromFile.json +1045 -0
- models/mutation.container.ipAddressRange.addValues.json +1020 -0
- models/mutation.container.ipAddressRange.createFromFile.json +819 -0
- models/mutation.container.ipAddressRange.removeValues.json +1020 -0
- models/mutation.container.ipAddressRange.updateFromFile.json +1045 -0
- models/mutation.groups.createGroup.json +3178 -0
- models/mutation.groups.deleteGroup.json +2758 -0
- models/mutation.groups.updateGroup.json +4429 -0
- models/mutation.hardware.updateHardwareShipping.json +30 -10
- models/mutation.policy.appTenantRestriction.addRule.json +25 -25
- models/mutation.policy.appTenantRestriction.addSection.json +3 -3
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.moveRule.json +25 -25
- models/mutation.policy.appTenantRestriction.moveSection.json +3 -3
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.removeRule.json +25 -25
- models/mutation.policy.appTenantRestriction.removeSection.json +3 -3
- models/mutation.policy.appTenantRestriction.updatePolicy.json +31 -31
- models/mutation.policy.appTenantRestriction.updateRule.json +25 -25
- models/mutation.policy.appTenantRestriction.updateSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.addRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.addSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.moveRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.moveSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.removeRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.removeSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +17 -17
- models/mutation.policy.dynamicIpAllocation.updateRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.updateSection.json +3 -3
- models/mutation.policy.internetFirewall.addRule.json +532 -85
- models/mutation.policy.internetFirewall.addSection.json +3 -3
- models/mutation.policy.internetFirewall.createPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.moveRule.json +202 -85
- models/mutation.policy.internetFirewall.moveSection.json +3 -3
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.removeRule.json +202 -85
- models/mutation.policy.internetFirewall.removeSection.json +3 -3
- models/mutation.policy.internetFirewall.updatePolicy.json +208 -91
- models/mutation.policy.internetFirewall.updateRule.json +523 -85
- models/mutation.policy.internetFirewall.updateSection.json +3 -3
- models/mutation.policy.remotePortFwd.addRule.json +16 -16
- models/mutation.policy.remotePortFwd.addSection.json +3 -3
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.moveRule.json +16 -16
- models/mutation.policy.remotePortFwd.moveSection.json +3 -3
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.removeRule.json +16 -16
- models/mutation.policy.remotePortFwd.removeSection.json +3 -3
- models/mutation.policy.remotePortFwd.updatePolicy.json +22 -22
- models/mutation.policy.remotePortFwd.updateRule.json +16 -16
- models/mutation.policy.remotePortFwd.updateSection.json +3 -3
- models/mutation.policy.socketLan.addRule.json +81 -81
- models/mutation.policy.socketLan.addSection.json +3 -3
- models/mutation.policy.socketLan.createPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.discardPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.moveRule.json +81 -81
- models/mutation.policy.socketLan.moveSection.json +3 -3
- models/mutation.policy.socketLan.publishPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.removeRule.json +81 -81
- models/mutation.policy.socketLan.removeSection.json +3 -3
- models/mutation.policy.socketLan.updatePolicy.json +87 -87
- models/mutation.policy.socketLan.updateRule.json +81 -81
- models/mutation.policy.socketLan.updateSection.json +3 -3
- models/mutation.policy.terminalServer.addRule.json +6 -6
- models/mutation.policy.terminalServer.addSection.json +3 -3
- models/mutation.policy.terminalServer.createPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.discardPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.moveRule.json +6 -6
- models/mutation.policy.terminalServer.moveSection.json +3 -3
- models/mutation.policy.terminalServer.publishPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.removeRule.json +6 -6
- models/mutation.policy.terminalServer.removeSection.json +3 -3
- models/mutation.policy.terminalServer.updatePolicy.json +12 -12
- models/mutation.policy.terminalServer.updateRule.json +6 -6
- models/mutation.policy.terminalServer.updateSection.json +3 -3
- models/mutation.policy.wanFirewall.addRule.json +550 -103
- models/mutation.policy.wanFirewall.addSection.json +3 -3
- models/mutation.policy.wanFirewall.createPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.moveRule.json +220 -103
- models/mutation.policy.wanFirewall.moveSection.json +3 -3
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.removeRule.json +220 -103
- models/mutation.policy.wanFirewall.removeSection.json +3 -3
- models/mutation.policy.wanFirewall.updatePolicy.json +226 -109
- models/mutation.policy.wanFirewall.updateRule.json +541 -103
- models/mutation.policy.wanFirewall.updateSection.json +3 -3
- models/mutation.policy.wanNetwork.addRule.json +90 -90
- models/mutation.policy.wanNetwork.addSection.json +3 -3
- models/mutation.policy.wanNetwork.createPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.moveRule.json +90 -90
- models/mutation.policy.wanNetwork.moveSection.json +3 -3
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.removeRule.json +90 -90
- models/mutation.policy.wanNetwork.removeSection.json +3 -3
- models/mutation.policy.wanNetwork.updatePolicy.json +96 -96
- models/mutation.policy.wanNetwork.updateRule.json +90 -90
- models/mutation.policy.wanNetwork.updateSection.json +3 -3
- models/mutation.site.addBgpPeer.json +10 -10
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addSocketAddOnCard.json +2 -2
- models/mutation.site.assignSiteBwLicense.json +12879 -0
- models/mutation.site.removeBgpPeer.json +10 -10
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.site.removeSiteBwLicense.json +12822 -0
- models/mutation.site.removeSocketAddOnCard.json +2 -2
- models/mutation.site.replaceSiteBwLicense.json +12939 -0
- models/mutation.site.startSiteUpgrade.json +36 -15
- models/mutation.site.updateBgpPeer.json +10 -10
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.site.updateSiteBwLicense.json +12882 -0
- models/mutation.site.updateSiteGeneralDetails.json +724 -1
- models/mutation.sites.addBgpPeer.json +10 -10
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addSocketAddOnCard.json +2 -2
- models/mutation.sites.assignSiteBwLicense.json +12879 -0
- models/mutation.sites.removeBgpPeer.json +10 -10
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.sites.removeSiteBwLicense.json +12822 -0
- models/mutation.sites.removeSocketAddOnCard.json +2 -2
- models/mutation.sites.replaceSiteBwLicense.json +12939 -0
- models/mutation.sites.startSiteUpgrade.json +36 -15
- models/mutation.sites.updateBgpPeer.json +10 -10
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.sites.updateSiteBwLicense.json +12882 -0
- models/mutation.sites.updateSiteGeneralDetails.json +724 -1
- models/mutation.xdr.addStoryComment.json +1 -1
- models/mutation.xdr.analystFeedback.json +84 -84
- models/mutation.xdr.deleteStoryComment.json +1 -1
- models/query.accountManagement.json +97 -0
- models/query.accountMetrics.json +45 -45
- models/query.accountSnapshot.json +30 -30
- models/query.admin.json +6 -6
- models/query.admins.json +13 -13
- models/query.appStats.json +915 -867
- models/query.appStatsTimeSeries.json +692 -656
- models/query.auditFeed.json +6 -6
- models/query.catalogs.json +52 -52
- models/query.container.json +16 -16
- models/query.devices.json +20 -93
- models/query.entityLookup.json +2 -2
- models/query.events.json +288 -384
- models/query.eventsFeed.json +73 -97
- models/query.eventsTimeSeries.json +219 -291
- models/query.groups.group.members.json +3058 -0
- models/query.groups.groupList.json +6474 -0
- models/query.groups.whereUsed.json +697 -0
- models/query.hardware.json +27 -7
- models/query.hardwareManagement.json +8 -8
- models/query.licensing.json +3487 -1324
- models/query.policy.appTenantRestriction.policy.json +3086 -0
- models/query.policy.dynamicIpAllocation.policy.json +1934 -0
- models/query.policy.internetFirewall.policy.json +7833 -0
- models/query.policy.json +233 -0
- models/query.policy.remotePortFwd.policy.json +2387 -0
- models/query.policy.socketLan.policy.json +7140 -0
- models/query.policy.terminalServer.policy.json +1632 -0
- models/query.policy.wanFirewall.policy.json +9212 -0
- models/query.policy.wanNetwork.policy.json +8010 -0
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.availableVersionList.json +365 -0
- models/query.site.bgpPeer.json +1917 -0
- models/query.site.bgpPeerList.json +2076 -0
- models/query.site.cloudInterconnectConnectionConnectivity.json +298 -0
- models/query.site.cloudInterconnectPhysicalConnection.json +728 -0
- models/query.site.cloudInterconnectPhysicalConnectionId.json +660 -0
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +869 -0
- models/query.socketPortMetrics.json +2410 -0
- models/query.socketPortMetricsTimeSeries.json +2361 -0
- models/query.xdr.stories.json +104 -104
- models/query.xdr.story.json +93 -93
- schema/catolib.py +34 -18
- schema/remove_policyid.py +89 -0
- schema/remove_policyid_mutations.py +89 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -209,6 +209,7 @@
|
|
|
209
209
|
"PolicyMutationRevisionInput": true,
|
|
210
210
|
"PolicyMutationStatus": true,
|
|
211
211
|
"PolicyRevision": true,
|
|
212
|
+
"PolicyRuleActivePeriod": true,
|
|
212
213
|
"PolicyRuleTrackingAlert": true,
|
|
213
214
|
"PolicyRuleTrackingEvent": true,
|
|
214
215
|
"PolicyRuleTrackingFrequencyEnum": true,
|
|
@@ -556,7 +557,7 @@
|
|
|
556
557
|
"enumValues": null,
|
|
557
558
|
"fields": {
|
|
558
559
|
"errors": {
|
|
559
|
-
"alias": "
|
|
560
|
+
"alias": "errorsWanFirewallPolicyMutationPayload: errors",
|
|
560
561
|
"args": {},
|
|
561
562
|
"deprecationReason": null,
|
|
562
563
|
"description": null,
|
|
@@ -632,7 +633,7 @@
|
|
|
632
633
|
"varName": "policyMutationError"
|
|
633
634
|
},
|
|
634
635
|
"policy": {
|
|
635
|
-
"alias": "
|
|
636
|
+
"alias": "policyWanFirewallPolicyMutationPayload: policy",
|
|
636
637
|
"args": {},
|
|
637
638
|
"deprecationReason": null,
|
|
638
639
|
"description": null,
|
|
@@ -918,7 +919,7 @@
|
|
|
918
919
|
"enumValues": null,
|
|
919
920
|
"fields": {
|
|
920
921
|
"audit": {
|
|
921
|
-
"alias": "
|
|
922
|
+
"alias": "auditWanFirewallRulePayload: audit",
|
|
922
923
|
"args": {},
|
|
923
924
|
"deprecationReason": null,
|
|
924
925
|
"description": null,
|
|
@@ -994,7 +995,7 @@
|
|
|
994
995
|
"varName": "policyElementAudit"
|
|
995
996
|
},
|
|
996
997
|
"properties": {
|
|
997
|
-
"alias": "
|
|
998
|
+
"alias": "propertiesWanFirewallRulePayload: properties",
|
|
998
999
|
"args": {},
|
|
999
1000
|
"deprecationReason": null,
|
|
1000
1001
|
"description": null,
|
|
@@ -1072,7 +1073,7 @@
|
|
|
1072
1073
|
"varName": "properties"
|
|
1073
1074
|
},
|
|
1074
1075
|
"rule": {
|
|
1075
|
-
"alias": "
|
|
1076
|
+
"alias": "ruleWanFirewallRulePayload: rule",
|
|
1076
1077
|
"args": {},
|
|
1077
1078
|
"deprecationReason": null,
|
|
1078
1079
|
"description": null,
|
|
@@ -1089,7 +1090,7 @@
|
|
|
1089
1090
|
"enumValues": null,
|
|
1090
1091
|
"fields": {
|
|
1091
1092
|
"action": {
|
|
1092
|
-
"alias": "
|
|
1093
|
+
"alias": "actionWanFirewallRule: action",
|
|
1093
1094
|
"args": {},
|
|
1094
1095
|
"deprecationReason": null,
|
|
1095
1096
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1140,8 +1141,124 @@
|
|
|
1140
1141
|
},
|
|
1141
1142
|
"varName": "action"
|
|
1142
1143
|
},
|
|
1144
|
+
"activePeriod": {
|
|
1145
|
+
"alias": "activePeriodWanFirewallRule: activePeriod",
|
|
1146
|
+
"args": {},
|
|
1147
|
+
"deprecationReason": null,
|
|
1148
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
1149
|
+
"id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___activePeriod",
|
|
1150
|
+
"isDeprecated": false,
|
|
1151
|
+
"name": "activePeriod",
|
|
1152
|
+
"path": "wanFirewall.discardPolicyRevision.policy.rules.rule.activePeriod",
|
|
1153
|
+
"requestStr": "$policyRuleActivePeriod:PolicyRuleActivePeriod! ",
|
|
1154
|
+
"required": true,
|
|
1155
|
+
"responseStr": "activePeriod:$policyRuleActivePeriod ",
|
|
1156
|
+
"type": {
|
|
1157
|
+
"definition": {
|
|
1158
|
+
"description": "Returns the time period during which the rule is active, outside this period, the rule is inactive",
|
|
1159
|
+
"enumValues": null,
|
|
1160
|
+
"fields": {
|
|
1161
|
+
"effectiveFrom": {
|
|
1162
|
+
"args": {},
|
|
1163
|
+
"deprecationReason": null,
|
|
1164
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
1165
|
+
"id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___activePeriod___effectiveFrom",
|
|
1166
|
+
"isDeprecated": false,
|
|
1167
|
+
"name": "effectiveFrom",
|
|
1168
|
+
"path": "wanFirewall.discardPolicyRevision.policy.rules.rule.activePeriod.effectiveFrom",
|
|
1169
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
1170
|
+
"required": false,
|
|
1171
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
1172
|
+
"type": {
|
|
1173
|
+
"kind": [
|
|
1174
|
+
"SCALAR"
|
|
1175
|
+
],
|
|
1176
|
+
"name": "DateTime",
|
|
1177
|
+
"non_null": false
|
|
1178
|
+
},
|
|
1179
|
+
"varName": "effectiveFrom"
|
|
1180
|
+
},
|
|
1181
|
+
"expiresAt": {
|
|
1182
|
+
"args": {},
|
|
1183
|
+
"deprecationReason": null,
|
|
1184
|
+
"description": "The time the rule expires, if not used, default null",
|
|
1185
|
+
"id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___activePeriod___expiresAt",
|
|
1186
|
+
"isDeprecated": false,
|
|
1187
|
+
"name": "expiresAt",
|
|
1188
|
+
"path": "wanFirewall.discardPolicyRevision.policy.rules.rule.activePeriod.expiresAt",
|
|
1189
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
1190
|
+
"required": false,
|
|
1191
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
1192
|
+
"type": {
|
|
1193
|
+
"kind": [
|
|
1194
|
+
"SCALAR"
|
|
1195
|
+
],
|
|
1196
|
+
"name": "DateTime",
|
|
1197
|
+
"non_null": false
|
|
1198
|
+
},
|
|
1199
|
+
"varName": "expiresAt"
|
|
1200
|
+
},
|
|
1201
|
+
"useEffectiveFrom": {
|
|
1202
|
+
"args": {},
|
|
1203
|
+
"deprecationReason": null,
|
|
1204
|
+
"description": null,
|
|
1205
|
+
"id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___activePeriod___useEffectiveFrom",
|
|
1206
|
+
"isDeprecated": false,
|
|
1207
|
+
"name": "useEffectiveFrom",
|
|
1208
|
+
"path": "wanFirewall.discardPolicyRevision.policy.rules.rule.activePeriod.useEffectiveFrom",
|
|
1209
|
+
"requestStr": "$useEffectiveFrom:Boolean! ",
|
|
1210
|
+
"required": true,
|
|
1211
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
1212
|
+
"type": {
|
|
1213
|
+
"kind": [
|
|
1214
|
+
"NON_NULL",
|
|
1215
|
+
"SCALAR"
|
|
1216
|
+
],
|
|
1217
|
+
"name": "Boolean",
|
|
1218
|
+
"non_null": false
|
|
1219
|
+
},
|
|
1220
|
+
"varName": "useEffectiveFrom"
|
|
1221
|
+
},
|
|
1222
|
+
"useExpiresAt": {
|
|
1223
|
+
"args": {},
|
|
1224
|
+
"deprecationReason": null,
|
|
1225
|
+
"description": null,
|
|
1226
|
+
"id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___activePeriod___useExpiresAt",
|
|
1227
|
+
"isDeprecated": false,
|
|
1228
|
+
"name": "useExpiresAt",
|
|
1229
|
+
"path": "wanFirewall.discardPolicyRevision.policy.rules.rule.activePeriod.useExpiresAt",
|
|
1230
|
+
"requestStr": "$useExpiresAt:Boolean! ",
|
|
1231
|
+
"required": true,
|
|
1232
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
1233
|
+
"type": {
|
|
1234
|
+
"kind": [
|
|
1235
|
+
"NON_NULL",
|
|
1236
|
+
"SCALAR"
|
|
1237
|
+
],
|
|
1238
|
+
"name": "Boolean",
|
|
1239
|
+
"non_null": false
|
|
1240
|
+
},
|
|
1241
|
+
"varName": "useExpiresAt"
|
|
1242
|
+
}
|
|
1243
|
+
},
|
|
1244
|
+
"inputFields": null,
|
|
1245
|
+
"interfaces": {},
|
|
1246
|
+
"kind": "OBJECT",
|
|
1247
|
+
"name": "PolicyRuleActivePeriod",
|
|
1248
|
+
"possibleTypes": null
|
|
1249
|
+
},
|
|
1250
|
+
"indexType": "object",
|
|
1251
|
+
"kind": [
|
|
1252
|
+
"NON_NULL",
|
|
1253
|
+
"OBJECT"
|
|
1254
|
+
],
|
|
1255
|
+
"name": "PolicyRuleActivePeriod",
|
|
1256
|
+
"non_null": false
|
|
1257
|
+
},
|
|
1258
|
+
"varName": "policyRuleActivePeriod"
|
|
1259
|
+
},
|
|
1143
1260
|
"application": {
|
|
1144
|
-
"alias": "
|
|
1261
|
+
"alias": "applicationWanFirewallRule: application",
|
|
1145
1262
|
"args": {},
|
|
1146
1263
|
"deprecationReason": null,
|
|
1147
1264
|
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1158,7 +1275,7 @@
|
|
|
1158
1275
|
"enumValues": null,
|
|
1159
1276
|
"fields": {
|
|
1160
1277
|
"appCategory": {
|
|
1161
|
-
"alias": "
|
|
1278
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
1162
1279
|
"args": {},
|
|
1163
1280
|
"deprecationReason": null,
|
|
1164
1281
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1236,7 +1353,7 @@
|
|
|
1236
1353
|
"varName": "applicationCategoryRef"
|
|
1237
1354
|
},
|
|
1238
1355
|
"application": {
|
|
1239
|
-
"alias": "
|
|
1356
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
1240
1357
|
"args": {},
|
|
1241
1358
|
"deprecationReason": null,
|
|
1242
1359
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1314,7 +1431,7 @@
|
|
|
1314
1431
|
"varName": "applicationRef"
|
|
1315
1432
|
},
|
|
1316
1433
|
"customApp": {
|
|
1317
|
-
"alias": "
|
|
1434
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
1318
1435
|
"args": {},
|
|
1319
1436
|
"deprecationReason": null,
|
|
1320
1437
|
"description": "Custom (user-defined) applications",
|
|
@@ -1392,7 +1509,7 @@
|
|
|
1392
1509
|
"varName": "customApplicationRef"
|
|
1393
1510
|
},
|
|
1394
1511
|
"customCategory": {
|
|
1395
|
-
"alias": "
|
|
1512
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
1396
1513
|
"args": {},
|
|
1397
1514
|
"deprecationReason": null,
|
|
1398
1515
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1516,7 +1633,7 @@
|
|
|
1516
1633
|
"varName": "fqdn"
|
|
1517
1634
|
},
|
|
1518
1635
|
"globalIpRange": {
|
|
1519
|
-
"alias": "
|
|
1636
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
1520
1637
|
"args": {},
|
|
1521
1638
|
"deprecationReason": null,
|
|
1522
1639
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1617,7 +1734,7 @@
|
|
|
1617
1734
|
"varName": "ip"
|
|
1618
1735
|
},
|
|
1619
1736
|
"ipRange": {
|
|
1620
|
-
"alias": "
|
|
1737
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
1621
1738
|
"args": {},
|
|
1622
1739
|
"deprecationReason": null,
|
|
1623
1740
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -1695,7 +1812,7 @@
|
|
|
1695
1812
|
"varName": "ipAddressRange"
|
|
1696
1813
|
},
|
|
1697
1814
|
"sanctionedAppsCategory": {
|
|
1698
|
-
"alias": "
|
|
1815
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
1699
1816
|
"args": {},
|
|
1700
1817
|
"deprecationReason": null,
|
|
1701
1818
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -1813,7 +1930,7 @@
|
|
|
1813
1930
|
"varName": "wanFirewallApplication"
|
|
1814
1931
|
},
|
|
1815
1932
|
"connectionOrigin": {
|
|
1816
|
-
"alias": "
|
|
1933
|
+
"alias": "connectionOriginWanFirewallRule: connectionOrigin",
|
|
1817
1934
|
"args": {},
|
|
1818
1935
|
"deprecationReason": null,
|
|
1819
1936
|
"description": "Connection origin of the traffic",
|
|
@@ -1865,7 +1982,7 @@
|
|
|
1865
1982
|
"varName": "connectionOrigin"
|
|
1866
1983
|
},
|
|
1867
1984
|
"country": {
|
|
1868
|
-
"alias": "
|
|
1985
|
+
"alias": "countryWanFirewallRule: country",
|
|
1869
1986
|
"args": {},
|
|
1870
1987
|
"deprecationReason": null,
|
|
1871
1988
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1964,7 +2081,7 @@
|
|
|
1964
2081
|
"varName": "description"
|
|
1965
2082
|
},
|
|
1966
2083
|
"destination": {
|
|
1967
|
-
"alias": "
|
|
2084
|
+
"alias": "destinationWanFirewallRule: destination",
|
|
1968
2085
|
"args": {},
|
|
1969
2086
|
"deprecationReason": null,
|
|
1970
2087
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1981,7 +2098,7 @@
|
|
|
1981
2098
|
"enumValues": null,
|
|
1982
2099
|
"fields": {
|
|
1983
2100
|
"floatingSubnet": {
|
|
1984
|
-
"alias": "
|
|
2101
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
1985
2102
|
"args": {},
|
|
1986
2103
|
"deprecationReason": null,
|
|
1987
2104
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -2059,7 +2176,7 @@
|
|
|
2059
2176
|
"varName": "floatingSubnetRef"
|
|
2060
2177
|
},
|
|
2061
2178
|
"globalIpRange": {
|
|
2062
|
-
"alias": "
|
|
2179
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
2063
2180
|
"args": {},
|
|
2064
2181
|
"deprecationReason": null,
|
|
2065
2182
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2137,7 +2254,7 @@
|
|
|
2137
2254
|
"varName": "globalIpRangeRef"
|
|
2138
2255
|
},
|
|
2139
2256
|
"group": {
|
|
2140
|
-
"alias": "
|
|
2257
|
+
"alias": "groupWanFirewallDestination: group",
|
|
2141
2258
|
"args": {},
|
|
2142
2259
|
"deprecationReason": null,
|
|
2143
2260
|
"description": "Groups defined for your account",
|
|
@@ -2215,7 +2332,7 @@
|
|
|
2215
2332
|
"varName": "groupRef"
|
|
2216
2333
|
},
|
|
2217
2334
|
"host": {
|
|
2218
|
-
"alias": "
|
|
2335
|
+
"alias": "hostWanFirewallDestination: host",
|
|
2219
2336
|
"args": {},
|
|
2220
2337
|
"deprecationReason": null,
|
|
2221
2338
|
"description": "Hosts and servers defined for your account",
|
|
@@ -2316,7 +2433,7 @@
|
|
|
2316
2433
|
"varName": "ip"
|
|
2317
2434
|
},
|
|
2318
2435
|
"ipRange": {
|
|
2319
|
-
"alias": "
|
|
2436
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
2320
2437
|
"args": {},
|
|
2321
2438
|
"deprecationReason": null,
|
|
2322
2439
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2394,7 +2511,7 @@
|
|
|
2394
2511
|
"varName": "ipAddressRange"
|
|
2395
2512
|
},
|
|
2396
2513
|
"networkInterface": {
|
|
2397
|
-
"alias": "
|
|
2514
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
2398
2515
|
"args": {},
|
|
2399
2516
|
"deprecationReason": null,
|
|
2400
2517
|
"description": "Network range defined for a site",
|
|
@@ -2472,7 +2589,7 @@
|
|
|
2472
2589
|
"varName": "networkInterfaceRef"
|
|
2473
2590
|
},
|
|
2474
2591
|
"site": {
|
|
2475
|
-
"alias": "
|
|
2592
|
+
"alias": "siteWanFirewallDestination: site",
|
|
2476
2593
|
"args": {},
|
|
2477
2594
|
"deprecationReason": null,
|
|
2478
2595
|
"description": "Site defined for the account",
|
|
@@ -2550,7 +2667,7 @@
|
|
|
2550
2667
|
"varName": "siteRef"
|
|
2551
2668
|
},
|
|
2552
2669
|
"siteNetworkSubnet": {
|
|
2553
|
-
"alias": "
|
|
2670
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
2554
2671
|
"args": {},
|
|
2555
2672
|
"deprecationReason": null,
|
|
2556
2673
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2651,7 +2768,7 @@
|
|
|
2651
2768
|
"varName": "subnet"
|
|
2652
2769
|
},
|
|
2653
2770
|
"systemGroup": {
|
|
2654
|
-
"alias": "
|
|
2771
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
2655
2772
|
"args": {},
|
|
2656
2773
|
"deprecationReason": null,
|
|
2657
2774
|
"description": "Predefined Cato groups",
|
|
@@ -2729,7 +2846,7 @@
|
|
|
2729
2846
|
"varName": "systemGroupRef"
|
|
2730
2847
|
},
|
|
2731
2848
|
"user": {
|
|
2732
|
-
"alias": "
|
|
2849
|
+
"alias": "userWanFirewallDestination: user",
|
|
2733
2850
|
"args": {},
|
|
2734
2851
|
"deprecationReason": null,
|
|
2735
2852
|
"description": "Individual users defined for the account",
|
|
@@ -2807,7 +2924,7 @@
|
|
|
2807
2924
|
"varName": "userRef"
|
|
2808
2925
|
},
|
|
2809
2926
|
"usersGroup": {
|
|
2810
|
-
"alias": "
|
|
2927
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
2811
2928
|
"args": {},
|
|
2812
2929
|
"deprecationReason": null,
|
|
2813
2930
|
"description": "Group of users",
|
|
@@ -2902,7 +3019,7 @@
|
|
|
2902
3019
|
"varName": "wanFirewallDestination"
|
|
2903
3020
|
},
|
|
2904
3021
|
"device": {
|
|
2905
|
-
"alias": "
|
|
3022
|
+
"alias": "deviceWanFirewallRule: device",
|
|
2906
3023
|
"args": {},
|
|
2907
3024
|
"deprecationReason": null,
|
|
2908
3025
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2980,7 +3097,7 @@
|
|
|
2980
3097
|
"varName": "deviceProfileRef"
|
|
2981
3098
|
},
|
|
2982
3099
|
"deviceAttributes": {
|
|
2983
|
-
"alias": "
|
|
3100
|
+
"alias": "deviceAttributesWanFirewallRule: deviceAttributes",
|
|
2984
3101
|
"args": {},
|
|
2985
3102
|
"deprecationReason": null,
|
|
2986
3103
|
"description": "Additional device attributes such as category, type, model, and manufacturer.\nLogical 'OR' is applied within the criteria set.\nLogical 'AND' is applied between criteria sets.",
|
|
@@ -3152,7 +3269,7 @@
|
|
|
3152
3269
|
"varName": "deviceAttributes"
|
|
3153
3270
|
},
|
|
3154
3271
|
"deviceOS": {
|
|
3155
|
-
"alias": "
|
|
3272
|
+
"alias": "deviceOSWanFirewallRule: deviceOS",
|
|
3156
3273
|
"args": {},
|
|
3157
3274
|
"deprecationReason": null,
|
|
3158
3275
|
"description": "Source device Operating System traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -3224,7 +3341,7 @@
|
|
|
3224
3341
|
"varName": "deviceOS"
|
|
3225
3342
|
},
|
|
3226
3343
|
"direction": {
|
|
3227
|
-
"alias": "
|
|
3344
|
+
"alias": "directionWanFirewallRule: direction",
|
|
3228
3345
|
"args": {},
|
|
3229
3346
|
"deprecationReason": null,
|
|
3230
3347
|
"description": null,
|
|
@@ -3291,7 +3408,7 @@
|
|
|
3291
3408
|
"varName": "enabled"
|
|
3292
3409
|
},
|
|
3293
3410
|
"exceptions": {
|
|
3294
|
-
"alias": "
|
|
3411
|
+
"alias": "exceptionsWanFirewallRule: exceptions",
|
|
3295
3412
|
"args": {},
|
|
3296
3413
|
"deprecationReason": null,
|
|
3297
3414
|
"description": "The set of exceptions for the rule.\nExceptions define when the rule will be ignored and the firewall evaluation will continue with the lower priority rules.",
|
|
@@ -3308,7 +3425,7 @@
|
|
|
3308
3425
|
"enumValues": null,
|
|
3309
3426
|
"fields": {
|
|
3310
3427
|
"application": {
|
|
3311
|
-
"alias": "
|
|
3428
|
+
"alias": "applicationWanFirewallRuleException: application",
|
|
3312
3429
|
"args": {},
|
|
3313
3430
|
"deprecationReason": null,
|
|
3314
3431
|
"description": "Application matching criteria for the exception.",
|
|
@@ -3325,7 +3442,7 @@
|
|
|
3325
3442
|
"enumValues": null,
|
|
3326
3443
|
"fields": {
|
|
3327
3444
|
"appCategory": {
|
|
3328
|
-
"alias": "
|
|
3445
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
3329
3446
|
"args": {},
|
|
3330
3447
|
"deprecationReason": null,
|
|
3331
3448
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -3403,7 +3520,7 @@
|
|
|
3403
3520
|
"varName": "applicationCategoryRef"
|
|
3404
3521
|
},
|
|
3405
3522
|
"application": {
|
|
3406
|
-
"alias": "
|
|
3523
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
3407
3524
|
"args": {},
|
|
3408
3525
|
"deprecationReason": null,
|
|
3409
3526
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -3481,7 +3598,7 @@
|
|
|
3481
3598
|
"varName": "applicationRef"
|
|
3482
3599
|
},
|
|
3483
3600
|
"customApp": {
|
|
3484
|
-
"alias": "
|
|
3601
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
3485
3602
|
"args": {},
|
|
3486
3603
|
"deprecationReason": null,
|
|
3487
3604
|
"description": "Custom (user-defined) applications",
|
|
@@ -3559,7 +3676,7 @@
|
|
|
3559
3676
|
"varName": "customApplicationRef"
|
|
3560
3677
|
},
|
|
3561
3678
|
"customCategory": {
|
|
3562
|
-
"alias": "
|
|
3679
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
3563
3680
|
"args": {},
|
|
3564
3681
|
"deprecationReason": null,
|
|
3565
3682
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3683,7 +3800,7 @@
|
|
|
3683
3800
|
"varName": "fqdn"
|
|
3684
3801
|
},
|
|
3685
3802
|
"globalIpRange": {
|
|
3686
|
-
"alias": "
|
|
3803
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
3687
3804
|
"args": {},
|
|
3688
3805
|
"deprecationReason": null,
|
|
3689
3806
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3784,7 +3901,7 @@
|
|
|
3784
3901
|
"varName": "ip"
|
|
3785
3902
|
},
|
|
3786
3903
|
"ipRange": {
|
|
3787
|
-
"alias": "
|
|
3904
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
3788
3905
|
"args": {},
|
|
3789
3906
|
"deprecationReason": null,
|
|
3790
3907
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3862,7 +3979,7 @@
|
|
|
3862
3979
|
"varName": "ipAddressRange"
|
|
3863
3980
|
},
|
|
3864
3981
|
"sanctionedAppsCategory": {
|
|
3865
|
-
"alias": "
|
|
3982
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
3866
3983
|
"args": {},
|
|
3867
3984
|
"deprecationReason": null,
|
|
3868
3985
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3980,7 +4097,7 @@
|
|
|
3980
4097
|
"varName": "wanFirewallApplication"
|
|
3981
4098
|
},
|
|
3982
4099
|
"connectionOrigin": {
|
|
3983
|
-
"alias": "
|
|
4100
|
+
"alias": "connectionOriginWanFirewallRuleException: connectionOrigin",
|
|
3984
4101
|
"args": {},
|
|
3985
4102
|
"deprecationReason": null,
|
|
3986
4103
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -4032,7 +4149,7 @@
|
|
|
4032
4149
|
"varName": "connectionOrigin"
|
|
4033
4150
|
},
|
|
4034
4151
|
"country": {
|
|
4035
|
-
"alias": "
|
|
4152
|
+
"alias": "countryWanFirewallRuleException: country",
|
|
4036
4153
|
"args": {},
|
|
4037
4154
|
"deprecationReason": null,
|
|
4038
4155
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -4110,7 +4227,7 @@
|
|
|
4110
4227
|
"varName": "countryRef"
|
|
4111
4228
|
},
|
|
4112
4229
|
"destination": {
|
|
4113
|
-
"alias": "
|
|
4230
|
+
"alias": "destinationWanFirewallRuleException: destination",
|
|
4114
4231
|
"args": {},
|
|
4115
4232
|
"deprecationReason": null,
|
|
4116
4233
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -4127,7 +4244,7 @@
|
|
|
4127
4244
|
"enumValues": null,
|
|
4128
4245
|
"fields": {
|
|
4129
4246
|
"floatingSubnet": {
|
|
4130
|
-
"alias": "
|
|
4247
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
4131
4248
|
"args": {},
|
|
4132
4249
|
"deprecationReason": null,
|
|
4133
4250
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -4205,7 +4322,7 @@
|
|
|
4205
4322
|
"varName": "floatingSubnetRef"
|
|
4206
4323
|
},
|
|
4207
4324
|
"globalIpRange": {
|
|
4208
|
-
"alias": "
|
|
4325
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
4209
4326
|
"args": {},
|
|
4210
4327
|
"deprecationReason": null,
|
|
4211
4328
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4283,7 +4400,7 @@
|
|
|
4283
4400
|
"varName": "globalIpRangeRef"
|
|
4284
4401
|
},
|
|
4285
4402
|
"group": {
|
|
4286
|
-
"alias": "
|
|
4403
|
+
"alias": "groupWanFirewallDestination: group",
|
|
4287
4404
|
"args": {},
|
|
4288
4405
|
"deprecationReason": null,
|
|
4289
4406
|
"description": "Groups defined for your account",
|
|
@@ -4361,7 +4478,7 @@
|
|
|
4361
4478
|
"varName": "groupRef"
|
|
4362
4479
|
},
|
|
4363
4480
|
"host": {
|
|
4364
|
-
"alias": "
|
|
4481
|
+
"alias": "hostWanFirewallDestination: host",
|
|
4365
4482
|
"args": {},
|
|
4366
4483
|
"deprecationReason": null,
|
|
4367
4484
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4462,7 +4579,7 @@
|
|
|
4462
4579
|
"varName": "ip"
|
|
4463
4580
|
},
|
|
4464
4581
|
"ipRange": {
|
|
4465
|
-
"alias": "
|
|
4582
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
4466
4583
|
"args": {},
|
|
4467
4584
|
"deprecationReason": null,
|
|
4468
4585
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4540,7 +4657,7 @@
|
|
|
4540
4657
|
"varName": "ipAddressRange"
|
|
4541
4658
|
},
|
|
4542
4659
|
"networkInterface": {
|
|
4543
|
-
"alias": "
|
|
4660
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
4544
4661
|
"args": {},
|
|
4545
4662
|
"deprecationReason": null,
|
|
4546
4663
|
"description": "Network range defined for a site",
|
|
@@ -4618,7 +4735,7 @@
|
|
|
4618
4735
|
"varName": "networkInterfaceRef"
|
|
4619
4736
|
},
|
|
4620
4737
|
"site": {
|
|
4621
|
-
"alias": "
|
|
4738
|
+
"alias": "siteWanFirewallDestination: site",
|
|
4622
4739
|
"args": {},
|
|
4623
4740
|
"deprecationReason": null,
|
|
4624
4741
|
"description": "Site defined for the account",
|
|
@@ -4696,7 +4813,7 @@
|
|
|
4696
4813
|
"varName": "siteRef"
|
|
4697
4814
|
},
|
|
4698
4815
|
"siteNetworkSubnet": {
|
|
4699
|
-
"alias": "
|
|
4816
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
4700
4817
|
"args": {},
|
|
4701
4818
|
"deprecationReason": null,
|
|
4702
4819
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4797,7 +4914,7 @@
|
|
|
4797
4914
|
"varName": "subnet"
|
|
4798
4915
|
},
|
|
4799
4916
|
"systemGroup": {
|
|
4800
|
-
"alias": "
|
|
4917
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
4801
4918
|
"args": {},
|
|
4802
4919
|
"deprecationReason": null,
|
|
4803
4920
|
"description": "Predefined Cato groups",
|
|
@@ -4875,7 +4992,7 @@
|
|
|
4875
4992
|
"varName": "systemGroupRef"
|
|
4876
4993
|
},
|
|
4877
4994
|
"user": {
|
|
4878
|
-
"alias": "
|
|
4995
|
+
"alias": "userWanFirewallDestination: user",
|
|
4879
4996
|
"args": {},
|
|
4880
4997
|
"deprecationReason": null,
|
|
4881
4998
|
"description": "Individual users defined for the account",
|
|
@@ -4953,7 +5070,7 @@
|
|
|
4953
5070
|
"varName": "userRef"
|
|
4954
5071
|
},
|
|
4955
5072
|
"usersGroup": {
|
|
4956
|
-
"alias": "
|
|
5073
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
4957
5074
|
"args": {},
|
|
4958
5075
|
"deprecationReason": null,
|
|
4959
5076
|
"description": "Group of users",
|
|
@@ -5048,7 +5165,7 @@
|
|
|
5048
5165
|
"varName": "wanFirewallDestination"
|
|
5049
5166
|
},
|
|
5050
5167
|
"device": {
|
|
5051
|
-
"alias": "
|
|
5168
|
+
"alias": "deviceWanFirewallRuleException: device",
|
|
5052
5169
|
"args": {},
|
|
5053
5170
|
"deprecationReason": null,
|
|
5054
5171
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -5126,7 +5243,7 @@
|
|
|
5126
5243
|
"varName": "deviceProfileRef"
|
|
5127
5244
|
},
|
|
5128
5245
|
"deviceAttributes": {
|
|
5129
|
-
"alias": "
|
|
5246
|
+
"alias": "deviceAttributesWanFirewallRuleException: deviceAttributes",
|
|
5130
5247
|
"args": {},
|
|
5131
5248
|
"deprecationReason": null,
|
|
5132
5249
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -5298,7 +5415,7 @@
|
|
|
5298
5415
|
"varName": "deviceAttributes"
|
|
5299
5416
|
},
|
|
5300
5417
|
"deviceOS": {
|
|
5301
|
-
"alias": "
|
|
5418
|
+
"alias": "deviceOSWanFirewallRuleException: deviceOS",
|
|
5302
5419
|
"args": {},
|
|
5303
5420
|
"deprecationReason": null,
|
|
5304
5421
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -5370,7 +5487,7 @@
|
|
|
5370
5487
|
"varName": "deviceOS"
|
|
5371
5488
|
},
|
|
5372
5489
|
"direction": {
|
|
5373
|
-
"alias": "
|
|
5490
|
+
"alias": "directionWanFirewallRuleException: direction",
|
|
5374
5491
|
"args": {},
|
|
5375
5492
|
"deprecationReason": null,
|
|
5376
5493
|
"description": "Direction origin matching criteria for the exception",
|
|
@@ -5437,7 +5554,7 @@
|
|
|
5437
5554
|
"varName": "name"
|
|
5438
5555
|
},
|
|
5439
5556
|
"service": {
|
|
5440
|
-
"alias": "
|
|
5557
|
+
"alias": "serviceWanFirewallRuleException: service",
|
|
5441
5558
|
"args": {},
|
|
5442
5559
|
"deprecationReason": null,
|
|
5443
5560
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -5454,7 +5571,7 @@
|
|
|
5454
5571
|
"enumValues": null,
|
|
5455
5572
|
"fields": {
|
|
5456
5573
|
"custom": {
|
|
5457
|
-
"alias": "
|
|
5574
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
5458
5575
|
"args": {},
|
|
5459
5576
|
"deprecationReason": null,
|
|
5460
5577
|
"description": null,
|
|
@@ -5493,7 +5610,7 @@
|
|
|
5493
5610
|
"varName": "port"
|
|
5494
5611
|
},
|
|
5495
5612
|
"portRange": {
|
|
5496
|
-
"alias": "
|
|
5613
|
+
"alias": "portRangeCustomService: portRange",
|
|
5497
5614
|
"args": {},
|
|
5498
5615
|
"deprecationReason": null,
|
|
5499
5616
|
"description": null,
|
|
@@ -5568,7 +5685,7 @@
|
|
|
5568
5685
|
"varName": "portRange"
|
|
5569
5686
|
},
|
|
5570
5687
|
"protocol": {
|
|
5571
|
-
"alias": "
|
|
5688
|
+
"alias": "protocolCustomService: protocol",
|
|
5572
5689
|
"args": {},
|
|
5573
5690
|
"deprecationReason": null,
|
|
5574
5691
|
"description": null,
|
|
@@ -5651,7 +5768,7 @@
|
|
|
5651
5768
|
"varName": "customService"
|
|
5652
5769
|
},
|
|
5653
5770
|
"standard": {
|
|
5654
|
-
"alias": "
|
|
5771
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
5655
5772
|
"args": {},
|
|
5656
5773
|
"deprecationReason": null,
|
|
5657
5774
|
"description": null,
|
|
@@ -5746,7 +5863,7 @@
|
|
|
5746
5863
|
"varName": "wanFirewallServiceType"
|
|
5747
5864
|
},
|
|
5748
5865
|
"source": {
|
|
5749
|
-
"alias": "
|
|
5866
|
+
"alias": "sourceWanFirewallRuleException: source",
|
|
5750
5867
|
"args": {},
|
|
5751
5868
|
"deprecationReason": null,
|
|
5752
5869
|
"description": "Source matching criteria for the exception.",
|
|
@@ -5763,7 +5880,7 @@
|
|
|
5763
5880
|
"enumValues": null,
|
|
5764
5881
|
"fields": {
|
|
5765
5882
|
"floatingSubnet": {
|
|
5766
|
-
"alias": "
|
|
5883
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
5767
5884
|
"args": {},
|
|
5768
5885
|
"deprecationReason": null,
|
|
5769
5886
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -5841,7 +5958,7 @@
|
|
|
5841
5958
|
"varName": "floatingSubnetRef"
|
|
5842
5959
|
},
|
|
5843
5960
|
"globalIpRange": {
|
|
5844
|
-
"alias": "
|
|
5961
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
5845
5962
|
"args": {},
|
|
5846
5963
|
"deprecationReason": null,
|
|
5847
5964
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -5919,7 +6036,7 @@
|
|
|
5919
6036
|
"varName": "globalIpRangeRef"
|
|
5920
6037
|
},
|
|
5921
6038
|
"group": {
|
|
5922
|
-
"alias": "
|
|
6039
|
+
"alias": "groupWanFirewallSource: group",
|
|
5923
6040
|
"args": {},
|
|
5924
6041
|
"deprecationReason": null,
|
|
5925
6042
|
"description": "Groups defined for your account",
|
|
@@ -5997,7 +6114,7 @@
|
|
|
5997
6114
|
"varName": "groupRef"
|
|
5998
6115
|
},
|
|
5999
6116
|
"host": {
|
|
6000
|
-
"alias": "
|
|
6117
|
+
"alias": "hostWanFirewallSource: host",
|
|
6001
6118
|
"args": {},
|
|
6002
6119
|
"deprecationReason": null,
|
|
6003
6120
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6098,7 +6215,7 @@
|
|
|
6098
6215
|
"varName": "ip"
|
|
6099
6216
|
},
|
|
6100
6217
|
"ipRange": {
|
|
6101
|
-
"alias": "
|
|
6218
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
6102
6219
|
"args": {},
|
|
6103
6220
|
"deprecationReason": null,
|
|
6104
6221
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6176,7 +6293,7 @@
|
|
|
6176
6293
|
"varName": "ipAddressRange"
|
|
6177
6294
|
},
|
|
6178
6295
|
"networkInterface": {
|
|
6179
|
-
"alias": "
|
|
6296
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
6180
6297
|
"args": {},
|
|
6181
6298
|
"deprecationReason": null,
|
|
6182
6299
|
"description": "Network range defined for a site",
|
|
@@ -6254,7 +6371,7 @@
|
|
|
6254
6371
|
"varName": "networkInterfaceRef"
|
|
6255
6372
|
},
|
|
6256
6373
|
"site": {
|
|
6257
|
-
"alias": "
|
|
6374
|
+
"alias": "siteWanFirewallSource: site",
|
|
6258
6375
|
"args": {},
|
|
6259
6376
|
"deprecationReason": null,
|
|
6260
6377
|
"description": "Site defined for the account",
|
|
@@ -6332,7 +6449,7 @@
|
|
|
6332
6449
|
"varName": "siteRef"
|
|
6333
6450
|
},
|
|
6334
6451
|
"siteNetworkSubnet": {
|
|
6335
|
-
"alias": "
|
|
6452
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
6336
6453
|
"args": {},
|
|
6337
6454
|
"deprecationReason": null,
|
|
6338
6455
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6433,7 +6550,7 @@
|
|
|
6433
6550
|
"varName": "subnet"
|
|
6434
6551
|
},
|
|
6435
6552
|
"systemGroup": {
|
|
6436
|
-
"alias": "
|
|
6553
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
6437
6554
|
"args": {},
|
|
6438
6555
|
"deprecationReason": null,
|
|
6439
6556
|
"description": "Predefined Cato groups",
|
|
@@ -6511,7 +6628,7 @@
|
|
|
6511
6628
|
"varName": "systemGroupRef"
|
|
6512
6629
|
},
|
|
6513
6630
|
"user": {
|
|
6514
|
-
"alias": "
|
|
6631
|
+
"alias": "userWanFirewallSource: user",
|
|
6515
6632
|
"args": {},
|
|
6516
6633
|
"deprecationReason": null,
|
|
6517
6634
|
"description": "Individual users defined for the account",
|
|
@@ -6589,7 +6706,7 @@
|
|
|
6589
6706
|
"varName": "userRef"
|
|
6590
6707
|
},
|
|
6591
6708
|
"usersGroup": {
|
|
6592
|
-
"alias": "
|
|
6709
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
6593
6710
|
"args": {},
|
|
6594
6711
|
"deprecationReason": null,
|
|
6595
6712
|
"description": "Group of users",
|
|
@@ -6766,7 +6883,7 @@
|
|
|
6766
6883
|
"varName": "name"
|
|
6767
6884
|
},
|
|
6768
6885
|
"schedule": {
|
|
6769
|
-
"alias": "
|
|
6886
|
+
"alias": "scheduleWanFirewallRule: schedule",
|
|
6770
6887
|
"args": {},
|
|
6771
6888
|
"deprecationReason": null,
|
|
6772
6889
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -6783,7 +6900,7 @@
|
|
|
6783
6900
|
"enumValues": null,
|
|
6784
6901
|
"fields": {
|
|
6785
6902
|
"activeOn": {
|
|
6786
|
-
"alias": "
|
|
6903
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
6787
6904
|
"args": {},
|
|
6788
6905
|
"deprecationReason": null,
|
|
6789
6906
|
"description": null,
|
|
@@ -6841,7 +6958,7 @@
|
|
|
6841
6958
|
"varName": "activeOn"
|
|
6842
6959
|
},
|
|
6843
6960
|
"customRecurring": {
|
|
6844
|
-
"alias": "
|
|
6961
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
6845
6962
|
"args": {},
|
|
6846
6963
|
"deprecationReason": null,
|
|
6847
6964
|
"description": null,
|
|
@@ -6993,7 +7110,7 @@
|
|
|
6993
7110
|
"varName": "policyCustomRecurring"
|
|
6994
7111
|
},
|
|
6995
7112
|
"customTimeframe": {
|
|
6996
|
-
"alias": "
|
|
7113
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
6997
7114
|
"args": {},
|
|
6998
7115
|
"deprecationReason": null,
|
|
6999
7116
|
"description": null,
|
|
@@ -7085,7 +7202,7 @@
|
|
|
7085
7202
|
"varName": "policySchedule"
|
|
7086
7203
|
},
|
|
7087
7204
|
"section": {
|
|
7088
|
-
"alias": "
|
|
7205
|
+
"alias": "sectionWanFirewallRule: section",
|
|
7089
7206
|
"args": {},
|
|
7090
7207
|
"deprecationReason": null,
|
|
7091
7208
|
"description": "Policy section where the rule is located",
|
|
@@ -7161,7 +7278,7 @@
|
|
|
7161
7278
|
"varName": "policySectionInfo"
|
|
7162
7279
|
},
|
|
7163
7280
|
"service": {
|
|
7164
|
-
"alias": "
|
|
7281
|
+
"alias": "serviceWanFirewallRule: service",
|
|
7165
7282
|
"args": {},
|
|
7166
7283
|
"deprecationReason": null,
|
|
7167
7284
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -7178,7 +7295,7 @@
|
|
|
7178
7295
|
"enumValues": null,
|
|
7179
7296
|
"fields": {
|
|
7180
7297
|
"custom": {
|
|
7181
|
-
"alias": "
|
|
7298
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
7182
7299
|
"args": {},
|
|
7183
7300
|
"deprecationReason": null,
|
|
7184
7301
|
"description": null,
|
|
@@ -7217,7 +7334,7 @@
|
|
|
7217
7334
|
"varName": "port"
|
|
7218
7335
|
},
|
|
7219
7336
|
"portRange": {
|
|
7220
|
-
"alias": "
|
|
7337
|
+
"alias": "portRangeCustomService: portRange",
|
|
7221
7338
|
"args": {},
|
|
7222
7339
|
"deprecationReason": null,
|
|
7223
7340
|
"description": null,
|
|
@@ -7292,7 +7409,7 @@
|
|
|
7292
7409
|
"varName": "portRange"
|
|
7293
7410
|
},
|
|
7294
7411
|
"protocol": {
|
|
7295
|
-
"alias": "
|
|
7412
|
+
"alias": "protocolCustomService: protocol",
|
|
7296
7413
|
"args": {},
|
|
7297
7414
|
"deprecationReason": null,
|
|
7298
7415
|
"description": null,
|
|
@@ -7375,7 +7492,7 @@
|
|
|
7375
7492
|
"varName": "customService"
|
|
7376
7493
|
},
|
|
7377
7494
|
"standard": {
|
|
7378
|
-
"alias": "
|
|
7495
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
7379
7496
|
"args": {},
|
|
7380
7497
|
"deprecationReason": null,
|
|
7381
7498
|
"description": null,
|
|
@@ -7470,7 +7587,7 @@
|
|
|
7470
7587
|
"varName": "wanFirewallServiceType"
|
|
7471
7588
|
},
|
|
7472
7589
|
"source": {
|
|
7473
|
-
"alias": "
|
|
7590
|
+
"alias": "sourceWanFirewallRule: source",
|
|
7474
7591
|
"args": {},
|
|
7475
7592
|
"deprecationReason": null,
|
|
7476
7593
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -7487,7 +7604,7 @@
|
|
|
7487
7604
|
"enumValues": null,
|
|
7488
7605
|
"fields": {
|
|
7489
7606
|
"floatingSubnet": {
|
|
7490
|
-
"alias": "
|
|
7607
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
7491
7608
|
"args": {},
|
|
7492
7609
|
"deprecationReason": null,
|
|
7493
7610
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -7565,7 +7682,7 @@
|
|
|
7565
7682
|
"varName": "floatingSubnetRef"
|
|
7566
7683
|
},
|
|
7567
7684
|
"globalIpRange": {
|
|
7568
|
-
"alias": "
|
|
7685
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
7569
7686
|
"args": {},
|
|
7570
7687
|
"deprecationReason": null,
|
|
7571
7688
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -7643,7 +7760,7 @@
|
|
|
7643
7760
|
"varName": "globalIpRangeRef"
|
|
7644
7761
|
},
|
|
7645
7762
|
"group": {
|
|
7646
|
-
"alias": "
|
|
7763
|
+
"alias": "groupWanFirewallSource: group",
|
|
7647
7764
|
"args": {},
|
|
7648
7765
|
"deprecationReason": null,
|
|
7649
7766
|
"description": "Groups defined for your account",
|
|
@@ -7721,7 +7838,7 @@
|
|
|
7721
7838
|
"varName": "groupRef"
|
|
7722
7839
|
},
|
|
7723
7840
|
"host": {
|
|
7724
|
-
"alias": "
|
|
7841
|
+
"alias": "hostWanFirewallSource: host",
|
|
7725
7842
|
"args": {},
|
|
7726
7843
|
"deprecationReason": null,
|
|
7727
7844
|
"description": "Hosts and servers defined for your account",
|
|
@@ -7822,7 +7939,7 @@
|
|
|
7822
7939
|
"varName": "ip"
|
|
7823
7940
|
},
|
|
7824
7941
|
"ipRange": {
|
|
7825
|
-
"alias": "
|
|
7942
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
7826
7943
|
"args": {},
|
|
7827
7944
|
"deprecationReason": null,
|
|
7828
7945
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -7900,7 +8017,7 @@
|
|
|
7900
8017
|
"varName": "ipAddressRange"
|
|
7901
8018
|
},
|
|
7902
8019
|
"networkInterface": {
|
|
7903
|
-
"alias": "
|
|
8020
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
7904
8021
|
"args": {},
|
|
7905
8022
|
"deprecationReason": null,
|
|
7906
8023
|
"description": "Network range defined for a site",
|
|
@@ -7978,7 +8095,7 @@
|
|
|
7978
8095
|
"varName": "networkInterfaceRef"
|
|
7979
8096
|
},
|
|
7980
8097
|
"site": {
|
|
7981
|
-
"alias": "
|
|
8098
|
+
"alias": "siteWanFirewallSource: site",
|
|
7982
8099
|
"args": {},
|
|
7983
8100
|
"deprecationReason": null,
|
|
7984
8101
|
"description": "Site defined for the account",
|
|
@@ -8056,7 +8173,7 @@
|
|
|
8056
8173
|
"varName": "siteRef"
|
|
8057
8174
|
},
|
|
8058
8175
|
"siteNetworkSubnet": {
|
|
8059
|
-
"alias": "
|
|
8176
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
8060
8177
|
"args": {},
|
|
8061
8178
|
"deprecationReason": null,
|
|
8062
8179
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -8157,7 +8274,7 @@
|
|
|
8157
8274
|
"varName": "subnet"
|
|
8158
8275
|
},
|
|
8159
8276
|
"systemGroup": {
|
|
8160
|
-
"alias": "
|
|
8277
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
8161
8278
|
"args": {},
|
|
8162
8279
|
"deprecationReason": null,
|
|
8163
8280
|
"description": "Predefined Cato groups",
|
|
@@ -8235,7 +8352,7 @@
|
|
|
8235
8352
|
"varName": "systemGroupRef"
|
|
8236
8353
|
},
|
|
8237
8354
|
"user": {
|
|
8238
|
-
"alias": "
|
|
8355
|
+
"alias": "userWanFirewallSource: user",
|
|
8239
8356
|
"args": {},
|
|
8240
8357
|
"deprecationReason": null,
|
|
8241
8358
|
"description": "Individual users defined for the account",
|
|
@@ -8313,7 +8430,7 @@
|
|
|
8313
8430
|
"varName": "userRef"
|
|
8314
8431
|
},
|
|
8315
8432
|
"usersGroup": {
|
|
8316
|
-
"alias": "
|
|
8433
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
8317
8434
|
"args": {},
|
|
8318
8435
|
"deprecationReason": null,
|
|
8319
8436
|
"description": "Group of users",
|
|
@@ -8408,7 +8525,7 @@
|
|
|
8408
8525
|
"varName": "wanFirewallSource"
|
|
8409
8526
|
},
|
|
8410
8527
|
"tracking": {
|
|
8411
|
-
"alias": "
|
|
8528
|
+
"alias": "trackingWanFirewallRule: tracking",
|
|
8412
8529
|
"args": {},
|
|
8413
8530
|
"deprecationReason": null,
|
|
8414
8531
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -8425,7 +8542,7 @@
|
|
|
8425
8542
|
"enumValues": null,
|
|
8426
8543
|
"fields": {
|
|
8427
8544
|
"alert": {
|
|
8428
|
-
"alias": "
|
|
8545
|
+
"alias": "alertPolicyTracking: alert",
|
|
8429
8546
|
"args": {},
|
|
8430
8547
|
"deprecationReason": null,
|
|
8431
8548
|
"description": null,
|
|
@@ -8463,7 +8580,7 @@
|
|
|
8463
8580
|
"varName": "enabled"
|
|
8464
8581
|
},
|
|
8465
8582
|
"frequency": {
|
|
8466
|
-
"alias": "
|
|
8583
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
8467
8584
|
"args": {},
|
|
8468
8585
|
"deprecationReason": null,
|
|
8469
8586
|
"description": "Returns data for the alert frequency",
|
|
@@ -8521,7 +8638,7 @@
|
|
|
8521
8638
|
"varName": "frequency"
|
|
8522
8639
|
},
|
|
8523
8640
|
"mailingList": {
|
|
8524
|
-
"alias": "
|
|
8641
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
8525
8642
|
"args": {},
|
|
8526
8643
|
"deprecationReason": null,
|
|
8527
8644
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -8599,7 +8716,7 @@
|
|
|
8599
8716
|
"varName": "subscriptionMailingListRef"
|
|
8600
8717
|
},
|
|
8601
8718
|
"subscriptionGroup": {
|
|
8602
|
-
"alias": "
|
|
8719
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
8603
8720
|
"args": {},
|
|
8604
8721
|
"deprecationReason": null,
|
|
8605
8722
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -8677,7 +8794,7 @@
|
|
|
8677
8794
|
"varName": "subscriptionGroupRef"
|
|
8678
8795
|
},
|
|
8679
8796
|
"webhook": {
|
|
8680
|
-
"alias": "
|
|
8797
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
8681
8798
|
"args": {},
|
|
8682
8799
|
"deprecationReason": null,
|
|
8683
8800
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -8772,7 +8889,7 @@
|
|
|
8772
8889
|
"varName": "policyRuleTrackingAlert"
|
|
8773
8890
|
},
|
|
8774
8891
|
"event": {
|
|
8775
|
-
"alias": "
|
|
8892
|
+
"alias": "eventPolicyTracking: event",
|
|
8776
8893
|
"args": {},
|
|
8777
8894
|
"deprecationReason": null,
|
|
8778
8895
|
"description": null,
|
|
@@ -8896,7 +9013,7 @@
|
|
|
8896
9013
|
"enumValues": null,
|
|
8897
9014
|
"fields": {
|
|
8898
9015
|
"audit": {
|
|
8899
|
-
"alias": "
|
|
9016
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
8900
9017
|
"args": {},
|
|
8901
9018
|
"deprecationReason": null,
|
|
8902
9019
|
"description": null,
|
|
@@ -8972,7 +9089,7 @@
|
|
|
8972
9089
|
"varName": "policyElementAudit"
|
|
8973
9090
|
},
|
|
8974
9091
|
"properties": {
|
|
8975
|
-
"alias": "
|
|
9092
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
8976
9093
|
"args": {},
|
|
8977
9094
|
"deprecationReason": null,
|
|
8978
9095
|
"description": null,
|
|
@@ -9050,7 +9167,7 @@
|
|
|
9050
9167
|
"varName": "properties"
|
|
9051
9168
|
},
|
|
9052
9169
|
"section": {
|
|
9053
|
-
"alias": "
|
|
9170
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
9054
9171
|
"args": {},
|
|
9055
9172
|
"deprecationReason": null,
|
|
9056
9173
|
"description": null,
|
|
@@ -9161,7 +9278,7 @@
|
|
|
9161
9278
|
"varName": "wanFirewallPolicy"
|
|
9162
9279
|
},
|
|
9163
9280
|
"status": {
|
|
9164
|
-
"alias": "
|
|
9281
|
+
"alias": "statusWanFirewallPolicyMutationPayload: status",
|
|
9165
9282
|
"args": {},
|
|
9166
9283
|
"deprecationReason": null,
|
|
9167
9284
|
"description": null,
|