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
|
@@ -230,6 +230,7 @@
|
|
|
230
230
|
"PolicyMutationRevisionInput": true,
|
|
231
231
|
"PolicyMutationStatus": true,
|
|
232
232
|
"PolicyRevision": true,
|
|
233
|
+
"PolicyRuleActivePeriod": true,
|
|
233
234
|
"PolicyRuleTrackingAlert": true,
|
|
234
235
|
"PolicyRuleTrackingEvent": true,
|
|
235
236
|
"PolicyRuleTrackingFrequencyEnum": true,
|
|
@@ -619,7 +620,7 @@
|
|
|
619
620
|
"enumValues": null,
|
|
620
621
|
"fields": {
|
|
621
622
|
"errors": {
|
|
622
|
-
"alias": "
|
|
623
|
+
"alias": "errorsWanFirewallPolicyMutationPayload: errors",
|
|
623
624
|
"args": {},
|
|
624
625
|
"deprecationReason": null,
|
|
625
626
|
"description": null,
|
|
@@ -695,7 +696,7 @@
|
|
|
695
696
|
"varName": "policyMutationError"
|
|
696
697
|
},
|
|
697
698
|
"policy": {
|
|
698
|
-
"alias": "
|
|
699
|
+
"alias": "policyWanFirewallPolicyMutationPayload: policy",
|
|
699
700
|
"args": {},
|
|
700
701
|
"deprecationReason": null,
|
|
701
702
|
"description": null,
|
|
@@ -981,7 +982,7 @@
|
|
|
981
982
|
"enumValues": null,
|
|
982
983
|
"fields": {
|
|
983
984
|
"audit": {
|
|
984
|
-
"alias": "
|
|
985
|
+
"alias": "auditWanFirewallRulePayload: audit",
|
|
985
986
|
"args": {},
|
|
986
987
|
"deprecationReason": null,
|
|
987
988
|
"description": null,
|
|
@@ -1057,7 +1058,7 @@
|
|
|
1057
1058
|
"varName": "policyElementAudit"
|
|
1058
1059
|
},
|
|
1059
1060
|
"properties": {
|
|
1060
|
-
"alias": "
|
|
1061
|
+
"alias": "propertiesWanFirewallRulePayload: properties",
|
|
1061
1062
|
"args": {},
|
|
1062
1063
|
"deprecationReason": null,
|
|
1063
1064
|
"description": null,
|
|
@@ -1135,7 +1136,7 @@
|
|
|
1135
1136
|
"varName": "properties"
|
|
1136
1137
|
},
|
|
1137
1138
|
"rule": {
|
|
1138
|
-
"alias": "
|
|
1139
|
+
"alias": "ruleWanFirewallRulePayload: rule",
|
|
1139
1140
|
"args": {},
|
|
1140
1141
|
"deprecationReason": null,
|
|
1141
1142
|
"description": null,
|
|
@@ -1152,7 +1153,7 @@
|
|
|
1152
1153
|
"enumValues": null,
|
|
1153
1154
|
"fields": {
|
|
1154
1155
|
"action": {
|
|
1155
|
-
"alias": "
|
|
1156
|
+
"alias": "actionWanFirewallRule: action",
|
|
1156
1157
|
"args": {},
|
|
1157
1158
|
"deprecationReason": null,
|
|
1158
1159
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1203,8 +1204,124 @@
|
|
|
1203
1204
|
},
|
|
1204
1205
|
"varName": "action"
|
|
1205
1206
|
},
|
|
1207
|
+
"activePeriod": {
|
|
1208
|
+
"alias": "activePeriodWanFirewallRule: activePeriod",
|
|
1209
|
+
"args": {},
|
|
1210
|
+
"deprecationReason": null,
|
|
1211
|
+
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
1212
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___activePeriod",
|
|
1213
|
+
"isDeprecated": false,
|
|
1214
|
+
"name": "activePeriod",
|
|
1215
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.activePeriod",
|
|
1216
|
+
"requestStr": "$policyRuleActivePeriod:PolicyRuleActivePeriod! ",
|
|
1217
|
+
"required": true,
|
|
1218
|
+
"responseStr": "activePeriod:$policyRuleActivePeriod ",
|
|
1219
|
+
"type": {
|
|
1220
|
+
"definition": {
|
|
1221
|
+
"description": "Returns the time period during which the rule is active, outside this period, the rule is inactive",
|
|
1222
|
+
"enumValues": null,
|
|
1223
|
+
"fields": {
|
|
1224
|
+
"effectiveFrom": {
|
|
1225
|
+
"args": {},
|
|
1226
|
+
"deprecationReason": null,
|
|
1227
|
+
"description": "The time the rule becomes active, if not used, default null",
|
|
1228
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___activePeriod___effectiveFrom",
|
|
1229
|
+
"isDeprecated": false,
|
|
1230
|
+
"name": "effectiveFrom",
|
|
1231
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.activePeriod.effectiveFrom",
|
|
1232
|
+
"requestStr": "$effectiveFrom:DateTime ",
|
|
1233
|
+
"required": false,
|
|
1234
|
+
"responseStr": "effectiveFrom:$effectiveFrom ",
|
|
1235
|
+
"type": {
|
|
1236
|
+
"kind": [
|
|
1237
|
+
"SCALAR"
|
|
1238
|
+
],
|
|
1239
|
+
"name": "DateTime",
|
|
1240
|
+
"non_null": false
|
|
1241
|
+
},
|
|
1242
|
+
"varName": "effectiveFrom"
|
|
1243
|
+
},
|
|
1244
|
+
"expiresAt": {
|
|
1245
|
+
"args": {},
|
|
1246
|
+
"deprecationReason": null,
|
|
1247
|
+
"description": "The time the rule expires, if not used, default null",
|
|
1248
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___activePeriod___expiresAt",
|
|
1249
|
+
"isDeprecated": false,
|
|
1250
|
+
"name": "expiresAt",
|
|
1251
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.activePeriod.expiresAt",
|
|
1252
|
+
"requestStr": "$expiresAt:DateTime ",
|
|
1253
|
+
"required": false,
|
|
1254
|
+
"responseStr": "expiresAt:$expiresAt ",
|
|
1255
|
+
"type": {
|
|
1256
|
+
"kind": [
|
|
1257
|
+
"SCALAR"
|
|
1258
|
+
],
|
|
1259
|
+
"name": "DateTime",
|
|
1260
|
+
"non_null": false
|
|
1261
|
+
},
|
|
1262
|
+
"varName": "expiresAt"
|
|
1263
|
+
},
|
|
1264
|
+
"useEffectiveFrom": {
|
|
1265
|
+
"args": {},
|
|
1266
|
+
"deprecationReason": null,
|
|
1267
|
+
"description": null,
|
|
1268
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___activePeriod___useEffectiveFrom",
|
|
1269
|
+
"isDeprecated": false,
|
|
1270
|
+
"name": "useEffectiveFrom",
|
|
1271
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.activePeriod.useEffectiveFrom",
|
|
1272
|
+
"requestStr": "$useEffectiveFrom:Boolean! ",
|
|
1273
|
+
"required": true,
|
|
1274
|
+
"responseStr": "useEffectiveFrom:$useEffectiveFrom ",
|
|
1275
|
+
"type": {
|
|
1276
|
+
"kind": [
|
|
1277
|
+
"NON_NULL",
|
|
1278
|
+
"SCALAR"
|
|
1279
|
+
],
|
|
1280
|
+
"name": "Boolean",
|
|
1281
|
+
"non_null": false
|
|
1282
|
+
},
|
|
1283
|
+
"varName": "useEffectiveFrom"
|
|
1284
|
+
},
|
|
1285
|
+
"useExpiresAt": {
|
|
1286
|
+
"args": {},
|
|
1287
|
+
"deprecationReason": null,
|
|
1288
|
+
"description": null,
|
|
1289
|
+
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___activePeriod___useExpiresAt",
|
|
1290
|
+
"isDeprecated": false,
|
|
1291
|
+
"name": "useExpiresAt",
|
|
1292
|
+
"path": "wanFirewall.createPolicyRevision.policy.rules.rule.activePeriod.useExpiresAt",
|
|
1293
|
+
"requestStr": "$useExpiresAt:Boolean! ",
|
|
1294
|
+
"required": true,
|
|
1295
|
+
"responseStr": "useExpiresAt:$useExpiresAt ",
|
|
1296
|
+
"type": {
|
|
1297
|
+
"kind": [
|
|
1298
|
+
"NON_NULL",
|
|
1299
|
+
"SCALAR"
|
|
1300
|
+
],
|
|
1301
|
+
"name": "Boolean",
|
|
1302
|
+
"non_null": false
|
|
1303
|
+
},
|
|
1304
|
+
"varName": "useExpiresAt"
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
"inputFields": null,
|
|
1308
|
+
"interfaces": {},
|
|
1309
|
+
"kind": "OBJECT",
|
|
1310
|
+
"name": "PolicyRuleActivePeriod",
|
|
1311
|
+
"possibleTypes": null
|
|
1312
|
+
},
|
|
1313
|
+
"indexType": "object",
|
|
1314
|
+
"kind": [
|
|
1315
|
+
"NON_NULL",
|
|
1316
|
+
"OBJECT"
|
|
1317
|
+
],
|
|
1318
|
+
"name": "PolicyRuleActivePeriod",
|
|
1319
|
+
"non_null": false
|
|
1320
|
+
},
|
|
1321
|
+
"varName": "policyRuleActivePeriod"
|
|
1322
|
+
},
|
|
1206
1323
|
"application": {
|
|
1207
|
-
"alias": "
|
|
1324
|
+
"alias": "applicationWanFirewallRule: application",
|
|
1208
1325
|
"args": {},
|
|
1209
1326
|
"deprecationReason": null,
|
|
1210
1327
|
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1221,7 +1338,7 @@
|
|
|
1221
1338
|
"enumValues": null,
|
|
1222
1339
|
"fields": {
|
|
1223
1340
|
"appCategory": {
|
|
1224
|
-
"alias": "
|
|
1341
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
1225
1342
|
"args": {},
|
|
1226
1343
|
"deprecationReason": null,
|
|
1227
1344
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1299,7 +1416,7 @@
|
|
|
1299
1416
|
"varName": "applicationCategoryRef"
|
|
1300
1417
|
},
|
|
1301
1418
|
"application": {
|
|
1302
|
-
"alias": "
|
|
1419
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
1303
1420
|
"args": {},
|
|
1304
1421
|
"deprecationReason": null,
|
|
1305
1422
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1377,7 +1494,7 @@
|
|
|
1377
1494
|
"varName": "applicationRef"
|
|
1378
1495
|
},
|
|
1379
1496
|
"customApp": {
|
|
1380
|
-
"alias": "
|
|
1497
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
1381
1498
|
"args": {},
|
|
1382
1499
|
"deprecationReason": null,
|
|
1383
1500
|
"description": "Custom (user-defined) applications",
|
|
@@ -1455,7 +1572,7 @@
|
|
|
1455
1572
|
"varName": "customApplicationRef"
|
|
1456
1573
|
},
|
|
1457
1574
|
"customCategory": {
|
|
1458
|
-
"alias": "
|
|
1575
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
1459
1576
|
"args": {},
|
|
1460
1577
|
"deprecationReason": null,
|
|
1461
1578
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1579,7 +1696,7 @@
|
|
|
1579
1696
|
"varName": "fqdn"
|
|
1580
1697
|
},
|
|
1581
1698
|
"globalIpRange": {
|
|
1582
|
-
"alias": "
|
|
1699
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
1583
1700
|
"args": {},
|
|
1584
1701
|
"deprecationReason": null,
|
|
1585
1702
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1680,7 +1797,7 @@
|
|
|
1680
1797
|
"varName": "ip"
|
|
1681
1798
|
},
|
|
1682
1799
|
"ipRange": {
|
|
1683
|
-
"alias": "
|
|
1800
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
1684
1801
|
"args": {},
|
|
1685
1802
|
"deprecationReason": null,
|
|
1686
1803
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -1758,7 +1875,7 @@
|
|
|
1758
1875
|
"varName": "ipAddressRange"
|
|
1759
1876
|
},
|
|
1760
1877
|
"sanctionedAppsCategory": {
|
|
1761
|
-
"alias": "
|
|
1878
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
1762
1879
|
"args": {},
|
|
1763
1880
|
"deprecationReason": null,
|
|
1764
1881
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -1876,7 +1993,7 @@
|
|
|
1876
1993
|
"varName": "wanFirewallApplication"
|
|
1877
1994
|
},
|
|
1878
1995
|
"connectionOrigin": {
|
|
1879
|
-
"alias": "
|
|
1996
|
+
"alias": "connectionOriginWanFirewallRule: connectionOrigin",
|
|
1880
1997
|
"args": {},
|
|
1881
1998
|
"deprecationReason": null,
|
|
1882
1999
|
"description": "Connection origin of the traffic",
|
|
@@ -1928,7 +2045,7 @@
|
|
|
1928
2045
|
"varName": "connectionOrigin"
|
|
1929
2046
|
},
|
|
1930
2047
|
"country": {
|
|
1931
|
-
"alias": "
|
|
2048
|
+
"alias": "countryWanFirewallRule: country",
|
|
1932
2049
|
"args": {},
|
|
1933
2050
|
"deprecationReason": null,
|
|
1934
2051
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2027,7 +2144,7 @@
|
|
|
2027
2144
|
"varName": "description"
|
|
2028
2145
|
},
|
|
2029
2146
|
"destination": {
|
|
2030
|
-
"alias": "
|
|
2147
|
+
"alias": "destinationWanFirewallRule: destination",
|
|
2031
2148
|
"args": {},
|
|
2032
2149
|
"deprecationReason": null,
|
|
2033
2150
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2044,7 +2161,7 @@
|
|
|
2044
2161
|
"enumValues": null,
|
|
2045
2162
|
"fields": {
|
|
2046
2163
|
"floatingSubnet": {
|
|
2047
|
-
"alias": "
|
|
2164
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
2048
2165
|
"args": {},
|
|
2049
2166
|
"deprecationReason": null,
|
|
2050
2167
|
"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.",
|
|
@@ -2122,7 +2239,7 @@
|
|
|
2122
2239
|
"varName": "floatingSubnetRef"
|
|
2123
2240
|
},
|
|
2124
2241
|
"globalIpRange": {
|
|
2125
|
-
"alias": "
|
|
2242
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
2126
2243
|
"args": {},
|
|
2127
2244
|
"deprecationReason": null,
|
|
2128
2245
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2200,7 +2317,7 @@
|
|
|
2200
2317
|
"varName": "globalIpRangeRef"
|
|
2201
2318
|
},
|
|
2202
2319
|
"group": {
|
|
2203
|
-
"alias": "
|
|
2320
|
+
"alias": "groupWanFirewallDestination: group",
|
|
2204
2321
|
"args": {},
|
|
2205
2322
|
"deprecationReason": null,
|
|
2206
2323
|
"description": "Groups defined for your account",
|
|
@@ -2278,7 +2395,7 @@
|
|
|
2278
2395
|
"varName": "groupRef"
|
|
2279
2396
|
},
|
|
2280
2397
|
"host": {
|
|
2281
|
-
"alias": "
|
|
2398
|
+
"alias": "hostWanFirewallDestination: host",
|
|
2282
2399
|
"args": {},
|
|
2283
2400
|
"deprecationReason": null,
|
|
2284
2401
|
"description": "Hosts and servers defined for your account",
|
|
@@ -2379,7 +2496,7 @@
|
|
|
2379
2496
|
"varName": "ip"
|
|
2380
2497
|
},
|
|
2381
2498
|
"ipRange": {
|
|
2382
|
-
"alias": "
|
|
2499
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
2383
2500
|
"args": {},
|
|
2384
2501
|
"deprecationReason": null,
|
|
2385
2502
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2457,7 +2574,7 @@
|
|
|
2457
2574
|
"varName": "ipAddressRange"
|
|
2458
2575
|
},
|
|
2459
2576
|
"networkInterface": {
|
|
2460
|
-
"alias": "
|
|
2577
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
2461
2578
|
"args": {},
|
|
2462
2579
|
"deprecationReason": null,
|
|
2463
2580
|
"description": "Network range defined for a site",
|
|
@@ -2535,7 +2652,7 @@
|
|
|
2535
2652
|
"varName": "networkInterfaceRef"
|
|
2536
2653
|
},
|
|
2537
2654
|
"site": {
|
|
2538
|
-
"alias": "
|
|
2655
|
+
"alias": "siteWanFirewallDestination: site",
|
|
2539
2656
|
"args": {},
|
|
2540
2657
|
"deprecationReason": null,
|
|
2541
2658
|
"description": "Site defined for the account",
|
|
@@ -2613,7 +2730,7 @@
|
|
|
2613
2730
|
"varName": "siteRef"
|
|
2614
2731
|
},
|
|
2615
2732
|
"siteNetworkSubnet": {
|
|
2616
|
-
"alias": "
|
|
2733
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
2617
2734
|
"args": {},
|
|
2618
2735
|
"deprecationReason": null,
|
|
2619
2736
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2714,7 +2831,7 @@
|
|
|
2714
2831
|
"varName": "subnet"
|
|
2715
2832
|
},
|
|
2716
2833
|
"systemGroup": {
|
|
2717
|
-
"alias": "
|
|
2834
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
2718
2835
|
"args": {},
|
|
2719
2836
|
"deprecationReason": null,
|
|
2720
2837
|
"description": "Predefined Cato groups",
|
|
@@ -2792,7 +2909,7 @@
|
|
|
2792
2909
|
"varName": "systemGroupRef"
|
|
2793
2910
|
},
|
|
2794
2911
|
"user": {
|
|
2795
|
-
"alias": "
|
|
2912
|
+
"alias": "userWanFirewallDestination: user",
|
|
2796
2913
|
"args": {},
|
|
2797
2914
|
"deprecationReason": null,
|
|
2798
2915
|
"description": "Individual users defined for the account",
|
|
@@ -2870,7 +2987,7 @@
|
|
|
2870
2987
|
"varName": "userRef"
|
|
2871
2988
|
},
|
|
2872
2989
|
"usersGroup": {
|
|
2873
|
-
"alias": "
|
|
2990
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
2874
2991
|
"args": {},
|
|
2875
2992
|
"deprecationReason": null,
|
|
2876
2993
|
"description": "Group of users",
|
|
@@ -2965,7 +3082,7 @@
|
|
|
2965
3082
|
"varName": "wanFirewallDestination"
|
|
2966
3083
|
},
|
|
2967
3084
|
"device": {
|
|
2968
|
-
"alias": "
|
|
3085
|
+
"alias": "deviceWanFirewallRule: device",
|
|
2969
3086
|
"args": {},
|
|
2970
3087
|
"deprecationReason": null,
|
|
2971
3088
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -3043,7 +3160,7 @@
|
|
|
3043
3160
|
"varName": "deviceProfileRef"
|
|
3044
3161
|
},
|
|
3045
3162
|
"deviceAttributes": {
|
|
3046
|
-
"alias": "
|
|
3163
|
+
"alias": "deviceAttributesWanFirewallRule: deviceAttributes",
|
|
3047
3164
|
"args": {},
|
|
3048
3165
|
"deprecationReason": null,
|
|
3049
3166
|
"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.",
|
|
@@ -3215,7 +3332,7 @@
|
|
|
3215
3332
|
"varName": "deviceAttributes"
|
|
3216
3333
|
},
|
|
3217
3334
|
"deviceOS": {
|
|
3218
|
-
"alias": "
|
|
3335
|
+
"alias": "deviceOSWanFirewallRule: deviceOS",
|
|
3219
3336
|
"args": {},
|
|
3220
3337
|
"deprecationReason": null,
|
|
3221
3338
|
"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.",
|
|
@@ -3287,7 +3404,7 @@
|
|
|
3287
3404
|
"varName": "deviceOS"
|
|
3288
3405
|
},
|
|
3289
3406
|
"direction": {
|
|
3290
|
-
"alias": "
|
|
3407
|
+
"alias": "directionWanFirewallRule: direction",
|
|
3291
3408
|
"args": {},
|
|
3292
3409
|
"deprecationReason": null,
|
|
3293
3410
|
"description": null,
|
|
@@ -3354,7 +3471,7 @@
|
|
|
3354
3471
|
"varName": "enabled"
|
|
3355
3472
|
},
|
|
3356
3473
|
"exceptions": {
|
|
3357
|
-
"alias": "
|
|
3474
|
+
"alias": "exceptionsWanFirewallRule: exceptions",
|
|
3358
3475
|
"args": {},
|
|
3359
3476
|
"deprecationReason": null,
|
|
3360
3477
|
"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.",
|
|
@@ -3371,7 +3488,7 @@
|
|
|
3371
3488
|
"enumValues": null,
|
|
3372
3489
|
"fields": {
|
|
3373
3490
|
"application": {
|
|
3374
|
-
"alias": "
|
|
3491
|
+
"alias": "applicationWanFirewallRuleException: application",
|
|
3375
3492
|
"args": {},
|
|
3376
3493
|
"deprecationReason": null,
|
|
3377
3494
|
"description": "Application matching criteria for the exception.",
|
|
@@ -3388,7 +3505,7 @@
|
|
|
3388
3505
|
"enumValues": null,
|
|
3389
3506
|
"fields": {
|
|
3390
3507
|
"appCategory": {
|
|
3391
|
-
"alias": "
|
|
3508
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
3392
3509
|
"args": {},
|
|
3393
3510
|
"deprecationReason": null,
|
|
3394
3511
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -3466,7 +3583,7 @@
|
|
|
3466
3583
|
"varName": "applicationCategoryRef"
|
|
3467
3584
|
},
|
|
3468
3585
|
"application": {
|
|
3469
|
-
"alias": "
|
|
3586
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
3470
3587
|
"args": {},
|
|
3471
3588
|
"deprecationReason": null,
|
|
3472
3589
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -3544,7 +3661,7 @@
|
|
|
3544
3661
|
"varName": "applicationRef"
|
|
3545
3662
|
},
|
|
3546
3663
|
"customApp": {
|
|
3547
|
-
"alias": "
|
|
3664
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
3548
3665
|
"args": {},
|
|
3549
3666
|
"deprecationReason": null,
|
|
3550
3667
|
"description": "Custom (user-defined) applications",
|
|
@@ -3622,7 +3739,7 @@
|
|
|
3622
3739
|
"varName": "customApplicationRef"
|
|
3623
3740
|
},
|
|
3624
3741
|
"customCategory": {
|
|
3625
|
-
"alias": "
|
|
3742
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
3626
3743
|
"args": {},
|
|
3627
3744
|
"deprecationReason": null,
|
|
3628
3745
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3746,7 +3863,7 @@
|
|
|
3746
3863
|
"varName": "fqdn"
|
|
3747
3864
|
},
|
|
3748
3865
|
"globalIpRange": {
|
|
3749
|
-
"alias": "
|
|
3866
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
3750
3867
|
"args": {},
|
|
3751
3868
|
"deprecationReason": null,
|
|
3752
3869
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3847,7 +3964,7 @@
|
|
|
3847
3964
|
"varName": "ip"
|
|
3848
3965
|
},
|
|
3849
3966
|
"ipRange": {
|
|
3850
|
-
"alias": "
|
|
3967
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
3851
3968
|
"args": {},
|
|
3852
3969
|
"deprecationReason": null,
|
|
3853
3970
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3925,7 +4042,7 @@
|
|
|
3925
4042
|
"varName": "ipAddressRange"
|
|
3926
4043
|
},
|
|
3927
4044
|
"sanctionedAppsCategory": {
|
|
3928
|
-
"alias": "
|
|
4045
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
3929
4046
|
"args": {},
|
|
3930
4047
|
"deprecationReason": null,
|
|
3931
4048
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -4043,7 +4160,7 @@
|
|
|
4043
4160
|
"varName": "wanFirewallApplication"
|
|
4044
4161
|
},
|
|
4045
4162
|
"connectionOrigin": {
|
|
4046
|
-
"alias": "
|
|
4163
|
+
"alias": "connectionOriginWanFirewallRuleException: connectionOrigin",
|
|
4047
4164
|
"args": {},
|
|
4048
4165
|
"deprecationReason": null,
|
|
4049
4166
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -4095,7 +4212,7 @@
|
|
|
4095
4212
|
"varName": "connectionOrigin"
|
|
4096
4213
|
},
|
|
4097
4214
|
"country": {
|
|
4098
|
-
"alias": "
|
|
4215
|
+
"alias": "countryWanFirewallRuleException: country",
|
|
4099
4216
|
"args": {},
|
|
4100
4217
|
"deprecationReason": null,
|
|
4101
4218
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -4173,7 +4290,7 @@
|
|
|
4173
4290
|
"varName": "countryRef"
|
|
4174
4291
|
},
|
|
4175
4292
|
"destination": {
|
|
4176
|
-
"alias": "
|
|
4293
|
+
"alias": "destinationWanFirewallRuleException: destination",
|
|
4177
4294
|
"args": {},
|
|
4178
4295
|
"deprecationReason": null,
|
|
4179
4296
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -4190,7 +4307,7 @@
|
|
|
4190
4307
|
"enumValues": null,
|
|
4191
4308
|
"fields": {
|
|
4192
4309
|
"floatingSubnet": {
|
|
4193
|
-
"alias": "
|
|
4310
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
4194
4311
|
"args": {},
|
|
4195
4312
|
"deprecationReason": null,
|
|
4196
4313
|
"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.",
|
|
@@ -4268,7 +4385,7 @@
|
|
|
4268
4385
|
"varName": "floatingSubnetRef"
|
|
4269
4386
|
},
|
|
4270
4387
|
"globalIpRange": {
|
|
4271
|
-
"alias": "
|
|
4388
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
4272
4389
|
"args": {},
|
|
4273
4390
|
"deprecationReason": null,
|
|
4274
4391
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4346,7 +4463,7 @@
|
|
|
4346
4463
|
"varName": "globalIpRangeRef"
|
|
4347
4464
|
},
|
|
4348
4465
|
"group": {
|
|
4349
|
-
"alias": "
|
|
4466
|
+
"alias": "groupWanFirewallDestination: group",
|
|
4350
4467
|
"args": {},
|
|
4351
4468
|
"deprecationReason": null,
|
|
4352
4469
|
"description": "Groups defined for your account",
|
|
@@ -4424,7 +4541,7 @@
|
|
|
4424
4541
|
"varName": "groupRef"
|
|
4425
4542
|
},
|
|
4426
4543
|
"host": {
|
|
4427
|
-
"alias": "
|
|
4544
|
+
"alias": "hostWanFirewallDestination: host",
|
|
4428
4545
|
"args": {},
|
|
4429
4546
|
"deprecationReason": null,
|
|
4430
4547
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4525,7 +4642,7 @@
|
|
|
4525
4642
|
"varName": "ip"
|
|
4526
4643
|
},
|
|
4527
4644
|
"ipRange": {
|
|
4528
|
-
"alias": "
|
|
4645
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
4529
4646
|
"args": {},
|
|
4530
4647
|
"deprecationReason": null,
|
|
4531
4648
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4603,7 +4720,7 @@
|
|
|
4603
4720
|
"varName": "ipAddressRange"
|
|
4604
4721
|
},
|
|
4605
4722
|
"networkInterface": {
|
|
4606
|
-
"alias": "
|
|
4723
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
4607
4724
|
"args": {},
|
|
4608
4725
|
"deprecationReason": null,
|
|
4609
4726
|
"description": "Network range defined for a site",
|
|
@@ -4681,7 +4798,7 @@
|
|
|
4681
4798
|
"varName": "networkInterfaceRef"
|
|
4682
4799
|
},
|
|
4683
4800
|
"site": {
|
|
4684
|
-
"alias": "
|
|
4801
|
+
"alias": "siteWanFirewallDestination: site",
|
|
4685
4802
|
"args": {},
|
|
4686
4803
|
"deprecationReason": null,
|
|
4687
4804
|
"description": "Site defined for the account",
|
|
@@ -4759,7 +4876,7 @@
|
|
|
4759
4876
|
"varName": "siteRef"
|
|
4760
4877
|
},
|
|
4761
4878
|
"siteNetworkSubnet": {
|
|
4762
|
-
"alias": "
|
|
4879
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
4763
4880
|
"args": {},
|
|
4764
4881
|
"deprecationReason": null,
|
|
4765
4882
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4860,7 +4977,7 @@
|
|
|
4860
4977
|
"varName": "subnet"
|
|
4861
4978
|
},
|
|
4862
4979
|
"systemGroup": {
|
|
4863
|
-
"alias": "
|
|
4980
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
4864
4981
|
"args": {},
|
|
4865
4982
|
"deprecationReason": null,
|
|
4866
4983
|
"description": "Predefined Cato groups",
|
|
@@ -4938,7 +5055,7 @@
|
|
|
4938
5055
|
"varName": "systemGroupRef"
|
|
4939
5056
|
},
|
|
4940
5057
|
"user": {
|
|
4941
|
-
"alias": "
|
|
5058
|
+
"alias": "userWanFirewallDestination: user",
|
|
4942
5059
|
"args": {},
|
|
4943
5060
|
"deprecationReason": null,
|
|
4944
5061
|
"description": "Individual users defined for the account",
|
|
@@ -5016,7 +5133,7 @@
|
|
|
5016
5133
|
"varName": "userRef"
|
|
5017
5134
|
},
|
|
5018
5135
|
"usersGroup": {
|
|
5019
|
-
"alias": "
|
|
5136
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
5020
5137
|
"args": {},
|
|
5021
5138
|
"deprecationReason": null,
|
|
5022
5139
|
"description": "Group of users",
|
|
@@ -5111,7 +5228,7 @@
|
|
|
5111
5228
|
"varName": "wanFirewallDestination"
|
|
5112
5229
|
},
|
|
5113
5230
|
"device": {
|
|
5114
|
-
"alias": "
|
|
5231
|
+
"alias": "deviceWanFirewallRuleException: device",
|
|
5115
5232
|
"args": {},
|
|
5116
5233
|
"deprecationReason": null,
|
|
5117
5234
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -5189,7 +5306,7 @@
|
|
|
5189
5306
|
"varName": "deviceProfileRef"
|
|
5190
5307
|
},
|
|
5191
5308
|
"deviceAttributes": {
|
|
5192
|
-
"alias": "
|
|
5309
|
+
"alias": "deviceAttributesWanFirewallRuleException: deviceAttributes",
|
|
5193
5310
|
"args": {},
|
|
5194
5311
|
"deprecationReason": null,
|
|
5195
5312
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -5361,7 +5478,7 @@
|
|
|
5361
5478
|
"varName": "deviceAttributes"
|
|
5362
5479
|
},
|
|
5363
5480
|
"deviceOS": {
|
|
5364
|
-
"alias": "
|
|
5481
|
+
"alias": "deviceOSWanFirewallRuleException: deviceOS",
|
|
5365
5482
|
"args": {},
|
|
5366
5483
|
"deprecationReason": null,
|
|
5367
5484
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -5433,7 +5550,7 @@
|
|
|
5433
5550
|
"varName": "deviceOS"
|
|
5434
5551
|
},
|
|
5435
5552
|
"direction": {
|
|
5436
|
-
"alias": "
|
|
5553
|
+
"alias": "directionWanFirewallRuleException: direction",
|
|
5437
5554
|
"args": {},
|
|
5438
5555
|
"deprecationReason": null,
|
|
5439
5556
|
"description": "Direction origin matching criteria for the exception",
|
|
@@ -5500,7 +5617,7 @@
|
|
|
5500
5617
|
"varName": "name"
|
|
5501
5618
|
},
|
|
5502
5619
|
"service": {
|
|
5503
|
-
"alias": "
|
|
5620
|
+
"alias": "serviceWanFirewallRuleException: service",
|
|
5504
5621
|
"args": {},
|
|
5505
5622
|
"deprecationReason": null,
|
|
5506
5623
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -5517,7 +5634,7 @@
|
|
|
5517
5634
|
"enumValues": null,
|
|
5518
5635
|
"fields": {
|
|
5519
5636
|
"custom": {
|
|
5520
|
-
"alias": "
|
|
5637
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
5521
5638
|
"args": {},
|
|
5522
5639
|
"deprecationReason": null,
|
|
5523
5640
|
"description": null,
|
|
@@ -5556,7 +5673,7 @@
|
|
|
5556
5673
|
"varName": "port"
|
|
5557
5674
|
},
|
|
5558
5675
|
"portRange": {
|
|
5559
|
-
"alias": "
|
|
5676
|
+
"alias": "portRangeCustomService: portRange",
|
|
5560
5677
|
"args": {},
|
|
5561
5678
|
"deprecationReason": null,
|
|
5562
5679
|
"description": null,
|
|
@@ -5631,7 +5748,7 @@
|
|
|
5631
5748
|
"varName": "portRange"
|
|
5632
5749
|
},
|
|
5633
5750
|
"protocol": {
|
|
5634
|
-
"alias": "
|
|
5751
|
+
"alias": "protocolCustomService: protocol",
|
|
5635
5752
|
"args": {},
|
|
5636
5753
|
"deprecationReason": null,
|
|
5637
5754
|
"description": null,
|
|
@@ -5714,7 +5831,7 @@
|
|
|
5714
5831
|
"varName": "customService"
|
|
5715
5832
|
},
|
|
5716
5833
|
"standard": {
|
|
5717
|
-
"alias": "
|
|
5834
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
5718
5835
|
"args": {},
|
|
5719
5836
|
"deprecationReason": null,
|
|
5720
5837
|
"description": null,
|
|
@@ -5809,7 +5926,7 @@
|
|
|
5809
5926
|
"varName": "wanFirewallServiceType"
|
|
5810
5927
|
},
|
|
5811
5928
|
"source": {
|
|
5812
|
-
"alias": "
|
|
5929
|
+
"alias": "sourceWanFirewallRuleException: source",
|
|
5813
5930
|
"args": {},
|
|
5814
5931
|
"deprecationReason": null,
|
|
5815
5932
|
"description": "Source matching criteria for the exception.",
|
|
@@ -5826,7 +5943,7 @@
|
|
|
5826
5943
|
"enumValues": null,
|
|
5827
5944
|
"fields": {
|
|
5828
5945
|
"floatingSubnet": {
|
|
5829
|
-
"alias": "
|
|
5946
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
5830
5947
|
"args": {},
|
|
5831
5948
|
"deprecationReason": null,
|
|
5832
5949
|
"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.",
|
|
@@ -5904,7 +6021,7 @@
|
|
|
5904
6021
|
"varName": "floatingSubnetRef"
|
|
5905
6022
|
},
|
|
5906
6023
|
"globalIpRange": {
|
|
5907
|
-
"alias": "
|
|
6024
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
5908
6025
|
"args": {},
|
|
5909
6026
|
"deprecationReason": null,
|
|
5910
6027
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -5982,7 +6099,7 @@
|
|
|
5982
6099
|
"varName": "globalIpRangeRef"
|
|
5983
6100
|
},
|
|
5984
6101
|
"group": {
|
|
5985
|
-
"alias": "
|
|
6102
|
+
"alias": "groupWanFirewallSource: group",
|
|
5986
6103
|
"args": {},
|
|
5987
6104
|
"deprecationReason": null,
|
|
5988
6105
|
"description": "Groups defined for your account",
|
|
@@ -6060,7 +6177,7 @@
|
|
|
6060
6177
|
"varName": "groupRef"
|
|
6061
6178
|
},
|
|
6062
6179
|
"host": {
|
|
6063
|
-
"alias": "
|
|
6180
|
+
"alias": "hostWanFirewallSource: host",
|
|
6064
6181
|
"args": {},
|
|
6065
6182
|
"deprecationReason": null,
|
|
6066
6183
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6161,7 +6278,7 @@
|
|
|
6161
6278
|
"varName": "ip"
|
|
6162
6279
|
},
|
|
6163
6280
|
"ipRange": {
|
|
6164
|
-
"alias": "
|
|
6281
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
6165
6282
|
"args": {},
|
|
6166
6283
|
"deprecationReason": null,
|
|
6167
6284
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6239,7 +6356,7 @@
|
|
|
6239
6356
|
"varName": "ipAddressRange"
|
|
6240
6357
|
},
|
|
6241
6358
|
"networkInterface": {
|
|
6242
|
-
"alias": "
|
|
6359
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
6243
6360
|
"args": {},
|
|
6244
6361
|
"deprecationReason": null,
|
|
6245
6362
|
"description": "Network range defined for a site",
|
|
@@ -6317,7 +6434,7 @@
|
|
|
6317
6434
|
"varName": "networkInterfaceRef"
|
|
6318
6435
|
},
|
|
6319
6436
|
"site": {
|
|
6320
|
-
"alias": "
|
|
6437
|
+
"alias": "siteWanFirewallSource: site",
|
|
6321
6438
|
"args": {},
|
|
6322
6439
|
"deprecationReason": null,
|
|
6323
6440
|
"description": "Site defined for the account",
|
|
@@ -6395,7 +6512,7 @@
|
|
|
6395
6512
|
"varName": "siteRef"
|
|
6396
6513
|
},
|
|
6397
6514
|
"siteNetworkSubnet": {
|
|
6398
|
-
"alias": "
|
|
6515
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
6399
6516
|
"args": {},
|
|
6400
6517
|
"deprecationReason": null,
|
|
6401
6518
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6496,7 +6613,7 @@
|
|
|
6496
6613
|
"varName": "subnet"
|
|
6497
6614
|
},
|
|
6498
6615
|
"systemGroup": {
|
|
6499
|
-
"alias": "
|
|
6616
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
6500
6617
|
"args": {},
|
|
6501
6618
|
"deprecationReason": null,
|
|
6502
6619
|
"description": "Predefined Cato groups",
|
|
@@ -6574,7 +6691,7 @@
|
|
|
6574
6691
|
"varName": "systemGroupRef"
|
|
6575
6692
|
},
|
|
6576
6693
|
"user": {
|
|
6577
|
-
"alias": "
|
|
6694
|
+
"alias": "userWanFirewallSource: user",
|
|
6578
6695
|
"args": {},
|
|
6579
6696
|
"deprecationReason": null,
|
|
6580
6697
|
"description": "Individual users defined for the account",
|
|
@@ -6652,7 +6769,7 @@
|
|
|
6652
6769
|
"varName": "userRef"
|
|
6653
6770
|
},
|
|
6654
6771
|
"usersGroup": {
|
|
6655
|
-
"alias": "
|
|
6772
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
6656
6773
|
"args": {},
|
|
6657
6774
|
"deprecationReason": null,
|
|
6658
6775
|
"description": "Group of users",
|
|
@@ -6829,7 +6946,7 @@
|
|
|
6829
6946
|
"varName": "name"
|
|
6830
6947
|
},
|
|
6831
6948
|
"schedule": {
|
|
6832
|
-
"alias": "
|
|
6949
|
+
"alias": "scheduleWanFirewallRule: schedule",
|
|
6833
6950
|
"args": {},
|
|
6834
6951
|
"deprecationReason": null,
|
|
6835
6952
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -6846,7 +6963,7 @@
|
|
|
6846
6963
|
"enumValues": null,
|
|
6847
6964
|
"fields": {
|
|
6848
6965
|
"activeOn": {
|
|
6849
|
-
"alias": "
|
|
6966
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
6850
6967
|
"args": {},
|
|
6851
6968
|
"deprecationReason": null,
|
|
6852
6969
|
"description": null,
|
|
@@ -6904,7 +7021,7 @@
|
|
|
6904
7021
|
"varName": "activeOn"
|
|
6905
7022
|
},
|
|
6906
7023
|
"customRecurring": {
|
|
6907
|
-
"alias": "
|
|
7024
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
6908
7025
|
"args": {},
|
|
6909
7026
|
"deprecationReason": null,
|
|
6910
7027
|
"description": null,
|
|
@@ -7056,7 +7173,7 @@
|
|
|
7056
7173
|
"varName": "policyCustomRecurring"
|
|
7057
7174
|
},
|
|
7058
7175
|
"customTimeframe": {
|
|
7059
|
-
"alias": "
|
|
7176
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
7060
7177
|
"args": {},
|
|
7061
7178
|
"deprecationReason": null,
|
|
7062
7179
|
"description": null,
|
|
@@ -7148,7 +7265,7 @@
|
|
|
7148
7265
|
"varName": "policySchedule"
|
|
7149
7266
|
},
|
|
7150
7267
|
"section": {
|
|
7151
|
-
"alias": "
|
|
7268
|
+
"alias": "sectionWanFirewallRule: section",
|
|
7152
7269
|
"args": {},
|
|
7153
7270
|
"deprecationReason": null,
|
|
7154
7271
|
"description": "Policy section where the rule is located",
|
|
@@ -7224,7 +7341,7 @@
|
|
|
7224
7341
|
"varName": "policySectionInfo"
|
|
7225
7342
|
},
|
|
7226
7343
|
"service": {
|
|
7227
|
-
"alias": "
|
|
7344
|
+
"alias": "serviceWanFirewallRule: service",
|
|
7228
7345
|
"args": {},
|
|
7229
7346
|
"deprecationReason": null,
|
|
7230
7347
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -7241,7 +7358,7 @@
|
|
|
7241
7358
|
"enumValues": null,
|
|
7242
7359
|
"fields": {
|
|
7243
7360
|
"custom": {
|
|
7244
|
-
"alias": "
|
|
7361
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
7245
7362
|
"args": {},
|
|
7246
7363
|
"deprecationReason": null,
|
|
7247
7364
|
"description": null,
|
|
@@ -7280,7 +7397,7 @@
|
|
|
7280
7397
|
"varName": "port"
|
|
7281
7398
|
},
|
|
7282
7399
|
"portRange": {
|
|
7283
|
-
"alias": "
|
|
7400
|
+
"alias": "portRangeCustomService: portRange",
|
|
7284
7401
|
"args": {},
|
|
7285
7402
|
"deprecationReason": null,
|
|
7286
7403
|
"description": null,
|
|
@@ -7355,7 +7472,7 @@
|
|
|
7355
7472
|
"varName": "portRange"
|
|
7356
7473
|
},
|
|
7357
7474
|
"protocol": {
|
|
7358
|
-
"alias": "
|
|
7475
|
+
"alias": "protocolCustomService: protocol",
|
|
7359
7476
|
"args": {},
|
|
7360
7477
|
"deprecationReason": null,
|
|
7361
7478
|
"description": null,
|
|
@@ -7438,7 +7555,7 @@
|
|
|
7438
7555
|
"varName": "customService"
|
|
7439
7556
|
},
|
|
7440
7557
|
"standard": {
|
|
7441
|
-
"alias": "
|
|
7558
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
7442
7559
|
"args": {},
|
|
7443
7560
|
"deprecationReason": null,
|
|
7444
7561
|
"description": null,
|
|
@@ -7533,7 +7650,7 @@
|
|
|
7533
7650
|
"varName": "wanFirewallServiceType"
|
|
7534
7651
|
},
|
|
7535
7652
|
"source": {
|
|
7536
|
-
"alias": "
|
|
7653
|
+
"alias": "sourceWanFirewallRule: source",
|
|
7537
7654
|
"args": {},
|
|
7538
7655
|
"deprecationReason": null,
|
|
7539
7656
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -7550,7 +7667,7 @@
|
|
|
7550
7667
|
"enumValues": null,
|
|
7551
7668
|
"fields": {
|
|
7552
7669
|
"floatingSubnet": {
|
|
7553
|
-
"alias": "
|
|
7670
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
7554
7671
|
"args": {},
|
|
7555
7672
|
"deprecationReason": null,
|
|
7556
7673
|
"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.",
|
|
@@ -7628,7 +7745,7 @@
|
|
|
7628
7745
|
"varName": "floatingSubnetRef"
|
|
7629
7746
|
},
|
|
7630
7747
|
"globalIpRange": {
|
|
7631
|
-
"alias": "
|
|
7748
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
7632
7749
|
"args": {},
|
|
7633
7750
|
"deprecationReason": null,
|
|
7634
7751
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -7706,7 +7823,7 @@
|
|
|
7706
7823
|
"varName": "globalIpRangeRef"
|
|
7707
7824
|
},
|
|
7708
7825
|
"group": {
|
|
7709
|
-
"alias": "
|
|
7826
|
+
"alias": "groupWanFirewallSource: group",
|
|
7710
7827
|
"args": {},
|
|
7711
7828
|
"deprecationReason": null,
|
|
7712
7829
|
"description": "Groups defined for your account",
|
|
@@ -7784,7 +7901,7 @@
|
|
|
7784
7901
|
"varName": "groupRef"
|
|
7785
7902
|
},
|
|
7786
7903
|
"host": {
|
|
7787
|
-
"alias": "
|
|
7904
|
+
"alias": "hostWanFirewallSource: host",
|
|
7788
7905
|
"args": {},
|
|
7789
7906
|
"deprecationReason": null,
|
|
7790
7907
|
"description": "Hosts and servers defined for your account",
|
|
@@ -7885,7 +8002,7 @@
|
|
|
7885
8002
|
"varName": "ip"
|
|
7886
8003
|
},
|
|
7887
8004
|
"ipRange": {
|
|
7888
|
-
"alias": "
|
|
8005
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
7889
8006
|
"args": {},
|
|
7890
8007
|
"deprecationReason": null,
|
|
7891
8008
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -7963,7 +8080,7 @@
|
|
|
7963
8080
|
"varName": "ipAddressRange"
|
|
7964
8081
|
},
|
|
7965
8082
|
"networkInterface": {
|
|
7966
|
-
"alias": "
|
|
8083
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
7967
8084
|
"args": {},
|
|
7968
8085
|
"deprecationReason": null,
|
|
7969
8086
|
"description": "Network range defined for a site",
|
|
@@ -8041,7 +8158,7 @@
|
|
|
8041
8158
|
"varName": "networkInterfaceRef"
|
|
8042
8159
|
},
|
|
8043
8160
|
"site": {
|
|
8044
|
-
"alias": "
|
|
8161
|
+
"alias": "siteWanFirewallSource: site",
|
|
8045
8162
|
"args": {},
|
|
8046
8163
|
"deprecationReason": null,
|
|
8047
8164
|
"description": "Site defined for the account",
|
|
@@ -8119,7 +8236,7 @@
|
|
|
8119
8236
|
"varName": "siteRef"
|
|
8120
8237
|
},
|
|
8121
8238
|
"siteNetworkSubnet": {
|
|
8122
|
-
"alias": "
|
|
8239
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
8123
8240
|
"args": {},
|
|
8124
8241
|
"deprecationReason": null,
|
|
8125
8242
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -8220,7 +8337,7 @@
|
|
|
8220
8337
|
"varName": "subnet"
|
|
8221
8338
|
},
|
|
8222
8339
|
"systemGroup": {
|
|
8223
|
-
"alias": "
|
|
8340
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
8224
8341
|
"args": {},
|
|
8225
8342
|
"deprecationReason": null,
|
|
8226
8343
|
"description": "Predefined Cato groups",
|
|
@@ -8298,7 +8415,7 @@
|
|
|
8298
8415
|
"varName": "systemGroupRef"
|
|
8299
8416
|
},
|
|
8300
8417
|
"user": {
|
|
8301
|
-
"alias": "
|
|
8418
|
+
"alias": "userWanFirewallSource: user",
|
|
8302
8419
|
"args": {},
|
|
8303
8420
|
"deprecationReason": null,
|
|
8304
8421
|
"description": "Individual users defined for the account",
|
|
@@ -8376,7 +8493,7 @@
|
|
|
8376
8493
|
"varName": "userRef"
|
|
8377
8494
|
},
|
|
8378
8495
|
"usersGroup": {
|
|
8379
|
-
"alias": "
|
|
8496
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
8380
8497
|
"args": {},
|
|
8381
8498
|
"deprecationReason": null,
|
|
8382
8499
|
"description": "Group of users",
|
|
@@ -8471,7 +8588,7 @@
|
|
|
8471
8588
|
"varName": "wanFirewallSource"
|
|
8472
8589
|
},
|
|
8473
8590
|
"tracking": {
|
|
8474
|
-
"alias": "
|
|
8591
|
+
"alias": "trackingWanFirewallRule: tracking",
|
|
8475
8592
|
"args": {},
|
|
8476
8593
|
"deprecationReason": null,
|
|
8477
8594
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -8488,7 +8605,7 @@
|
|
|
8488
8605
|
"enumValues": null,
|
|
8489
8606
|
"fields": {
|
|
8490
8607
|
"alert": {
|
|
8491
|
-
"alias": "
|
|
8608
|
+
"alias": "alertPolicyTracking: alert",
|
|
8492
8609
|
"args": {},
|
|
8493
8610
|
"deprecationReason": null,
|
|
8494
8611
|
"description": null,
|
|
@@ -8526,7 +8643,7 @@
|
|
|
8526
8643
|
"varName": "enabled"
|
|
8527
8644
|
},
|
|
8528
8645
|
"frequency": {
|
|
8529
|
-
"alias": "
|
|
8646
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
8530
8647
|
"args": {},
|
|
8531
8648
|
"deprecationReason": null,
|
|
8532
8649
|
"description": "Returns data for the alert frequency",
|
|
@@ -8584,7 +8701,7 @@
|
|
|
8584
8701
|
"varName": "frequency"
|
|
8585
8702
|
},
|
|
8586
8703
|
"mailingList": {
|
|
8587
|
-
"alias": "
|
|
8704
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
8588
8705
|
"args": {},
|
|
8589
8706
|
"deprecationReason": null,
|
|
8590
8707
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -8662,7 +8779,7 @@
|
|
|
8662
8779
|
"varName": "subscriptionMailingListRef"
|
|
8663
8780
|
},
|
|
8664
8781
|
"subscriptionGroup": {
|
|
8665
|
-
"alias": "
|
|
8782
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
8666
8783
|
"args": {},
|
|
8667
8784
|
"deprecationReason": null,
|
|
8668
8785
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -8740,7 +8857,7 @@
|
|
|
8740
8857
|
"varName": "subscriptionGroupRef"
|
|
8741
8858
|
},
|
|
8742
8859
|
"webhook": {
|
|
8743
|
-
"alias": "
|
|
8860
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
8744
8861
|
"args": {},
|
|
8745
8862
|
"deprecationReason": null,
|
|
8746
8863
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -8835,7 +8952,7 @@
|
|
|
8835
8952
|
"varName": "policyRuleTrackingAlert"
|
|
8836
8953
|
},
|
|
8837
8954
|
"event": {
|
|
8838
|
-
"alias": "
|
|
8955
|
+
"alias": "eventPolicyTracking: event",
|
|
8839
8956
|
"args": {},
|
|
8840
8957
|
"deprecationReason": null,
|
|
8841
8958
|
"description": null,
|
|
@@ -8959,7 +9076,7 @@
|
|
|
8959
9076
|
"enumValues": null,
|
|
8960
9077
|
"fields": {
|
|
8961
9078
|
"audit": {
|
|
8962
|
-
"alias": "
|
|
9079
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
8963
9080
|
"args": {},
|
|
8964
9081
|
"deprecationReason": null,
|
|
8965
9082
|
"description": null,
|
|
@@ -9035,7 +9152,7 @@
|
|
|
9035
9152
|
"varName": "policyElementAudit"
|
|
9036
9153
|
},
|
|
9037
9154
|
"properties": {
|
|
9038
|
-
"alias": "
|
|
9155
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
9039
9156
|
"args": {},
|
|
9040
9157
|
"deprecationReason": null,
|
|
9041
9158
|
"description": null,
|
|
@@ -9113,7 +9230,7 @@
|
|
|
9113
9230
|
"varName": "properties"
|
|
9114
9231
|
},
|
|
9115
9232
|
"section": {
|
|
9116
|
-
"alias": "
|
|
9233
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
9117
9234
|
"args": {},
|
|
9118
9235
|
"deprecationReason": null,
|
|
9119
9236
|
"description": null,
|
|
@@ -9224,7 +9341,7 @@
|
|
|
9224
9341
|
"varName": "wanFirewallPolicy"
|
|
9225
9342
|
},
|
|
9226
9343
|
"status": {
|
|
9227
|
-
"alias": "
|
|
9344
|
+
"alias": "statusWanFirewallPolicyMutationPayload: status",
|
|
9228
9345
|
"args": {},
|
|
9229
9346
|
"deprecationReason": null,
|
|
9230
9347
|
"description": null,
|