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
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
"enumValues": null,
|
|
629
629
|
"fields": {
|
|
630
630
|
"errors": {
|
|
631
|
-
"alias": "
|
|
631
|
+
"alias": "errorsSocketLanPolicyMutationPayload: errors",
|
|
632
632
|
"args": {},
|
|
633
633
|
"deprecationReason": null,
|
|
634
634
|
"description": null,
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"varName": "policyMutationError"
|
|
705
705
|
},
|
|
706
706
|
"policy": {
|
|
707
|
-
"alias": "
|
|
707
|
+
"alias": "policySocketLanPolicyMutationPayload: policy",
|
|
708
708
|
"args": {},
|
|
709
709
|
"deprecationReason": null,
|
|
710
710
|
"description": null,
|
|
@@ -990,7 +990,7 @@
|
|
|
990
990
|
"enumValues": null,
|
|
991
991
|
"fields": {
|
|
992
992
|
"audit": {
|
|
993
|
-
"alias": "
|
|
993
|
+
"alias": "auditSocketLanRulePayload: audit",
|
|
994
994
|
"args": {},
|
|
995
995
|
"deprecationReason": null,
|
|
996
996
|
"description": null,
|
|
@@ -1066,7 +1066,7 @@
|
|
|
1066
1066
|
"varName": "policyElementAudit"
|
|
1067
1067
|
},
|
|
1068
1068
|
"properties": {
|
|
1069
|
-
"alias": "
|
|
1069
|
+
"alias": "propertiesSocketLanRulePayload: properties",
|
|
1070
1070
|
"args": {},
|
|
1071
1071
|
"deprecationReason": null,
|
|
1072
1072
|
"description": null,
|
|
@@ -1144,7 +1144,7 @@
|
|
|
1144
1144
|
"varName": "properties"
|
|
1145
1145
|
},
|
|
1146
1146
|
"rule": {
|
|
1147
|
-
"alias": "
|
|
1147
|
+
"alias": "ruleSocketLanRulePayload: rule",
|
|
1148
1148
|
"args": {},
|
|
1149
1149
|
"deprecationReason": null,
|
|
1150
1150
|
"description": null,
|
|
@@ -1182,7 +1182,7 @@
|
|
|
1182
1182
|
"varName": "description"
|
|
1183
1183
|
},
|
|
1184
1184
|
"destination": {
|
|
1185
|
-
"alias": "
|
|
1185
|
+
"alias": "destinationSocketLanRule: destination",
|
|
1186
1186
|
"args": {},
|
|
1187
1187
|
"deprecationReason": null,
|
|
1188
1188
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1199,7 +1199,7 @@
|
|
|
1199
1199
|
"enumValues": null,
|
|
1200
1200
|
"fields": {
|
|
1201
1201
|
"floatingSubnet": {
|
|
1202
|
-
"alias": "
|
|
1202
|
+
"alias": "floatingSubnetSocketLanDestination: floatingSubnet",
|
|
1203
1203
|
"args": {},
|
|
1204
1204
|
"deprecationReason": null,
|
|
1205
1205
|
"description": null,
|
|
@@ -1277,7 +1277,7 @@
|
|
|
1277
1277
|
"varName": "floatingSubnetRef"
|
|
1278
1278
|
},
|
|
1279
1279
|
"globalIpRange": {
|
|
1280
|
-
"alias": "
|
|
1280
|
+
"alias": "globalIpRangeSocketLanDestination: globalIpRange",
|
|
1281
1281
|
"args": {},
|
|
1282
1282
|
"deprecationReason": null,
|
|
1283
1283
|
"description": null,
|
|
@@ -1355,7 +1355,7 @@
|
|
|
1355
1355
|
"varName": "globalIpRangeRef"
|
|
1356
1356
|
},
|
|
1357
1357
|
"group": {
|
|
1358
|
-
"alias": "
|
|
1358
|
+
"alias": "groupSocketLanDestination: group",
|
|
1359
1359
|
"args": {},
|
|
1360
1360
|
"deprecationReason": null,
|
|
1361
1361
|
"description": null,
|
|
@@ -1433,7 +1433,7 @@
|
|
|
1433
1433
|
"varName": "groupRef"
|
|
1434
1434
|
},
|
|
1435
1435
|
"host": {
|
|
1436
|
-
"alias": "
|
|
1436
|
+
"alias": "hostSocketLanDestination: host",
|
|
1437
1437
|
"args": {},
|
|
1438
1438
|
"deprecationReason": null,
|
|
1439
1439
|
"description": null,
|
|
@@ -1534,7 +1534,7 @@
|
|
|
1534
1534
|
"varName": "ip"
|
|
1535
1535
|
},
|
|
1536
1536
|
"ipRange": {
|
|
1537
|
-
"alias": "
|
|
1537
|
+
"alias": "ipRangeSocketLanDestination: ipRange",
|
|
1538
1538
|
"args": {},
|
|
1539
1539
|
"deprecationReason": null,
|
|
1540
1540
|
"description": null,
|
|
@@ -1612,7 +1612,7 @@
|
|
|
1612
1612
|
"varName": "ipAddressRange"
|
|
1613
1613
|
},
|
|
1614
1614
|
"networkInterface": {
|
|
1615
|
-
"alias": "
|
|
1615
|
+
"alias": "networkInterfaceSocketLanDestination: networkInterface",
|
|
1616
1616
|
"args": {},
|
|
1617
1617
|
"deprecationReason": null,
|
|
1618
1618
|
"description": null,
|
|
@@ -1690,7 +1690,7 @@
|
|
|
1690
1690
|
"varName": "networkInterfaceRef"
|
|
1691
1691
|
},
|
|
1692
1692
|
"siteNetworkSubnet": {
|
|
1693
|
-
"alias": "
|
|
1693
|
+
"alias": "siteNetworkSubnetSocketLanDestination: siteNetworkSubnet",
|
|
1694
1694
|
"args": {},
|
|
1695
1695
|
"deprecationReason": null,
|
|
1696
1696
|
"description": null,
|
|
@@ -1791,7 +1791,7 @@
|
|
|
1791
1791
|
"varName": "subnet"
|
|
1792
1792
|
},
|
|
1793
1793
|
"systemGroup": {
|
|
1794
|
-
"alias": "
|
|
1794
|
+
"alias": "systemGroupSocketLanDestination: systemGroup",
|
|
1795
1795
|
"args": {},
|
|
1796
1796
|
"deprecationReason": null,
|
|
1797
1797
|
"description": null,
|
|
@@ -1909,7 +1909,7 @@
|
|
|
1909
1909
|
"varName": "socketLanDestination"
|
|
1910
1910
|
},
|
|
1911
1911
|
"direction": {
|
|
1912
|
-
"alias": "
|
|
1912
|
+
"alias": "directionSocketLanRule: direction",
|
|
1913
1913
|
"args": {},
|
|
1914
1914
|
"deprecationReason": null,
|
|
1915
1915
|
"description": "Direction of the traffic initiator matching criteria. ",
|
|
@@ -1976,7 +1976,7 @@
|
|
|
1976
1976
|
"varName": "enabled"
|
|
1977
1977
|
},
|
|
1978
1978
|
"firewall": {
|
|
1979
|
-
"alias": "
|
|
1979
|
+
"alias": "firewallSocketLanRule: firewall",
|
|
1980
1980
|
"args": {},
|
|
1981
1981
|
"deprecationReason": null,
|
|
1982
1982
|
"description": null,
|
|
@@ -1993,7 +1993,7 @@
|
|
|
1993
1993
|
"enumValues": null,
|
|
1994
1994
|
"fields": {
|
|
1995
1995
|
"audit": {
|
|
1996
|
-
"alias": "
|
|
1996
|
+
"alias": "auditSocketLanFirewallRulePayload: audit",
|
|
1997
1997
|
"args": {},
|
|
1998
1998
|
"deprecationReason": null,
|
|
1999
1999
|
"description": null,
|
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
"varName": "policyElementAudit"
|
|
2070
2070
|
},
|
|
2071
2071
|
"properties": {
|
|
2072
|
-
"alias": "
|
|
2072
|
+
"alias": "propertiesSocketLanFirewallRulePayload: properties",
|
|
2073
2073
|
"args": {},
|
|
2074
2074
|
"deprecationReason": null,
|
|
2075
2075
|
"description": null,
|
|
@@ -2147,7 +2147,7 @@
|
|
|
2147
2147
|
"varName": "properties"
|
|
2148
2148
|
},
|
|
2149
2149
|
"rule": {
|
|
2150
|
-
"alias": "
|
|
2150
|
+
"alias": "ruleSocketLanFirewallRulePayload: rule",
|
|
2151
2151
|
"args": {},
|
|
2152
2152
|
"deprecationReason": null,
|
|
2153
2153
|
"description": null,
|
|
@@ -2164,7 +2164,7 @@
|
|
|
2164
2164
|
"enumValues": null,
|
|
2165
2165
|
"fields": {
|
|
2166
2166
|
"action": {
|
|
2167
|
-
"alias": "
|
|
2167
|
+
"alias": "actionSocketLanFirewallRule: action",
|
|
2168
2168
|
"args": {},
|
|
2169
2169
|
"deprecationReason": null,
|
|
2170
2170
|
"description": "Action to take when the rule is matched (ALLOW or BLOCK).",
|
|
@@ -2210,7 +2210,7 @@
|
|
|
2210
2210
|
"varName": "action"
|
|
2211
2211
|
},
|
|
2212
2212
|
"application": {
|
|
2213
|
-
"alias": "
|
|
2213
|
+
"alias": "applicationSocketLanFirewallRule: application",
|
|
2214
2214
|
"args": {},
|
|
2215
2215
|
"deprecationReason": null,
|
|
2216
2216
|
"description": "Application traffic matching criteria.",
|
|
@@ -2227,7 +2227,7 @@
|
|
|
2227
2227
|
"enumValues": null,
|
|
2228
2228
|
"fields": {
|
|
2229
2229
|
"application": {
|
|
2230
|
-
"alias": "
|
|
2230
|
+
"alias": "applicationSocketLanFirewallApplication: application",
|
|
2231
2231
|
"args": {},
|
|
2232
2232
|
"deprecationReason": null,
|
|
2233
2233
|
"description": "Applications matching criteria for this rule.",
|
|
@@ -2305,7 +2305,7 @@
|
|
|
2305
2305
|
"varName": "applicationRef"
|
|
2306
2306
|
},
|
|
2307
2307
|
"customApp": {
|
|
2308
|
-
"alias": "
|
|
2308
|
+
"alias": "customAppSocketLanFirewallApplication: customApp",
|
|
2309
2309
|
"args": {},
|
|
2310
2310
|
"deprecationReason": null,
|
|
2311
2311
|
"description": "Custom applications that can be matched by",
|
|
@@ -2429,7 +2429,7 @@
|
|
|
2429
2429
|
"varName": "fqdn"
|
|
2430
2430
|
},
|
|
2431
2431
|
"globalIpRange": {
|
|
2432
|
-
"alias": "
|
|
2432
|
+
"alias": "globalIpRangeSocketLanFirewallApplication: globalIpRange",
|
|
2433
2433
|
"args": {},
|
|
2434
2434
|
"deprecationReason": null,
|
|
2435
2435
|
"description": null,
|
|
@@ -2530,7 +2530,7 @@
|
|
|
2530
2530
|
"varName": "ip"
|
|
2531
2531
|
},
|
|
2532
2532
|
"ipRange": {
|
|
2533
|
-
"alias": "
|
|
2533
|
+
"alias": "ipRangeSocketLanFirewallApplication: ipRange",
|
|
2534
2534
|
"args": {},
|
|
2535
2535
|
"deprecationReason": null,
|
|
2536
2536
|
"description": null,
|
|
@@ -2669,7 +2669,7 @@
|
|
|
2669
2669
|
"varName": "description"
|
|
2670
2670
|
},
|
|
2671
2671
|
"destination": {
|
|
2672
|
-
"alias": "
|
|
2672
|
+
"alias": "destinationSocketLanFirewallRule: destination",
|
|
2673
2673
|
"args": {},
|
|
2674
2674
|
"deprecationReason": null,
|
|
2675
2675
|
"description": "Defines destinations for the socket LAN firewall.\nAlso, inherited by Network Rule above.",
|
|
@@ -2686,7 +2686,7 @@
|
|
|
2686
2686
|
"enumValues": null,
|
|
2687
2687
|
"fields": {
|
|
2688
2688
|
"floatingSubnet": {
|
|
2689
|
-
"alias": "
|
|
2689
|
+
"alias": "floatingSubnetSocketLanFirewallDestination: floatingSubnet",
|
|
2690
2690
|
"args": {},
|
|
2691
2691
|
"deprecationReason": null,
|
|
2692
2692
|
"description": "Floating subnets used to identify traffic based on specific criteria.",
|
|
@@ -2764,7 +2764,7 @@
|
|
|
2764
2764
|
"varName": "floatingSubnetRef"
|
|
2765
2765
|
},
|
|
2766
2766
|
"globalIpRange": {
|
|
2767
|
-
"alias": "
|
|
2767
|
+
"alias": "globalIpRangeSocketLanFirewallDestination: globalIpRange",
|
|
2768
2768
|
"args": {},
|
|
2769
2769
|
"deprecationReason": null,
|
|
2770
2770
|
"description": "Global IP ranges defined for your account.",
|
|
@@ -2842,7 +2842,7 @@
|
|
|
2842
2842
|
"varName": "globalIpRangeRef"
|
|
2843
2843
|
},
|
|
2844
2844
|
"group": {
|
|
2845
|
-
"alias": "
|
|
2845
|
+
"alias": "groupSocketLanFirewallDestination: group",
|
|
2846
2846
|
"args": {},
|
|
2847
2847
|
"deprecationReason": null,
|
|
2848
2848
|
"description": "Groups defined for your account.",
|
|
@@ -2920,7 +2920,7 @@
|
|
|
2920
2920
|
"varName": "groupRef"
|
|
2921
2921
|
},
|
|
2922
2922
|
"host": {
|
|
2923
|
-
"alias": "
|
|
2923
|
+
"alias": "hostSocketLanFirewallDestination: host",
|
|
2924
2924
|
"args": {},
|
|
2925
2925
|
"deprecationReason": null,
|
|
2926
2926
|
"description": "Hosts and servers defined for your account.",
|
|
@@ -3021,7 +3021,7 @@
|
|
|
3021
3021
|
"varName": "ip"
|
|
3022
3022
|
},
|
|
3023
3023
|
"ipRange": {
|
|
3024
|
-
"alias": "
|
|
3024
|
+
"alias": "ipRangeSocketLanFirewallDestination: ipRange",
|
|
3025
3025
|
"args": {},
|
|
3026
3026
|
"deprecationReason": null,
|
|
3027
3027
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -3099,7 +3099,7 @@
|
|
|
3099
3099
|
"varName": "ipAddressRange"
|
|
3100
3100
|
},
|
|
3101
3101
|
"networkInterface": {
|
|
3102
|
-
"alias": "
|
|
3102
|
+
"alias": "networkInterfaceSocketLanFirewallDestination: networkInterface",
|
|
3103
3103
|
"args": {},
|
|
3104
3104
|
"deprecationReason": null,
|
|
3105
3105
|
"description": "Network interfaces defined for your site.",
|
|
@@ -3177,7 +3177,7 @@
|
|
|
3177
3177
|
"varName": "networkInterfaceRef"
|
|
3178
3178
|
},
|
|
3179
3179
|
"site": {
|
|
3180
|
-
"alias": "
|
|
3180
|
+
"alias": "siteSocketLanFirewallDestination: site",
|
|
3181
3181
|
"args": {},
|
|
3182
3182
|
"deprecationReason": null,
|
|
3183
3183
|
"description": "Sites defined for your account.",
|
|
@@ -3255,7 +3255,7 @@
|
|
|
3255
3255
|
"varName": "siteRef"
|
|
3256
3256
|
},
|
|
3257
3257
|
"siteNetworkSubnet": {
|
|
3258
|
-
"alias": "
|
|
3258
|
+
"alias": "siteNetworkSubnetSocketLanFirewallDestination: siteNetworkSubnet",
|
|
3259
3259
|
"args": {},
|
|
3260
3260
|
"deprecationReason": null,
|
|
3261
3261
|
"description": "Subnets specific to a site defined for your account.",
|
|
@@ -3356,7 +3356,7 @@
|
|
|
3356
3356
|
"varName": "subnet"
|
|
3357
3357
|
},
|
|
3358
3358
|
"systemGroup": {
|
|
3359
|
-
"alias": "
|
|
3359
|
+
"alias": "systemGroupSocketLanFirewallDestination: systemGroup",
|
|
3360
3360
|
"args": {},
|
|
3361
3361
|
"deprecationReason": null,
|
|
3362
3362
|
"description": "Predefined system groups in your account.",
|
|
@@ -3474,7 +3474,7 @@
|
|
|
3474
3474
|
"varName": "socketLanFirewallDestination"
|
|
3475
3475
|
},
|
|
3476
3476
|
"direction": {
|
|
3477
|
-
"alias": "
|
|
3477
|
+
"alias": "directionSocketLanFirewallRule: direction",
|
|
3478
3478
|
"args": {},
|
|
3479
3479
|
"deprecationReason": null,
|
|
3480
3480
|
"description": "Direction of the traffic (TO or BOTH).",
|
|
@@ -3604,7 +3604,7 @@
|
|
|
3604
3604
|
"varName": "name"
|
|
3605
3605
|
},
|
|
3606
3606
|
"section": {
|
|
3607
|
-
"alias": "
|
|
3607
|
+
"alias": "sectionSocketLanFirewallRule: section",
|
|
3608
3608
|
"args": {},
|
|
3609
3609
|
"deprecationReason": null,
|
|
3610
3610
|
"description": "Policy section where the rule is located",
|
|
@@ -3680,7 +3680,7 @@
|
|
|
3680
3680
|
"varName": "policySectionInfo"
|
|
3681
3681
|
},
|
|
3682
3682
|
"service": {
|
|
3683
|
-
"alias": "
|
|
3683
|
+
"alias": "serviceSocketLanFirewallRule: service",
|
|
3684
3684
|
"args": {},
|
|
3685
3685
|
"deprecationReason": null,
|
|
3686
3686
|
"description": "Service traffic matching criteria.",
|
|
@@ -3697,7 +3697,7 @@
|
|
|
3697
3697
|
"enumValues": null,
|
|
3698
3698
|
"fields": {
|
|
3699
3699
|
"custom": {
|
|
3700
|
-
"alias": "
|
|
3700
|
+
"alias": "customSocketLanFirewallServiceType: custom",
|
|
3701
3701
|
"args": {},
|
|
3702
3702
|
"deprecationReason": null,
|
|
3703
3703
|
"description": "Custom services defined for this rule.",
|
|
@@ -3736,7 +3736,7 @@
|
|
|
3736
3736
|
"varName": "port"
|
|
3737
3737
|
},
|
|
3738
3738
|
"portRange": {
|
|
3739
|
-
"alias": "
|
|
3739
|
+
"alias": "portRangeCustomService: portRange",
|
|
3740
3740
|
"args": {},
|
|
3741
3741
|
"deprecationReason": null,
|
|
3742
3742
|
"description": null,
|
|
@@ -3811,7 +3811,7 @@
|
|
|
3811
3811
|
"varName": "portRange"
|
|
3812
3812
|
},
|
|
3813
3813
|
"protocol": {
|
|
3814
|
-
"alias": "
|
|
3814
|
+
"alias": "protocolCustomService: protocol",
|
|
3815
3815
|
"args": {},
|
|
3816
3816
|
"deprecationReason": null,
|
|
3817
3817
|
"description": null,
|
|
@@ -3894,7 +3894,7 @@
|
|
|
3894
3894
|
"varName": "customService"
|
|
3895
3895
|
},
|
|
3896
3896
|
"simple": {
|
|
3897
|
-
"alias": "
|
|
3897
|
+
"alias": "simpleSocketLanFirewallServiceType: simple",
|
|
3898
3898
|
"args": {},
|
|
3899
3899
|
"deprecationReason": null,
|
|
3900
3900
|
"description": "Simple services allowed by the firewall rule.",
|
|
@@ -3911,7 +3911,7 @@
|
|
|
3911
3911
|
"enumValues": null,
|
|
3912
3912
|
"fields": {
|
|
3913
3913
|
"name": {
|
|
3914
|
-
"alias": "
|
|
3914
|
+
"alias": "nameSimpleService: name",
|
|
3915
3915
|
"args": {},
|
|
3916
3916
|
"deprecationReason": null,
|
|
3917
3917
|
"description": null,
|
|
@@ -4018,7 +4018,7 @@
|
|
|
4018
4018
|
"varName": "simpleService"
|
|
4019
4019
|
},
|
|
4020
4020
|
"standard": {
|
|
4021
|
-
"alias": "
|
|
4021
|
+
"alias": "standardSocketLanFirewallServiceType: standard",
|
|
4022
4022
|
"args": {},
|
|
4023
4023
|
"deprecationReason": null,
|
|
4024
4024
|
"description": "Standard services allowed by the firewall rule.",
|
|
@@ -4113,7 +4113,7 @@
|
|
|
4113
4113
|
"varName": "socketLanFirewallServiceType"
|
|
4114
4114
|
},
|
|
4115
4115
|
"source": {
|
|
4116
|
-
"alias": "
|
|
4116
|
+
"alias": "sourceSocketLanFirewallRule: source",
|
|
4117
4117
|
"args": {},
|
|
4118
4118
|
"deprecationReason": null,
|
|
4119
4119
|
"description": "Defines sources for the socket LAN firewall.\nAlso, inherited by Network Rule above.",
|
|
@@ -4130,7 +4130,7 @@
|
|
|
4130
4130
|
"enumValues": null,
|
|
4131
4131
|
"fields": {
|
|
4132
4132
|
"floatingSubnet": {
|
|
4133
|
-
"alias": "
|
|
4133
|
+
"alias": "floatingSubnetSocketLanFirewallSource: floatingSubnet",
|
|
4134
4134
|
"args": {},
|
|
4135
4135
|
"deprecationReason": null,
|
|
4136
4136
|
"description": "Floating subnets used to identify traffic based on specific criteria.",
|
|
@@ -4208,7 +4208,7 @@
|
|
|
4208
4208
|
"varName": "floatingSubnetRef"
|
|
4209
4209
|
},
|
|
4210
4210
|
"globalIpRange": {
|
|
4211
|
-
"alias": "
|
|
4211
|
+
"alias": "globalIpRangeSocketLanFirewallSource: globalIpRange",
|
|
4212
4212
|
"args": {},
|
|
4213
4213
|
"deprecationReason": null,
|
|
4214
4214
|
"description": "Global IP ranges defined for your account.",
|
|
@@ -4286,7 +4286,7 @@
|
|
|
4286
4286
|
"varName": "globalIpRangeRef"
|
|
4287
4287
|
},
|
|
4288
4288
|
"group": {
|
|
4289
|
-
"alias": "
|
|
4289
|
+
"alias": "groupSocketLanFirewallSource: group",
|
|
4290
4290
|
"args": {},
|
|
4291
4291
|
"deprecationReason": null,
|
|
4292
4292
|
"description": "Groups defined for your account.",
|
|
@@ -4364,7 +4364,7 @@
|
|
|
4364
4364
|
"varName": "groupRef"
|
|
4365
4365
|
},
|
|
4366
4366
|
"host": {
|
|
4367
|
-
"alias": "
|
|
4367
|
+
"alias": "hostSocketLanFirewallSource: host",
|
|
4368
4368
|
"args": {},
|
|
4369
4369
|
"deprecationReason": null,
|
|
4370
4370
|
"description": "Hosts and servers defined for your account.",
|
|
@@ -4465,7 +4465,7 @@
|
|
|
4465
4465
|
"varName": "ip"
|
|
4466
4466
|
},
|
|
4467
4467
|
"ipRange": {
|
|
4468
|
-
"alias": "
|
|
4468
|
+
"alias": "ipRangeSocketLanFirewallSource: ipRange",
|
|
4469
4469
|
"args": {},
|
|
4470
4470
|
"deprecationReason": null,
|
|
4471
4471
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -4566,7 +4566,7 @@
|
|
|
4566
4566
|
"varName": "mac"
|
|
4567
4567
|
},
|
|
4568
4568
|
"networkInterface": {
|
|
4569
|
-
"alias": "
|
|
4569
|
+
"alias": "networkInterfaceSocketLanFirewallSource: networkInterface",
|
|
4570
4570
|
"args": {},
|
|
4571
4571
|
"deprecationReason": null,
|
|
4572
4572
|
"description": "Network interfaces defined for your site.",
|
|
@@ -4644,7 +4644,7 @@
|
|
|
4644
4644
|
"varName": "networkInterfaceRef"
|
|
4645
4645
|
},
|
|
4646
4646
|
"site": {
|
|
4647
|
-
"alias": "
|
|
4647
|
+
"alias": "siteSocketLanFirewallSource: site",
|
|
4648
4648
|
"args": {},
|
|
4649
4649
|
"deprecationReason": null,
|
|
4650
4650
|
"description": "Sites defined for your account.",
|
|
@@ -4722,7 +4722,7 @@
|
|
|
4722
4722
|
"varName": "siteRef"
|
|
4723
4723
|
},
|
|
4724
4724
|
"siteNetworkSubnet": {
|
|
4725
|
-
"alias": "
|
|
4725
|
+
"alias": "siteNetworkSubnetSocketLanFirewallSource: siteNetworkSubnet",
|
|
4726
4726
|
"args": {},
|
|
4727
4727
|
"deprecationReason": null,
|
|
4728
4728
|
"description": "Subnets specific to a site defined for your account.",
|
|
@@ -4823,7 +4823,7 @@
|
|
|
4823
4823
|
"varName": "subnet"
|
|
4824
4824
|
},
|
|
4825
4825
|
"systemGroup": {
|
|
4826
|
-
"alias": "
|
|
4826
|
+
"alias": "systemGroupSocketLanFirewallSource: systemGroup",
|
|
4827
4827
|
"args": {},
|
|
4828
4828
|
"deprecationReason": null,
|
|
4829
4829
|
"description": "Predefined system groups in your account.",
|
|
@@ -4941,7 +4941,7 @@
|
|
|
4941
4941
|
"varName": "socketLanFirewallSource"
|
|
4942
4942
|
},
|
|
4943
4943
|
"tracking": {
|
|
4944
|
-
"alias": "
|
|
4944
|
+
"alias": "trackingSocketLanFirewallRule: tracking",
|
|
4945
4945
|
"args": {},
|
|
4946
4946
|
"deprecationReason": null,
|
|
4947
4947
|
"description": "Tracking information when the rule is matched, such as events and notifications.",
|
|
@@ -4958,7 +4958,7 @@
|
|
|
4958
4958
|
"enumValues": null,
|
|
4959
4959
|
"fields": {
|
|
4960
4960
|
"alert": {
|
|
4961
|
-
"alias": "
|
|
4961
|
+
"alias": "alertPolicyTracking: alert",
|
|
4962
4962
|
"args": {},
|
|
4963
4963
|
"deprecationReason": null,
|
|
4964
4964
|
"description": null,
|
|
@@ -4996,7 +4996,7 @@
|
|
|
4996
4996
|
"varName": "enabled"
|
|
4997
4997
|
},
|
|
4998
4998
|
"frequency": {
|
|
4999
|
-
"alias": "
|
|
4999
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
5000
5000
|
"args": {},
|
|
5001
5001
|
"deprecationReason": null,
|
|
5002
5002
|
"description": "Returns data for the alert frequency",
|
|
@@ -5054,7 +5054,7 @@
|
|
|
5054
5054
|
"varName": "frequency"
|
|
5055
5055
|
},
|
|
5056
5056
|
"mailingList": {
|
|
5057
|
-
"alias": "
|
|
5057
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
5058
5058
|
"args": {},
|
|
5059
5059
|
"deprecationReason": null,
|
|
5060
5060
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -5132,7 +5132,7 @@
|
|
|
5132
5132
|
"varName": "subscriptionMailingListRef"
|
|
5133
5133
|
},
|
|
5134
5134
|
"subscriptionGroup": {
|
|
5135
|
-
"alias": "
|
|
5135
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
5136
5136
|
"args": {},
|
|
5137
5137
|
"deprecationReason": null,
|
|
5138
5138
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -5210,7 +5210,7 @@
|
|
|
5210
5210
|
"varName": "subscriptionGroupRef"
|
|
5211
5211
|
},
|
|
5212
5212
|
"webhook": {
|
|
5213
|
-
"alias": "
|
|
5213
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
5214
5214
|
"args": {},
|
|
5215
5215
|
"deprecationReason": null,
|
|
5216
5216
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -5305,7 +5305,7 @@
|
|
|
5305
5305
|
"varName": "policyRuleTrackingAlert"
|
|
5306
5306
|
},
|
|
5307
5307
|
"event": {
|
|
5308
|
-
"alias": "
|
|
5308
|
+
"alias": "eventPolicyTracking: event",
|
|
5309
5309
|
"args": {},
|
|
5310
5310
|
"deprecationReason": null,
|
|
5311
5311
|
"description": null,
|
|
@@ -5476,7 +5476,7 @@
|
|
|
5476
5476
|
"varName": "name"
|
|
5477
5477
|
},
|
|
5478
5478
|
"nat": {
|
|
5479
|
-
"alias": "
|
|
5479
|
+
"alias": "natSocketLanRule: nat",
|
|
5480
5480
|
"args": {},
|
|
5481
5481
|
"deprecationReason": null,
|
|
5482
5482
|
"description": "Optionally, enable NAT on the outgoing interface. This translates all originating IPs to one NAT IP.",
|
|
@@ -5514,7 +5514,7 @@
|
|
|
5514
5514
|
"varName": "enabled"
|
|
5515
5515
|
},
|
|
5516
5516
|
"natType": {
|
|
5517
|
-
"alias": "
|
|
5517
|
+
"alias": "natTypeSocketLanNatSettings: natType",
|
|
5518
5518
|
"args": {},
|
|
5519
5519
|
"deprecationReason": null,
|
|
5520
5520
|
"description": null,
|
|
@@ -5571,7 +5571,7 @@
|
|
|
5571
5571
|
"varName": "socketLanNatSettings"
|
|
5572
5572
|
},
|
|
5573
5573
|
"section": {
|
|
5574
|
-
"alias": "
|
|
5574
|
+
"alias": "sectionSocketLanRule: section",
|
|
5575
5575
|
"args": {},
|
|
5576
5576
|
"deprecationReason": null,
|
|
5577
5577
|
"description": "Policy section where the rule is located",
|
|
@@ -5647,7 +5647,7 @@
|
|
|
5647
5647
|
"varName": "policySectionInfo"
|
|
5648
5648
|
},
|
|
5649
5649
|
"service": {
|
|
5650
|
-
"alias": "
|
|
5650
|
+
"alias": "serviceSocketLanRule: service",
|
|
5651
5651
|
"args": {},
|
|
5652
5652
|
"deprecationReason": null,
|
|
5653
5653
|
"description": "Destination service matching criteria for the rule. Port/Protocol based.",
|
|
@@ -5664,7 +5664,7 @@
|
|
|
5664
5664
|
"enumValues": null,
|
|
5665
5665
|
"fields": {
|
|
5666
5666
|
"custom": {
|
|
5667
|
-
"alias": "
|
|
5667
|
+
"alias": "customSocketLanService: custom",
|
|
5668
5668
|
"args": {},
|
|
5669
5669
|
"deprecationReason": null,
|
|
5670
5670
|
"description": "Custom Port/Protocol service.",
|
|
@@ -5703,7 +5703,7 @@
|
|
|
5703
5703
|
"varName": "port"
|
|
5704
5704
|
},
|
|
5705
5705
|
"portRange": {
|
|
5706
|
-
"alias": "
|
|
5706
|
+
"alias": "portRangeCustomService: portRange",
|
|
5707
5707
|
"args": {},
|
|
5708
5708
|
"deprecationReason": null,
|
|
5709
5709
|
"description": null,
|
|
@@ -5778,7 +5778,7 @@
|
|
|
5778
5778
|
"varName": "portRange"
|
|
5779
5779
|
},
|
|
5780
5780
|
"protocol": {
|
|
5781
|
-
"alias": "
|
|
5781
|
+
"alias": "protocolCustomService: protocol",
|
|
5782
5782
|
"args": {},
|
|
5783
5783
|
"deprecationReason": null,
|
|
5784
5784
|
"description": null,
|
|
@@ -5861,7 +5861,7 @@
|
|
|
5861
5861
|
"varName": "customService"
|
|
5862
5862
|
},
|
|
5863
5863
|
"simple": {
|
|
5864
|
-
"alias": "
|
|
5864
|
+
"alias": "simpleSocketLanService: simple",
|
|
5865
5865
|
"args": {},
|
|
5866
5866
|
"deprecationReason": null,
|
|
5867
5867
|
"description": "List of L4 based services.",
|
|
@@ -5878,7 +5878,7 @@
|
|
|
5878
5878
|
"enumValues": null,
|
|
5879
5879
|
"fields": {
|
|
5880
5880
|
"name": {
|
|
5881
|
-
"alias": "
|
|
5881
|
+
"alias": "nameSimpleService: name",
|
|
5882
5882
|
"args": {},
|
|
5883
5883
|
"deprecationReason": null,
|
|
5884
5884
|
"description": null,
|
|
@@ -6002,7 +6002,7 @@
|
|
|
6002
6002
|
"varName": "socketLanService"
|
|
6003
6003
|
},
|
|
6004
6004
|
"site": {
|
|
6005
|
-
"alias": "
|
|
6005
|
+
"alias": "siteSocketLanRule: site",
|
|
6006
6006
|
"args": {},
|
|
6007
6007
|
"deprecationReason": null,
|
|
6008
6008
|
"description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -6019,7 +6019,7 @@
|
|
|
6019
6019
|
"enumValues": null,
|
|
6020
6020
|
"fields": {
|
|
6021
6021
|
"group": {
|
|
6022
|
-
"alias": "
|
|
6022
|
+
"alias": "groupSocketLanSite: group",
|
|
6023
6023
|
"args": {},
|
|
6024
6024
|
"deprecationReason": null,
|
|
6025
6025
|
"description": "The group of sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -6097,7 +6097,7 @@
|
|
|
6097
6097
|
"varName": "groupRef"
|
|
6098
6098
|
},
|
|
6099
6099
|
"site": {
|
|
6100
|
-
"alias": "
|
|
6100
|
+
"alias": "siteSocketLanSite: site",
|
|
6101
6101
|
"args": {},
|
|
6102
6102
|
"deprecationReason": null,
|
|
6103
6103
|
"description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -6192,7 +6192,7 @@
|
|
|
6192
6192
|
"varName": "socketLanSite"
|
|
6193
6193
|
},
|
|
6194
6194
|
"source": {
|
|
6195
|
-
"alias": "
|
|
6195
|
+
"alias": "sourceSocketLanRule: source",
|
|
6196
6196
|
"args": {},
|
|
6197
6197
|
"deprecationReason": null,
|
|
6198
6198
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -6209,7 +6209,7 @@
|
|
|
6209
6209
|
"enumValues": null,
|
|
6210
6210
|
"fields": {
|
|
6211
6211
|
"floatingSubnet": {
|
|
6212
|
-
"alias": "
|
|
6212
|
+
"alias": "floatingSubnetSocketLanSource: floatingSubnet",
|
|
6213
6213
|
"args": {},
|
|
6214
6214
|
"deprecationReason": null,
|
|
6215
6215
|
"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.",
|
|
@@ -6287,7 +6287,7 @@
|
|
|
6287
6287
|
"varName": "floatingSubnetRef"
|
|
6288
6288
|
},
|
|
6289
6289
|
"globalIpRange": {
|
|
6290
|
-
"alias": "
|
|
6290
|
+
"alias": "globalIpRangeSocketLanSource: globalIpRange",
|
|
6291
6291
|
"args": {},
|
|
6292
6292
|
"deprecationReason": null,
|
|
6293
6293
|
"description": "Globally defined IP range, IP and subnet objects.",
|
|
@@ -6365,7 +6365,7 @@
|
|
|
6365
6365
|
"varName": "globalIpRangeRef"
|
|
6366
6366
|
},
|
|
6367
6367
|
"group": {
|
|
6368
|
-
"alias": "
|
|
6368
|
+
"alias": "groupSocketLanSource: group",
|
|
6369
6369
|
"args": {},
|
|
6370
6370
|
"deprecationReason": null,
|
|
6371
6371
|
"description": "Predefined Cato groups, Socket sites/objects only.",
|
|
@@ -6443,7 +6443,7 @@
|
|
|
6443
6443
|
"varName": "groupRef"
|
|
6444
6444
|
},
|
|
6445
6445
|
"host": {
|
|
6446
|
-
"alias": "
|
|
6446
|
+
"alias": "hostSocketLanSource: host",
|
|
6447
6447
|
"args": {},
|
|
6448
6448
|
"deprecationReason": null,
|
|
6449
6449
|
"description": "Hosts and servers defined for your under Socket sites.",
|
|
@@ -6544,7 +6544,7 @@
|
|
|
6544
6544
|
"varName": "ip"
|
|
6545
6545
|
},
|
|
6546
6546
|
"ipRange": {
|
|
6547
|
-
"alias": "
|
|
6547
|
+
"alias": "ipRangeSocketLanSource: ipRange",
|
|
6548
6548
|
"args": {},
|
|
6549
6549
|
"deprecationReason": null,
|
|
6550
6550
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -6622,7 +6622,7 @@
|
|
|
6622
6622
|
"varName": "ipAddressRange"
|
|
6623
6623
|
},
|
|
6624
6624
|
"networkInterface": {
|
|
6625
|
-
"alias": "
|
|
6625
|
+
"alias": "networkInterfaceSocketLanSource: networkInterface",
|
|
6626
6626
|
"args": {},
|
|
6627
6627
|
"deprecationReason": null,
|
|
6628
6628
|
"description": "Network range defined for a site.",
|
|
@@ -6700,7 +6700,7 @@
|
|
|
6700
6700
|
"varName": "networkInterfaceRef"
|
|
6701
6701
|
},
|
|
6702
6702
|
"siteNetworkSubnet": {
|
|
6703
|
-
"alias": "
|
|
6703
|
+
"alias": "siteNetworkSubnetSocketLanSource: siteNetworkSubnet",
|
|
6704
6704
|
"args": {},
|
|
6705
6705
|
"deprecationReason": null,
|
|
6706
6706
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6801,7 +6801,7 @@
|
|
|
6801
6801
|
"varName": "subnet"
|
|
6802
6802
|
},
|
|
6803
6803
|
"systemGroup": {
|
|
6804
|
-
"alias": "
|
|
6804
|
+
"alias": "systemGroupSocketLanSource: systemGroup",
|
|
6805
6805
|
"args": {},
|
|
6806
6806
|
"deprecationReason": null,
|
|
6807
6807
|
"description": "Predefined Cato groups.",
|
|
@@ -6919,7 +6919,7 @@
|
|
|
6919
6919
|
"varName": "socketLanSource"
|
|
6920
6920
|
},
|
|
6921
6921
|
"transport": {
|
|
6922
|
-
"alias": "
|
|
6922
|
+
"alias": "transportSocketLanRule: transport",
|
|
6923
6923
|
"args": {},
|
|
6924
6924
|
"deprecationReason": null,
|
|
6925
6925
|
"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.",
|
|
@@ -7017,7 +7017,7 @@
|
|
|
7017
7017
|
"enumValues": null,
|
|
7018
7018
|
"fields": {
|
|
7019
7019
|
"audit": {
|
|
7020
|
-
"alias": "
|
|
7020
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
7021
7021
|
"args": {},
|
|
7022
7022
|
"deprecationReason": null,
|
|
7023
7023
|
"description": null,
|
|
@@ -7093,7 +7093,7 @@
|
|
|
7093
7093
|
"varName": "policyElementAudit"
|
|
7094
7094
|
},
|
|
7095
7095
|
"properties": {
|
|
7096
|
-
"alias": "
|
|
7096
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
7097
7097
|
"args": {},
|
|
7098
7098
|
"deprecationReason": null,
|
|
7099
7099
|
"description": null,
|
|
@@ -7171,7 +7171,7 @@
|
|
|
7171
7171
|
"varName": "properties"
|
|
7172
7172
|
},
|
|
7173
7173
|
"section": {
|
|
7174
|
-
"alias": "
|
|
7174
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
7175
7175
|
"args": {},
|
|
7176
7176
|
"deprecationReason": null,
|
|
7177
7177
|
"description": null,
|
|
@@ -7282,7 +7282,7 @@
|
|
|
7282
7282
|
"varName": "socketLanPolicy"
|
|
7283
7283
|
},
|
|
7284
7284
|
"status": {
|
|
7285
|
-
"alias": "
|
|
7285
|
+
"alias": "statusSocketLanPolicyMutationPayload: status",
|
|
7286
7286
|
"args": {},
|
|
7287
7287
|
"deprecationReason": null,
|
|
7288
7288
|
"description": null,
|