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
|
@@ -606,7 +606,7 @@
|
|
|
606
606
|
"enumValues": null,
|
|
607
607
|
"fields": {
|
|
608
608
|
"errors": {
|
|
609
|
-
"alias": "
|
|
609
|
+
"alias": "errorsSocketLanPolicyMutationPayload: errors",
|
|
610
610
|
"args": {},
|
|
611
611
|
"deprecationReason": null,
|
|
612
612
|
"description": null,
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
"varName": "policyMutationError"
|
|
683
683
|
},
|
|
684
684
|
"policy": {
|
|
685
|
-
"alias": "
|
|
685
|
+
"alias": "policySocketLanPolicyMutationPayload: policy",
|
|
686
686
|
"args": {},
|
|
687
687
|
"deprecationReason": null,
|
|
688
688
|
"description": null,
|
|
@@ -968,7 +968,7 @@
|
|
|
968
968
|
"enumValues": null,
|
|
969
969
|
"fields": {
|
|
970
970
|
"audit": {
|
|
971
|
-
"alias": "
|
|
971
|
+
"alias": "auditSocketLanRulePayload: audit",
|
|
972
972
|
"args": {},
|
|
973
973
|
"deprecationReason": null,
|
|
974
974
|
"description": null,
|
|
@@ -1044,7 +1044,7 @@
|
|
|
1044
1044
|
"varName": "policyElementAudit"
|
|
1045
1045
|
},
|
|
1046
1046
|
"properties": {
|
|
1047
|
-
"alias": "
|
|
1047
|
+
"alias": "propertiesSocketLanRulePayload: properties",
|
|
1048
1048
|
"args": {},
|
|
1049
1049
|
"deprecationReason": null,
|
|
1050
1050
|
"description": null,
|
|
@@ -1122,7 +1122,7 @@
|
|
|
1122
1122
|
"varName": "properties"
|
|
1123
1123
|
},
|
|
1124
1124
|
"rule": {
|
|
1125
|
-
"alias": "
|
|
1125
|
+
"alias": "ruleSocketLanRulePayload: rule",
|
|
1126
1126
|
"args": {},
|
|
1127
1127
|
"deprecationReason": null,
|
|
1128
1128
|
"description": null,
|
|
@@ -1160,7 +1160,7 @@
|
|
|
1160
1160
|
"varName": "description"
|
|
1161
1161
|
},
|
|
1162
1162
|
"destination": {
|
|
1163
|
-
"alias": "
|
|
1163
|
+
"alias": "destinationSocketLanRule: destination",
|
|
1164
1164
|
"args": {},
|
|
1165
1165
|
"deprecationReason": null,
|
|
1166
1166
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1177,7 +1177,7 @@
|
|
|
1177
1177
|
"enumValues": null,
|
|
1178
1178
|
"fields": {
|
|
1179
1179
|
"floatingSubnet": {
|
|
1180
|
-
"alias": "
|
|
1180
|
+
"alias": "floatingSubnetSocketLanDestination: floatingSubnet",
|
|
1181
1181
|
"args": {},
|
|
1182
1182
|
"deprecationReason": null,
|
|
1183
1183
|
"description": null,
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
"varName": "floatingSubnetRef"
|
|
1256
1256
|
},
|
|
1257
1257
|
"globalIpRange": {
|
|
1258
|
-
"alias": "
|
|
1258
|
+
"alias": "globalIpRangeSocketLanDestination: globalIpRange",
|
|
1259
1259
|
"args": {},
|
|
1260
1260
|
"deprecationReason": null,
|
|
1261
1261
|
"description": null,
|
|
@@ -1333,7 +1333,7 @@
|
|
|
1333
1333
|
"varName": "globalIpRangeRef"
|
|
1334
1334
|
},
|
|
1335
1335
|
"group": {
|
|
1336
|
-
"alias": "
|
|
1336
|
+
"alias": "groupSocketLanDestination: group",
|
|
1337
1337
|
"args": {},
|
|
1338
1338
|
"deprecationReason": null,
|
|
1339
1339
|
"description": null,
|
|
@@ -1411,7 +1411,7 @@
|
|
|
1411
1411
|
"varName": "groupRef"
|
|
1412
1412
|
},
|
|
1413
1413
|
"host": {
|
|
1414
|
-
"alias": "
|
|
1414
|
+
"alias": "hostSocketLanDestination: host",
|
|
1415
1415
|
"args": {},
|
|
1416
1416
|
"deprecationReason": null,
|
|
1417
1417
|
"description": null,
|
|
@@ -1512,7 +1512,7 @@
|
|
|
1512
1512
|
"varName": "ip"
|
|
1513
1513
|
},
|
|
1514
1514
|
"ipRange": {
|
|
1515
|
-
"alias": "
|
|
1515
|
+
"alias": "ipRangeSocketLanDestination: ipRange",
|
|
1516
1516
|
"args": {},
|
|
1517
1517
|
"deprecationReason": null,
|
|
1518
1518
|
"description": null,
|
|
@@ -1590,7 +1590,7 @@
|
|
|
1590
1590
|
"varName": "ipAddressRange"
|
|
1591
1591
|
},
|
|
1592
1592
|
"networkInterface": {
|
|
1593
|
-
"alias": "
|
|
1593
|
+
"alias": "networkInterfaceSocketLanDestination: networkInterface",
|
|
1594
1594
|
"args": {},
|
|
1595
1595
|
"deprecationReason": null,
|
|
1596
1596
|
"description": null,
|
|
@@ -1668,7 +1668,7 @@
|
|
|
1668
1668
|
"varName": "networkInterfaceRef"
|
|
1669
1669
|
},
|
|
1670
1670
|
"siteNetworkSubnet": {
|
|
1671
|
-
"alias": "
|
|
1671
|
+
"alias": "siteNetworkSubnetSocketLanDestination: siteNetworkSubnet",
|
|
1672
1672
|
"args": {},
|
|
1673
1673
|
"deprecationReason": null,
|
|
1674
1674
|
"description": null,
|
|
@@ -1769,7 +1769,7 @@
|
|
|
1769
1769
|
"varName": "subnet"
|
|
1770
1770
|
},
|
|
1771
1771
|
"systemGroup": {
|
|
1772
|
-
"alias": "
|
|
1772
|
+
"alias": "systemGroupSocketLanDestination: systemGroup",
|
|
1773
1773
|
"args": {},
|
|
1774
1774
|
"deprecationReason": null,
|
|
1775
1775
|
"description": null,
|
|
@@ -1887,7 +1887,7 @@
|
|
|
1887
1887
|
"varName": "socketLanDestination"
|
|
1888
1888
|
},
|
|
1889
1889
|
"direction": {
|
|
1890
|
-
"alias": "
|
|
1890
|
+
"alias": "directionSocketLanRule: direction",
|
|
1891
1891
|
"args": {},
|
|
1892
1892
|
"deprecationReason": null,
|
|
1893
1893
|
"description": "Direction of the traffic initiator matching criteria. ",
|
|
@@ -1954,7 +1954,7 @@
|
|
|
1954
1954
|
"varName": "enabled"
|
|
1955
1955
|
},
|
|
1956
1956
|
"firewall": {
|
|
1957
|
-
"alias": "
|
|
1957
|
+
"alias": "firewallSocketLanRule: firewall",
|
|
1958
1958
|
"args": {},
|
|
1959
1959
|
"deprecationReason": null,
|
|
1960
1960
|
"description": null,
|
|
@@ -1971,7 +1971,7 @@
|
|
|
1971
1971
|
"enumValues": null,
|
|
1972
1972
|
"fields": {
|
|
1973
1973
|
"audit": {
|
|
1974
|
-
"alias": "
|
|
1974
|
+
"alias": "auditSocketLanFirewallRulePayload: audit",
|
|
1975
1975
|
"args": {},
|
|
1976
1976
|
"deprecationReason": null,
|
|
1977
1977
|
"description": null,
|
|
@@ -2047,7 +2047,7 @@
|
|
|
2047
2047
|
"varName": "policyElementAudit"
|
|
2048
2048
|
},
|
|
2049
2049
|
"properties": {
|
|
2050
|
-
"alias": "
|
|
2050
|
+
"alias": "propertiesSocketLanFirewallRulePayload: properties",
|
|
2051
2051
|
"args": {},
|
|
2052
2052
|
"deprecationReason": null,
|
|
2053
2053
|
"description": null,
|
|
@@ -2125,7 +2125,7 @@
|
|
|
2125
2125
|
"varName": "properties"
|
|
2126
2126
|
},
|
|
2127
2127
|
"rule": {
|
|
2128
|
-
"alias": "
|
|
2128
|
+
"alias": "ruleSocketLanFirewallRulePayload: rule",
|
|
2129
2129
|
"args": {},
|
|
2130
2130
|
"deprecationReason": null,
|
|
2131
2131
|
"description": null,
|
|
@@ -2142,7 +2142,7 @@
|
|
|
2142
2142
|
"enumValues": null,
|
|
2143
2143
|
"fields": {
|
|
2144
2144
|
"action": {
|
|
2145
|
-
"alias": "
|
|
2145
|
+
"alias": "actionSocketLanFirewallRule: action",
|
|
2146
2146
|
"args": {},
|
|
2147
2147
|
"deprecationReason": null,
|
|
2148
2148
|
"description": "Action to take when the rule is matched (ALLOW or BLOCK).",
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
"varName": "action"
|
|
2189
2189
|
},
|
|
2190
2190
|
"application": {
|
|
2191
|
-
"alias": "
|
|
2191
|
+
"alias": "applicationSocketLanFirewallRule: application",
|
|
2192
2192
|
"args": {},
|
|
2193
2193
|
"deprecationReason": null,
|
|
2194
2194
|
"description": "Application traffic matching criteria.",
|
|
@@ -2205,7 +2205,7 @@
|
|
|
2205
2205
|
"enumValues": null,
|
|
2206
2206
|
"fields": {
|
|
2207
2207
|
"application": {
|
|
2208
|
-
"alias": "
|
|
2208
|
+
"alias": "applicationSocketLanFirewallApplication: application",
|
|
2209
2209
|
"args": {},
|
|
2210
2210
|
"deprecationReason": null,
|
|
2211
2211
|
"description": "Applications matching criteria for this rule.",
|
|
@@ -2283,7 +2283,7 @@
|
|
|
2283
2283
|
"varName": "applicationRef"
|
|
2284
2284
|
},
|
|
2285
2285
|
"customApp": {
|
|
2286
|
-
"alias": "
|
|
2286
|
+
"alias": "customAppSocketLanFirewallApplication: customApp",
|
|
2287
2287
|
"args": {},
|
|
2288
2288
|
"deprecationReason": null,
|
|
2289
2289
|
"description": "Custom applications that can be matched by",
|
|
@@ -2407,7 +2407,7 @@
|
|
|
2407
2407
|
"varName": "fqdn"
|
|
2408
2408
|
},
|
|
2409
2409
|
"globalIpRange": {
|
|
2410
|
-
"alias": "
|
|
2410
|
+
"alias": "globalIpRangeSocketLanFirewallApplication: globalIpRange",
|
|
2411
2411
|
"args": {},
|
|
2412
2412
|
"deprecationReason": null,
|
|
2413
2413
|
"description": null,
|
|
@@ -2508,7 +2508,7 @@
|
|
|
2508
2508
|
"varName": "ip"
|
|
2509
2509
|
},
|
|
2510
2510
|
"ipRange": {
|
|
2511
|
-
"alias": "
|
|
2511
|
+
"alias": "ipRangeSocketLanFirewallApplication: ipRange",
|
|
2512
2512
|
"args": {},
|
|
2513
2513
|
"deprecationReason": null,
|
|
2514
2514
|
"description": null,
|
|
@@ -2647,7 +2647,7 @@
|
|
|
2647
2647
|
"varName": "description"
|
|
2648
2648
|
},
|
|
2649
2649
|
"destination": {
|
|
2650
|
-
"alias": "
|
|
2650
|
+
"alias": "destinationSocketLanFirewallRule: destination",
|
|
2651
2651
|
"args": {},
|
|
2652
2652
|
"deprecationReason": null,
|
|
2653
2653
|
"description": "Defines destinations for the socket LAN firewall.\nAlso, inherited by Network Rule above.",
|
|
@@ -2664,7 +2664,7 @@
|
|
|
2664
2664
|
"enumValues": null,
|
|
2665
2665
|
"fields": {
|
|
2666
2666
|
"floatingSubnet": {
|
|
2667
|
-
"alias": "
|
|
2667
|
+
"alias": "floatingSubnetSocketLanFirewallDestination: floatingSubnet",
|
|
2668
2668
|
"args": {},
|
|
2669
2669
|
"deprecationReason": null,
|
|
2670
2670
|
"description": "Floating subnets used to identify traffic based on specific criteria.",
|
|
@@ -2742,7 +2742,7 @@
|
|
|
2742
2742
|
"varName": "floatingSubnetRef"
|
|
2743
2743
|
},
|
|
2744
2744
|
"globalIpRange": {
|
|
2745
|
-
"alias": "
|
|
2745
|
+
"alias": "globalIpRangeSocketLanFirewallDestination: globalIpRange",
|
|
2746
2746
|
"args": {},
|
|
2747
2747
|
"deprecationReason": null,
|
|
2748
2748
|
"description": "Global IP ranges defined for your account.",
|
|
@@ -2820,7 +2820,7 @@
|
|
|
2820
2820
|
"varName": "globalIpRangeRef"
|
|
2821
2821
|
},
|
|
2822
2822
|
"group": {
|
|
2823
|
-
"alias": "
|
|
2823
|
+
"alias": "groupSocketLanFirewallDestination: group",
|
|
2824
2824
|
"args": {},
|
|
2825
2825
|
"deprecationReason": null,
|
|
2826
2826
|
"description": "Groups defined for your account.",
|
|
@@ -2898,7 +2898,7 @@
|
|
|
2898
2898
|
"varName": "groupRef"
|
|
2899
2899
|
},
|
|
2900
2900
|
"host": {
|
|
2901
|
-
"alias": "
|
|
2901
|
+
"alias": "hostSocketLanFirewallDestination: host",
|
|
2902
2902
|
"args": {},
|
|
2903
2903
|
"deprecationReason": null,
|
|
2904
2904
|
"description": "Hosts and servers defined for your account.",
|
|
@@ -2999,7 +2999,7 @@
|
|
|
2999
2999
|
"varName": "ip"
|
|
3000
3000
|
},
|
|
3001
3001
|
"ipRange": {
|
|
3002
|
-
"alias": "
|
|
3002
|
+
"alias": "ipRangeSocketLanFirewallDestination: ipRange",
|
|
3003
3003
|
"args": {},
|
|
3004
3004
|
"deprecationReason": null,
|
|
3005
3005
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -3077,7 +3077,7 @@
|
|
|
3077
3077
|
"varName": "ipAddressRange"
|
|
3078
3078
|
},
|
|
3079
3079
|
"networkInterface": {
|
|
3080
|
-
"alias": "
|
|
3080
|
+
"alias": "networkInterfaceSocketLanFirewallDestination: networkInterface",
|
|
3081
3081
|
"args": {},
|
|
3082
3082
|
"deprecationReason": null,
|
|
3083
3083
|
"description": "Network interfaces defined for your site.",
|
|
@@ -3155,7 +3155,7 @@
|
|
|
3155
3155
|
"varName": "networkInterfaceRef"
|
|
3156
3156
|
},
|
|
3157
3157
|
"site": {
|
|
3158
|
-
"alias": "
|
|
3158
|
+
"alias": "siteSocketLanFirewallDestination: site",
|
|
3159
3159
|
"args": {},
|
|
3160
3160
|
"deprecationReason": null,
|
|
3161
3161
|
"description": "Sites defined for your account.",
|
|
@@ -3233,7 +3233,7 @@
|
|
|
3233
3233
|
"varName": "siteRef"
|
|
3234
3234
|
},
|
|
3235
3235
|
"siteNetworkSubnet": {
|
|
3236
|
-
"alias": "
|
|
3236
|
+
"alias": "siteNetworkSubnetSocketLanFirewallDestination: siteNetworkSubnet",
|
|
3237
3237
|
"args": {},
|
|
3238
3238
|
"deprecationReason": null,
|
|
3239
3239
|
"description": "Subnets specific to a site defined for your account.",
|
|
@@ -3334,7 +3334,7 @@
|
|
|
3334
3334
|
"varName": "subnet"
|
|
3335
3335
|
},
|
|
3336
3336
|
"systemGroup": {
|
|
3337
|
-
"alias": "
|
|
3337
|
+
"alias": "systemGroupSocketLanFirewallDestination: systemGroup",
|
|
3338
3338
|
"args": {},
|
|
3339
3339
|
"deprecationReason": null,
|
|
3340
3340
|
"description": "Predefined system groups in your account.",
|
|
@@ -3452,7 +3452,7 @@
|
|
|
3452
3452
|
"varName": "socketLanFirewallDestination"
|
|
3453
3453
|
},
|
|
3454
3454
|
"direction": {
|
|
3455
|
-
"alias": "
|
|
3455
|
+
"alias": "directionSocketLanFirewallRule: direction",
|
|
3456
3456
|
"args": {},
|
|
3457
3457
|
"deprecationReason": null,
|
|
3458
3458
|
"description": "Direction of the traffic (TO or BOTH).",
|
|
@@ -3582,7 +3582,7 @@
|
|
|
3582
3582
|
"varName": "name"
|
|
3583
3583
|
},
|
|
3584
3584
|
"section": {
|
|
3585
|
-
"alias": "
|
|
3585
|
+
"alias": "sectionSocketLanFirewallRule: section",
|
|
3586
3586
|
"args": {},
|
|
3587
3587
|
"deprecationReason": null,
|
|
3588
3588
|
"description": "Policy section where the rule is located",
|
|
@@ -3658,7 +3658,7 @@
|
|
|
3658
3658
|
"varName": "policySectionInfo"
|
|
3659
3659
|
},
|
|
3660
3660
|
"service": {
|
|
3661
|
-
"alias": "
|
|
3661
|
+
"alias": "serviceSocketLanFirewallRule: service",
|
|
3662
3662
|
"args": {},
|
|
3663
3663
|
"deprecationReason": null,
|
|
3664
3664
|
"description": "Service traffic matching criteria.",
|
|
@@ -3675,7 +3675,7 @@
|
|
|
3675
3675
|
"enumValues": null,
|
|
3676
3676
|
"fields": {
|
|
3677
3677
|
"custom": {
|
|
3678
|
-
"alias": "
|
|
3678
|
+
"alias": "customSocketLanFirewallServiceType: custom",
|
|
3679
3679
|
"args": {},
|
|
3680
3680
|
"deprecationReason": null,
|
|
3681
3681
|
"description": "Custom services defined for this rule.",
|
|
@@ -3714,7 +3714,7 @@
|
|
|
3714
3714
|
"varName": "port"
|
|
3715
3715
|
},
|
|
3716
3716
|
"portRange": {
|
|
3717
|
-
"alias": "
|
|
3717
|
+
"alias": "portRangeCustomService: portRange",
|
|
3718
3718
|
"args": {},
|
|
3719
3719
|
"deprecationReason": null,
|
|
3720
3720
|
"description": null,
|
|
@@ -3789,7 +3789,7 @@
|
|
|
3789
3789
|
"varName": "portRange"
|
|
3790
3790
|
},
|
|
3791
3791
|
"protocol": {
|
|
3792
|
-
"alias": "
|
|
3792
|
+
"alias": "protocolCustomService: protocol",
|
|
3793
3793
|
"args": {},
|
|
3794
3794
|
"deprecationReason": null,
|
|
3795
3795
|
"description": null,
|
|
@@ -3872,7 +3872,7 @@
|
|
|
3872
3872
|
"varName": "customService"
|
|
3873
3873
|
},
|
|
3874
3874
|
"simple": {
|
|
3875
|
-
"alias": "
|
|
3875
|
+
"alias": "simpleSocketLanFirewallServiceType: simple",
|
|
3876
3876
|
"args": {},
|
|
3877
3877
|
"deprecationReason": null,
|
|
3878
3878
|
"description": "Simple services allowed by the firewall rule.",
|
|
@@ -3889,7 +3889,7 @@
|
|
|
3889
3889
|
"enumValues": null,
|
|
3890
3890
|
"fields": {
|
|
3891
3891
|
"name": {
|
|
3892
|
-
"alias": "
|
|
3892
|
+
"alias": "nameSimpleService: name",
|
|
3893
3893
|
"args": {},
|
|
3894
3894
|
"deprecationReason": null,
|
|
3895
3895
|
"description": null,
|
|
@@ -3996,7 +3996,7 @@
|
|
|
3996
3996
|
"varName": "simpleService"
|
|
3997
3997
|
},
|
|
3998
3998
|
"standard": {
|
|
3999
|
-
"alias": "
|
|
3999
|
+
"alias": "standardSocketLanFirewallServiceType: standard",
|
|
4000
4000
|
"args": {},
|
|
4001
4001
|
"deprecationReason": null,
|
|
4002
4002
|
"description": "Standard services allowed by the firewall rule.",
|
|
@@ -4091,7 +4091,7 @@
|
|
|
4091
4091
|
"varName": "socketLanFirewallServiceType"
|
|
4092
4092
|
},
|
|
4093
4093
|
"source": {
|
|
4094
|
-
"alias": "
|
|
4094
|
+
"alias": "sourceSocketLanFirewallRule: source",
|
|
4095
4095
|
"args": {},
|
|
4096
4096
|
"deprecationReason": null,
|
|
4097
4097
|
"description": "Defines sources for the socket LAN firewall.\nAlso, inherited by Network Rule above.",
|
|
@@ -4108,7 +4108,7 @@
|
|
|
4108
4108
|
"enumValues": null,
|
|
4109
4109
|
"fields": {
|
|
4110
4110
|
"floatingSubnet": {
|
|
4111
|
-
"alias": "
|
|
4111
|
+
"alias": "floatingSubnetSocketLanFirewallSource: floatingSubnet",
|
|
4112
4112
|
"args": {},
|
|
4113
4113
|
"deprecationReason": null,
|
|
4114
4114
|
"description": "Floating subnets used to identify traffic based on specific criteria.",
|
|
@@ -4186,7 +4186,7 @@
|
|
|
4186
4186
|
"varName": "floatingSubnetRef"
|
|
4187
4187
|
},
|
|
4188
4188
|
"globalIpRange": {
|
|
4189
|
-
"alias": "
|
|
4189
|
+
"alias": "globalIpRangeSocketLanFirewallSource: globalIpRange",
|
|
4190
4190
|
"args": {},
|
|
4191
4191
|
"deprecationReason": null,
|
|
4192
4192
|
"description": "Global IP ranges defined for your account.",
|
|
@@ -4264,7 +4264,7 @@
|
|
|
4264
4264
|
"varName": "globalIpRangeRef"
|
|
4265
4265
|
},
|
|
4266
4266
|
"group": {
|
|
4267
|
-
"alias": "
|
|
4267
|
+
"alias": "groupSocketLanFirewallSource: group",
|
|
4268
4268
|
"args": {},
|
|
4269
4269
|
"deprecationReason": null,
|
|
4270
4270
|
"description": "Groups defined for your account.",
|
|
@@ -4342,7 +4342,7 @@
|
|
|
4342
4342
|
"varName": "groupRef"
|
|
4343
4343
|
},
|
|
4344
4344
|
"host": {
|
|
4345
|
-
"alias": "
|
|
4345
|
+
"alias": "hostSocketLanFirewallSource: host",
|
|
4346
4346
|
"args": {},
|
|
4347
4347
|
"deprecationReason": null,
|
|
4348
4348
|
"description": "Hosts and servers defined for your account.",
|
|
@@ -4443,7 +4443,7 @@
|
|
|
4443
4443
|
"varName": "ip"
|
|
4444
4444
|
},
|
|
4445
4445
|
"ipRange": {
|
|
4446
|
-
"alias": "
|
|
4446
|
+
"alias": "ipRangeSocketLanFirewallSource: ipRange",
|
|
4447
4447
|
"args": {},
|
|
4448
4448
|
"deprecationReason": null,
|
|
4449
4449
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -4544,7 +4544,7 @@
|
|
|
4544
4544
|
"varName": "mac"
|
|
4545
4545
|
},
|
|
4546
4546
|
"networkInterface": {
|
|
4547
|
-
"alias": "
|
|
4547
|
+
"alias": "networkInterfaceSocketLanFirewallSource: networkInterface",
|
|
4548
4548
|
"args": {},
|
|
4549
4549
|
"deprecationReason": null,
|
|
4550
4550
|
"description": "Network interfaces defined for your site.",
|
|
@@ -4622,7 +4622,7 @@
|
|
|
4622
4622
|
"varName": "networkInterfaceRef"
|
|
4623
4623
|
},
|
|
4624
4624
|
"site": {
|
|
4625
|
-
"alias": "
|
|
4625
|
+
"alias": "siteSocketLanFirewallSource: site",
|
|
4626
4626
|
"args": {},
|
|
4627
4627
|
"deprecationReason": null,
|
|
4628
4628
|
"description": "Sites defined for your account.",
|
|
@@ -4700,7 +4700,7 @@
|
|
|
4700
4700
|
"varName": "siteRef"
|
|
4701
4701
|
},
|
|
4702
4702
|
"siteNetworkSubnet": {
|
|
4703
|
-
"alias": "
|
|
4703
|
+
"alias": "siteNetworkSubnetSocketLanFirewallSource: siteNetworkSubnet",
|
|
4704
4704
|
"args": {},
|
|
4705
4705
|
"deprecationReason": null,
|
|
4706
4706
|
"description": "Subnets specific to a site defined for your account.",
|
|
@@ -4801,7 +4801,7 @@
|
|
|
4801
4801
|
"varName": "subnet"
|
|
4802
4802
|
},
|
|
4803
4803
|
"systemGroup": {
|
|
4804
|
-
"alias": "
|
|
4804
|
+
"alias": "systemGroupSocketLanFirewallSource: systemGroup",
|
|
4805
4805
|
"args": {},
|
|
4806
4806
|
"deprecationReason": null,
|
|
4807
4807
|
"description": "Predefined system groups in your account.",
|
|
@@ -4919,7 +4919,7 @@
|
|
|
4919
4919
|
"varName": "socketLanFirewallSource"
|
|
4920
4920
|
},
|
|
4921
4921
|
"tracking": {
|
|
4922
|
-
"alias": "
|
|
4922
|
+
"alias": "trackingSocketLanFirewallRule: tracking",
|
|
4923
4923
|
"args": {},
|
|
4924
4924
|
"deprecationReason": null,
|
|
4925
4925
|
"description": "Tracking information when the rule is matched, such as events and notifications.",
|
|
@@ -4936,7 +4936,7 @@
|
|
|
4936
4936
|
"enumValues": null,
|
|
4937
4937
|
"fields": {
|
|
4938
4938
|
"alert": {
|
|
4939
|
-
"alias": "
|
|
4939
|
+
"alias": "alertPolicyTracking: alert",
|
|
4940
4940
|
"args": {},
|
|
4941
4941
|
"deprecationReason": null,
|
|
4942
4942
|
"description": null,
|
|
@@ -4974,7 +4974,7 @@
|
|
|
4974
4974
|
"varName": "enabled"
|
|
4975
4975
|
},
|
|
4976
4976
|
"frequency": {
|
|
4977
|
-
"alias": "
|
|
4977
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
4978
4978
|
"args": {},
|
|
4979
4979
|
"deprecationReason": null,
|
|
4980
4980
|
"description": "Returns data for the alert frequency",
|
|
@@ -5032,7 +5032,7 @@
|
|
|
5032
5032
|
"varName": "frequency"
|
|
5033
5033
|
},
|
|
5034
5034
|
"mailingList": {
|
|
5035
|
-
"alias": "
|
|
5035
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
5036
5036
|
"args": {},
|
|
5037
5037
|
"deprecationReason": null,
|
|
5038
5038
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -5110,7 +5110,7 @@
|
|
|
5110
5110
|
"varName": "subscriptionMailingListRef"
|
|
5111
5111
|
},
|
|
5112
5112
|
"subscriptionGroup": {
|
|
5113
|
-
"alias": "
|
|
5113
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
5114
5114
|
"args": {},
|
|
5115
5115
|
"deprecationReason": null,
|
|
5116
5116
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -5188,7 +5188,7 @@
|
|
|
5188
5188
|
"varName": "subscriptionGroupRef"
|
|
5189
5189
|
},
|
|
5190
5190
|
"webhook": {
|
|
5191
|
-
"alias": "
|
|
5191
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
5192
5192
|
"args": {},
|
|
5193
5193
|
"deprecationReason": null,
|
|
5194
5194
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -5283,7 +5283,7 @@
|
|
|
5283
5283
|
"varName": "policyRuleTrackingAlert"
|
|
5284
5284
|
},
|
|
5285
5285
|
"event": {
|
|
5286
|
-
"alias": "
|
|
5286
|
+
"alias": "eventPolicyTracking: event",
|
|
5287
5287
|
"args": {},
|
|
5288
5288
|
"deprecationReason": null,
|
|
5289
5289
|
"description": null,
|
|
@@ -5454,7 +5454,7 @@
|
|
|
5454
5454
|
"varName": "name"
|
|
5455
5455
|
},
|
|
5456
5456
|
"nat": {
|
|
5457
|
-
"alias": "
|
|
5457
|
+
"alias": "natSocketLanRule: nat",
|
|
5458
5458
|
"args": {},
|
|
5459
5459
|
"deprecationReason": null,
|
|
5460
5460
|
"description": "Optionally, enable NAT on the outgoing interface. This translates all originating IPs to one NAT IP.",
|
|
@@ -5492,7 +5492,7 @@
|
|
|
5492
5492
|
"varName": "enabled"
|
|
5493
5493
|
},
|
|
5494
5494
|
"natType": {
|
|
5495
|
-
"alias": "
|
|
5495
|
+
"alias": "natTypeSocketLanNatSettings: natType",
|
|
5496
5496
|
"args": {},
|
|
5497
5497
|
"deprecationReason": null,
|
|
5498
5498
|
"description": null,
|
|
@@ -5549,7 +5549,7 @@
|
|
|
5549
5549
|
"varName": "socketLanNatSettings"
|
|
5550
5550
|
},
|
|
5551
5551
|
"section": {
|
|
5552
|
-
"alias": "
|
|
5552
|
+
"alias": "sectionSocketLanRule: section",
|
|
5553
5553
|
"args": {},
|
|
5554
5554
|
"deprecationReason": null,
|
|
5555
5555
|
"description": "Policy section where the rule is located",
|
|
@@ -5625,7 +5625,7 @@
|
|
|
5625
5625
|
"varName": "policySectionInfo"
|
|
5626
5626
|
},
|
|
5627
5627
|
"service": {
|
|
5628
|
-
"alias": "
|
|
5628
|
+
"alias": "serviceSocketLanRule: service",
|
|
5629
5629
|
"args": {},
|
|
5630
5630
|
"deprecationReason": null,
|
|
5631
5631
|
"description": "Destination service matching criteria for the rule. Port/Protocol based.",
|
|
@@ -5642,7 +5642,7 @@
|
|
|
5642
5642
|
"enumValues": null,
|
|
5643
5643
|
"fields": {
|
|
5644
5644
|
"custom": {
|
|
5645
|
-
"alias": "
|
|
5645
|
+
"alias": "customSocketLanService: custom",
|
|
5646
5646
|
"args": {},
|
|
5647
5647
|
"deprecationReason": null,
|
|
5648
5648
|
"description": "Custom Port/Protocol service.",
|
|
@@ -5681,7 +5681,7 @@
|
|
|
5681
5681
|
"varName": "port"
|
|
5682
5682
|
},
|
|
5683
5683
|
"portRange": {
|
|
5684
|
-
"alias": "
|
|
5684
|
+
"alias": "portRangeCustomService: portRange",
|
|
5685
5685
|
"args": {},
|
|
5686
5686
|
"deprecationReason": null,
|
|
5687
5687
|
"description": null,
|
|
@@ -5756,7 +5756,7 @@
|
|
|
5756
5756
|
"varName": "portRange"
|
|
5757
5757
|
},
|
|
5758
5758
|
"protocol": {
|
|
5759
|
-
"alias": "
|
|
5759
|
+
"alias": "protocolCustomService: protocol",
|
|
5760
5760
|
"args": {},
|
|
5761
5761
|
"deprecationReason": null,
|
|
5762
5762
|
"description": null,
|
|
@@ -5839,7 +5839,7 @@
|
|
|
5839
5839
|
"varName": "customService"
|
|
5840
5840
|
},
|
|
5841
5841
|
"simple": {
|
|
5842
|
-
"alias": "
|
|
5842
|
+
"alias": "simpleSocketLanService: simple",
|
|
5843
5843
|
"args": {},
|
|
5844
5844
|
"deprecationReason": null,
|
|
5845
5845
|
"description": "List of L4 based services.",
|
|
@@ -5856,7 +5856,7 @@
|
|
|
5856
5856
|
"enumValues": null,
|
|
5857
5857
|
"fields": {
|
|
5858
5858
|
"name": {
|
|
5859
|
-
"alias": "
|
|
5859
|
+
"alias": "nameSimpleService: name",
|
|
5860
5860
|
"args": {},
|
|
5861
5861
|
"deprecationReason": null,
|
|
5862
5862
|
"description": null,
|
|
@@ -5980,7 +5980,7 @@
|
|
|
5980
5980
|
"varName": "socketLanService"
|
|
5981
5981
|
},
|
|
5982
5982
|
"site": {
|
|
5983
|
-
"alias": "
|
|
5983
|
+
"alias": "siteSocketLanRule: site",
|
|
5984
5984
|
"args": {},
|
|
5985
5985
|
"deprecationReason": null,
|
|
5986
5986
|
"description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -5997,7 +5997,7 @@
|
|
|
5997
5997
|
"enumValues": null,
|
|
5998
5998
|
"fields": {
|
|
5999
5999
|
"group": {
|
|
6000
|
-
"alias": "
|
|
6000
|
+
"alias": "groupSocketLanSite: group",
|
|
6001
6001
|
"args": {},
|
|
6002
6002
|
"deprecationReason": null,
|
|
6003
6003
|
"description": "The group of sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -6075,7 +6075,7 @@
|
|
|
6075
6075
|
"varName": "groupRef"
|
|
6076
6076
|
},
|
|
6077
6077
|
"site": {
|
|
6078
|
-
"alias": "
|
|
6078
|
+
"alias": "siteSocketLanSite: site",
|
|
6079
6079
|
"args": {},
|
|
6080
6080
|
"deprecationReason": null,
|
|
6081
6081
|
"description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -6170,7 +6170,7 @@
|
|
|
6170
6170
|
"varName": "socketLanSite"
|
|
6171
6171
|
},
|
|
6172
6172
|
"source": {
|
|
6173
|
-
"alias": "
|
|
6173
|
+
"alias": "sourceSocketLanRule: source",
|
|
6174
6174
|
"args": {},
|
|
6175
6175
|
"deprecationReason": null,
|
|
6176
6176
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -6187,7 +6187,7 @@
|
|
|
6187
6187
|
"enumValues": null,
|
|
6188
6188
|
"fields": {
|
|
6189
6189
|
"floatingSubnet": {
|
|
6190
|
-
"alias": "
|
|
6190
|
+
"alias": "floatingSubnetSocketLanSource: floatingSubnet",
|
|
6191
6191
|
"args": {},
|
|
6192
6192
|
"deprecationReason": null,
|
|
6193
6193
|
"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.",
|
|
@@ -6265,7 +6265,7 @@
|
|
|
6265
6265
|
"varName": "floatingSubnetRef"
|
|
6266
6266
|
},
|
|
6267
6267
|
"globalIpRange": {
|
|
6268
|
-
"alias": "
|
|
6268
|
+
"alias": "globalIpRangeSocketLanSource: globalIpRange",
|
|
6269
6269
|
"args": {},
|
|
6270
6270
|
"deprecationReason": null,
|
|
6271
6271
|
"description": "Globally defined IP range, IP and subnet objects.",
|
|
@@ -6343,7 +6343,7 @@
|
|
|
6343
6343
|
"varName": "globalIpRangeRef"
|
|
6344
6344
|
},
|
|
6345
6345
|
"group": {
|
|
6346
|
-
"alias": "
|
|
6346
|
+
"alias": "groupSocketLanSource: group",
|
|
6347
6347
|
"args": {},
|
|
6348
6348
|
"deprecationReason": null,
|
|
6349
6349
|
"description": "Predefined Cato groups, Socket sites/objects only.",
|
|
@@ -6421,7 +6421,7 @@
|
|
|
6421
6421
|
"varName": "groupRef"
|
|
6422
6422
|
},
|
|
6423
6423
|
"host": {
|
|
6424
|
-
"alias": "
|
|
6424
|
+
"alias": "hostSocketLanSource: host",
|
|
6425
6425
|
"args": {},
|
|
6426
6426
|
"deprecationReason": null,
|
|
6427
6427
|
"description": "Hosts and servers defined for your under Socket sites.",
|
|
@@ -6522,7 +6522,7 @@
|
|
|
6522
6522
|
"varName": "ip"
|
|
6523
6523
|
},
|
|
6524
6524
|
"ipRange": {
|
|
6525
|
-
"alias": "
|
|
6525
|
+
"alias": "ipRangeSocketLanSource: ipRange",
|
|
6526
6526
|
"args": {},
|
|
6527
6527
|
"deprecationReason": null,
|
|
6528
6528
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -6600,7 +6600,7 @@
|
|
|
6600
6600
|
"varName": "ipAddressRange"
|
|
6601
6601
|
},
|
|
6602
6602
|
"networkInterface": {
|
|
6603
|
-
"alias": "
|
|
6603
|
+
"alias": "networkInterfaceSocketLanSource: networkInterface",
|
|
6604
6604
|
"args": {},
|
|
6605
6605
|
"deprecationReason": null,
|
|
6606
6606
|
"description": "Network range defined for a site.",
|
|
@@ -6678,7 +6678,7 @@
|
|
|
6678
6678
|
"varName": "networkInterfaceRef"
|
|
6679
6679
|
},
|
|
6680
6680
|
"siteNetworkSubnet": {
|
|
6681
|
-
"alias": "
|
|
6681
|
+
"alias": "siteNetworkSubnetSocketLanSource: siteNetworkSubnet",
|
|
6682
6682
|
"args": {},
|
|
6683
6683
|
"deprecationReason": null,
|
|
6684
6684
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6779,7 +6779,7 @@
|
|
|
6779
6779
|
"varName": "subnet"
|
|
6780
6780
|
},
|
|
6781
6781
|
"systemGroup": {
|
|
6782
|
-
"alias": "
|
|
6782
|
+
"alias": "systemGroupSocketLanSource: systemGroup",
|
|
6783
6783
|
"args": {},
|
|
6784
6784
|
"deprecationReason": null,
|
|
6785
6785
|
"description": "Predefined Cato groups.",
|
|
@@ -6897,7 +6897,7 @@
|
|
|
6897
6897
|
"varName": "socketLanSource"
|
|
6898
6898
|
},
|
|
6899
6899
|
"transport": {
|
|
6900
|
-
"alias": "
|
|
6900
|
+
"alias": "transportSocketLanRule: transport",
|
|
6901
6901
|
"args": {},
|
|
6902
6902
|
"deprecationReason": null,
|
|
6903
6903
|
"description": "The transport of the matching traffic.\nEither govern traffic to be routed locally (LAN), or to the PoP(WAN).\nTraffic is send to the WAN by default.\nTraffic routed in the LAN, enforced by the LAN Firewall rules.",
|
|
@@ -6995,7 +6995,7 @@
|
|
|
6995
6995
|
"enumValues": null,
|
|
6996
6996
|
"fields": {
|
|
6997
6997
|
"audit": {
|
|
6998
|
-
"alias": "
|
|
6998
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
6999
6999
|
"args": {},
|
|
7000
7000
|
"deprecationReason": null,
|
|
7001
7001
|
"description": null,
|
|
@@ -7071,7 +7071,7 @@
|
|
|
7071
7071
|
"varName": "policyElementAudit"
|
|
7072
7072
|
},
|
|
7073
7073
|
"properties": {
|
|
7074
|
-
"alias": "
|
|
7074
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
7075
7075
|
"args": {},
|
|
7076
7076
|
"deprecationReason": null,
|
|
7077
7077
|
"description": null,
|
|
@@ -7149,7 +7149,7 @@
|
|
|
7149
7149
|
"varName": "properties"
|
|
7150
7150
|
},
|
|
7151
7151
|
"section": {
|
|
7152
|
-
"alias": "
|
|
7152
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
7153
7153
|
"args": {},
|
|
7154
7154
|
"deprecationReason": null,
|
|
7155
7155
|
"description": null,
|
|
@@ -7260,7 +7260,7 @@
|
|
|
7260
7260
|
"varName": "socketLanPolicy"
|
|
7261
7261
|
},
|
|
7262
7262
|
"status": {
|
|
7263
|
-
"alias": "
|
|
7263
|
+
"alias": "statusSocketLanPolicyMutationPayload: status",
|
|
7264
7264
|
"args": {},
|
|
7265
7265
|
"deprecationReason": null,
|
|
7266
7266
|
"description": null,
|