catocli 2.0.5__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 +10 -0
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +18 -1
- 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_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_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 +17 -8
- 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_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/__init__.py +26 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/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-2.0.5.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/RECORD +249 -297
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -2
- 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 +3 -3
- models/mutation.container.fqdn.createFromFile.json +3 -3
- models/mutation.container.fqdn.removeValues.json +3 -3
- models/mutation.container.fqdn.updateFromFile.json +3 -3
- models/mutation.container.ipAddressRange.addValues.json +3 -3
- models/mutation.container.ipAddressRange.createFromFile.json +3 -3
- models/mutation.container.ipAddressRange.removeValues.json +3 -3
- models/mutation.container.ipAddressRange.updateFromFile.json +3 -3
- 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 +33 -33
- models/mutation.policy.appTenantRestriction.addSection.json +4 -4
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.moveRule.json +27 -27
- models/mutation.policy.appTenantRestriction.moveSection.json +4 -4
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.removeRule.json +27 -27
- models/mutation.policy.appTenantRestriction.removeSection.json +4 -4
- models/mutation.policy.appTenantRestriction.updatePolicy.json +33 -33
- models/mutation.policy.appTenantRestriction.updateRule.json +33 -33
- models/mutation.policy.appTenantRestriction.updateSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.addRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.addSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.moveRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.removeRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.removeSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +18 -18
- models/mutation.policy.dynamicIpAllocation.updateRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.updateSection.json +4 -4
- models/mutation.policy.internetFirewall.addRule.json +141 -141
- models/mutation.policy.internetFirewall.addSection.json +4 -4
- models/mutation.policy.internetFirewall.createPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.moveRule.json +96 -96
- models/mutation.policy.internetFirewall.moveSection.json +4 -4
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.removeRule.json +96 -96
- models/mutation.policy.internetFirewall.removeSection.json +4 -4
- models/mutation.policy.internetFirewall.updatePolicy.json +102 -102
- models/mutation.policy.internetFirewall.updateRule.json +141 -141
- models/mutation.policy.internetFirewall.updateSection.json +4 -4
- models/mutation.policy.remotePortFwd.addRule.json +21 -21
- models/mutation.policy.remotePortFwd.addSection.json +4 -4
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.moveRule.json +18 -18
- models/mutation.policy.remotePortFwd.moveSection.json +4 -4
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.removeRule.json +18 -18
- models/mutation.policy.remotePortFwd.removeSection.json +4 -4
- models/mutation.policy.remotePortFwd.updatePolicy.json +24 -24
- models/mutation.policy.remotePortFwd.updateRule.json +21 -21
- models/mutation.policy.remotePortFwd.updateSection.json +4 -4
- models/mutation.policy.socketLan.addRule.json +97 -97
- models/mutation.policy.socketLan.addSection.json +4 -4
- models/mutation.policy.socketLan.createPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.discardPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.moveRule.json +85 -85
- models/mutation.policy.socketLan.moveSection.json +4 -4
- models/mutation.policy.socketLan.publishPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.removeRule.json +85 -85
- models/mutation.policy.socketLan.removeSection.json +4 -4
- models/mutation.policy.socketLan.updatePolicy.json +91 -91
- models/mutation.policy.socketLan.updateRule.json +97 -97
- models/mutation.policy.socketLan.updateSection.json +4 -4
- models/mutation.policy.terminalServer.addRule.json +7 -7
- models/mutation.policy.terminalServer.addSection.json +4 -4
- models/mutation.policy.terminalServer.createPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.discardPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.moveRule.json +7 -7
- models/mutation.policy.terminalServer.moveSection.json +4 -4
- models/mutation.policy.terminalServer.publishPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.removeRule.json +7 -7
- models/mutation.policy.terminalServer.removeSection.json +4 -4
- models/mutation.policy.terminalServer.updatePolicy.json +13 -13
- models/mutation.policy.terminalServer.updateRule.json +7 -7
- models/mutation.policy.terminalServer.updateSection.json +4 -4
- models/mutation.policy.wanFirewall.addRule.json +157 -157
- models/mutation.policy.wanFirewall.addSection.json +4 -4
- models/mutation.policy.wanFirewall.createPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.moveRule.json +115 -115
- models/mutation.policy.wanFirewall.moveSection.json +4 -4
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.removeRule.json +115 -115
- models/mutation.policy.wanFirewall.removeSection.json +4 -4
- models/mutation.policy.wanFirewall.updatePolicy.json +121 -121
- models/mutation.policy.wanFirewall.updateRule.json +157 -157
- models/mutation.policy.wanFirewall.updateSection.json +4 -4
- models/mutation.policy.wanNetwork.addRule.json +103 -103
- models/mutation.policy.wanNetwork.addSection.json +4 -4
- models/mutation.policy.wanNetwork.createPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.moveRule.json +91 -91
- models/mutation.policy.wanNetwork.moveSection.json +4 -4
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.removeRule.json +91 -91
- models/mutation.policy.wanNetwork.removeSection.json +4 -4
- models/mutation.policy.wanNetwork.updatePolicy.json +97 -97
- models/mutation.policy.wanNetwork.updateRule.json +103 -103
- models/mutation.policy.wanNetwork.updateSection.json +4 -4
- 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 +32 -32
- models/query.policy.dynamicIpAllocation.policy.json +18 -18
- models/query.policy.internetFirewall.policy.json +93 -93
- models/query.policy.remotePortFwd.policy.json +23 -23
- models/query.policy.socketLan.policy.json +88 -88
- models/query.policy.terminalServer.policy.json +13 -13
- models/query.policy.wanFirewall.policy.json +111 -111
- models/query.policy.wanNetwork.policy.json +97 -97
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.bgpPeer.json +4 -4
- models/query.site.bgpPeerList.json +10 -10
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +2 -2
- 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 +21 -12
- build/lib/catocli/Utils/clidriver.py +0 -268
- build/lib/catocli/Utils/profile_manager.py +0 -188
- build/lib/catocli/Utils/version_checker.py +0 -192
- build/lib/catocli/__init__.py +0 -2
- build/lib/catocli/__main__.py +0 -12
- build/lib/catocli/parsers/configure/__init__.py +0 -115
- build/lib/catocli/parsers/configure/configure.py +0 -307
- build/lib/catocli/parsers/custom/__init__.py +0 -57
- build/lib/catocli/parsers/custom/customLib.py +0 -561
- build/lib/catocli/parsers/custom/export_rules/__init__.py +0 -42
- build/lib/catocli/parsers/custom/export_rules/export_rules.py +0 -234
- build/lib/catocli/parsers/custom/export_sites/__init__.py +0 -21
- build/lib/catocli/parsers/custom/export_sites/export_sites.py +0 -372
- build/lib/catocli/parsers/custom/import_rules_to_tf/__init__.py +0 -58
- build/lib/catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +0 -451
- build/lib/catocli/parsers/custom/import_sites_to_tf/__init__.py +0 -45
- build/lib/catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +0 -891
- build/lib/catocli/parsers/mutation_accountManagement/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_admin/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_container/__init__.py +0 -138
- build/lib/catocli/parsers/mutation_hardware/__init__.py +0 -22
- build/lib/catocli/parsers/mutation_policy/__init__.py +0 -1305
- build/lib/catocli/parsers/mutation_sandbox/__init__.py +0 -35
- build/lib/catocli/parsers/mutation_site/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_sites/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_xdr/__init__.py +0 -48
- build/lib/catocli/parsers/parserApiClient.py +0 -513
- build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -16
- build/lib/catocli/parsers/query_admin/__init__.py +0 -16
- build/lib/catocli/parsers/query_admins/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStats/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_catalogs/__init__.py +0 -16
- build/lib/catocli/parsers/query_container/__init__.py +0 -16
- build/lib/catocli/parsers/query_devices/__init__.py +0 -16
- build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -16
- build/lib/catocli/parsers/query_events/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardware/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_licensing/__init__.py +0 -16
- build/lib/catocli/parsers/query_policy/__init__.py +0 -161
- build/lib/catocli/parsers/query_sandbox/__init__.py +0 -16
- build/lib/catocli/parsers/query_site/__init__.py +0 -100
- build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -13
- build/lib/catocli/parsers/query_subDomains/__init__.py +0 -16
- build/lib/catocli/parsers/query_xdr/__init__.py +0 -35
- build/lib/catocli/parsers/raw/__init__.py +0 -12
- build/lib/graphql_client/__init__.py +0 -11
- build/lib/graphql_client/api/__init__.py +0 -3
- build/lib/graphql_client/api/call_api.py +0 -84
- build/lib/graphql_client/api_client.py +0 -192
- build/lib/graphql_client/api_client_types.py +0 -409
- build/lib/graphql_client/configuration.py +0 -232
- build/lib/graphql_client/models/__init__.py +0 -13
- build/lib/graphql_client/models/no_schema.py +0 -71
- build/lib/schema/catolib.py +0 -1141
- build/lib/schema/importSchema.py +0 -60
- build/lib/schema/remove_policyid.py +0 -89
- build/lib/schema/remove_policyid_mutations.py +0 -89
- build/lib/scripts/catolib.py +0 -62
- build/lib/scripts/export_if_rules_to_json.py +0 -188
- build/lib/scripts/export_wf_rules_to_json.py +0 -111
- build/lib/scripts/import_wf_rules_to_tfstate.py +0 -331
- build/lib/vendor/certifi/__init__.py +0 -4
- build/lib/vendor/certifi/__main__.py +0 -12
- build/lib/vendor/certifi/core.py +0 -114
- build/lib/vendor/certifi/py.typed +0 -0
- build/lib/vendor/six.py +0 -998
- build/lib/vendor/urllib3/__init__.py +0 -211
- build/lib/vendor/urllib3/_base_connection.py +0 -172
- build/lib/vendor/urllib3/_collections.py +0 -483
- build/lib/vendor/urllib3/_request_methods.py +0 -278
- build/lib/vendor/urllib3/_version.py +0 -16
- build/lib/vendor/urllib3/connection.py +0 -1033
- build/lib/vendor/urllib3/connectionpool.py +0 -1182
- build/lib/vendor/urllib3/contrib/__init__.py +0 -0
- build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
- build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
- build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
- build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
- build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
- build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
- build/lib/vendor/urllib3/contrib/socks.py +0 -228
- build/lib/vendor/urllib3/exceptions.py +0 -321
- build/lib/vendor/urllib3/fields.py +0 -341
- build/lib/vendor/urllib3/filepost.py +0 -89
- build/lib/vendor/urllib3/http2/__init__.py +0 -53
- build/lib/vendor/urllib3/http2/connection.py +0 -356
- build/lib/vendor/urllib3/http2/probe.py +0 -87
- build/lib/vendor/urllib3/poolmanager.py +0 -637
- build/lib/vendor/urllib3/py.typed +0 -2
- build/lib/vendor/urllib3/response.py +0 -1265
- build/lib/vendor/urllib3/util/__init__.py +0 -42
- build/lib/vendor/urllib3/util/connection.py +0 -137
- build/lib/vendor/urllib3/util/proxy.py +0 -43
- build/lib/vendor/urllib3/util/request.py +0 -256
- build/lib/vendor/urllib3/util/response.py +0 -101
- build/lib/vendor/urllib3/util/retry.py +0 -533
- build/lib/vendor/urllib3/util/ssl_.py +0 -513
- build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
- build/lib/vendor/urllib3/util/ssltransport.py +0 -276
- build/lib/vendor/urllib3/util/timeout.py +0 -275
- build/lib/vendor/urllib3/util/url.py +0 -471
- build/lib/vendor/urllib3/util/util.py +0 -42
- build/lib/vendor/urllib3/util/wait.py +0 -124
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
"enumValues": null,
|
|
600
600
|
"fields": {
|
|
601
601
|
"errors": {
|
|
602
|
-
"alias": "
|
|
602
|
+
"alias": "errorsWanNetworkPolicyMutationPayload: errors",
|
|
603
603
|
"args": {},
|
|
604
604
|
"deprecationReason": null,
|
|
605
605
|
"description": null,
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
"responseStr": "errors:$policyMutationError ",
|
|
613
613
|
"type": {
|
|
614
614
|
"definition": {
|
|
615
|
-
"description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can
|
|
615
|
+
"description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
|
|
616
616
|
"enumValues": null,
|
|
617
617
|
"fields": {
|
|
618
618
|
"errorCode": {
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
"varName": "policyMutationError"
|
|
676
676
|
},
|
|
677
677
|
"policy": {
|
|
678
|
-
"alias": "
|
|
678
|
+
"alias": "policyWanNetworkPolicyMutationPayload: policy",
|
|
679
679
|
"args": {},
|
|
680
680
|
"deprecationReason": null,
|
|
681
681
|
"description": null,
|
|
@@ -961,7 +961,7 @@
|
|
|
961
961
|
"enumValues": null,
|
|
962
962
|
"fields": {
|
|
963
963
|
"audit": {
|
|
964
|
-
"alias": "
|
|
964
|
+
"alias": "auditWanNetworkRulePayload: audit",
|
|
965
965
|
"args": {},
|
|
966
966
|
"deprecationReason": null,
|
|
967
967
|
"description": null,
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
"varName": "policyElementAudit"
|
|
1038
1038
|
},
|
|
1039
1039
|
"properties": {
|
|
1040
|
-
"alias": "
|
|
1040
|
+
"alias": "propertiesWanNetworkRulePayload: properties",
|
|
1041
1041
|
"args": {},
|
|
1042
1042
|
"deprecationReason": null,
|
|
1043
1043
|
"description": null,
|
|
@@ -1115,7 +1115,7 @@
|
|
|
1115
1115
|
"varName": "properties"
|
|
1116
1116
|
},
|
|
1117
1117
|
"rule": {
|
|
1118
|
-
"alias": "
|
|
1118
|
+
"alias": "ruleWanNetworkRulePayload: rule",
|
|
1119
1119
|
"args": {},
|
|
1120
1120
|
"deprecationReason": null,
|
|
1121
1121
|
"description": null,
|
|
@@ -1132,7 +1132,7 @@
|
|
|
1132
1132
|
"enumValues": null,
|
|
1133
1133
|
"fields": {
|
|
1134
1134
|
"application": {
|
|
1135
|
-
"alias": "
|
|
1135
|
+
"alias": "applicationWanNetworkRule: application",
|
|
1136
1136
|
"args": {},
|
|
1137
1137
|
"deprecationReason": null,
|
|
1138
1138
|
"description": "The application or category of traffic for the rule.",
|
|
@@ -1149,7 +1149,7 @@
|
|
|
1149
1149
|
"enumValues": null,
|
|
1150
1150
|
"fields": {
|
|
1151
1151
|
"appCategory": {
|
|
1152
|
-
"alias": "
|
|
1152
|
+
"alias": "appCategoryWanNetworkRuleApplication: appCategory",
|
|
1153
1153
|
"args": {},
|
|
1154
1154
|
"deprecationReason": null,
|
|
1155
1155
|
"description": null,
|
|
@@ -1227,7 +1227,7 @@
|
|
|
1227
1227
|
"varName": "applicationCategoryRef"
|
|
1228
1228
|
},
|
|
1229
1229
|
"application": {
|
|
1230
|
-
"alias": "
|
|
1230
|
+
"alias": "applicationWanNetworkRuleApplication: application",
|
|
1231
1231
|
"args": {},
|
|
1232
1232
|
"deprecationReason": null,
|
|
1233
1233
|
"description": null,
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
"varName": "applicationRef"
|
|
1306
1306
|
},
|
|
1307
1307
|
"customApp": {
|
|
1308
|
-
"alias": "
|
|
1308
|
+
"alias": "customAppWanNetworkRuleApplication: customApp",
|
|
1309
1309
|
"args": {},
|
|
1310
1310
|
"deprecationReason": null,
|
|
1311
1311
|
"description": null,
|
|
@@ -1383,7 +1383,7 @@
|
|
|
1383
1383
|
"varName": "customApplicationRef"
|
|
1384
1384
|
},
|
|
1385
1385
|
"customCategory": {
|
|
1386
|
-
"alias": "
|
|
1386
|
+
"alias": "customCategoryWanNetworkRuleApplication: customCategory",
|
|
1387
1387
|
"args": {},
|
|
1388
1388
|
"deprecationReason": null,
|
|
1389
1389
|
"description": null,
|
|
@@ -1461,7 +1461,7 @@
|
|
|
1461
1461
|
"varName": "customCategoryRef"
|
|
1462
1462
|
},
|
|
1463
1463
|
"customService": {
|
|
1464
|
-
"alias": "
|
|
1464
|
+
"alias": "customServiceWanNetworkRuleApplication: customService",
|
|
1465
1465
|
"args": {},
|
|
1466
1466
|
"deprecationReason": null,
|
|
1467
1467
|
"description": null,
|
|
@@ -1500,7 +1500,7 @@
|
|
|
1500
1500
|
"varName": "port"
|
|
1501
1501
|
},
|
|
1502
1502
|
"portRange": {
|
|
1503
|
-
"alias": "
|
|
1503
|
+
"alias": "portRangeCustomService: portRange",
|
|
1504
1504
|
"args": {},
|
|
1505
1505
|
"deprecationReason": null,
|
|
1506
1506
|
"description": null,
|
|
@@ -1575,7 +1575,7 @@
|
|
|
1575
1575
|
"varName": "portRange"
|
|
1576
1576
|
},
|
|
1577
1577
|
"protocol": {
|
|
1578
|
-
"alias": "
|
|
1578
|
+
"alias": "protocolCustomService: protocol",
|
|
1579
1579
|
"args": {},
|
|
1580
1580
|
"deprecationReason": null,
|
|
1581
1581
|
"description": null,
|
|
@@ -1658,7 +1658,7 @@
|
|
|
1658
1658
|
"varName": "customService"
|
|
1659
1659
|
},
|
|
1660
1660
|
"customServiceIp": {
|
|
1661
|
-
"alias": "
|
|
1661
|
+
"alias": "customServiceIpWanNetworkRuleApplication: customServiceIp",
|
|
1662
1662
|
"args": {},
|
|
1663
1663
|
"deprecationReason": null,
|
|
1664
1664
|
"description": null,
|
|
@@ -1695,7 +1695,7 @@
|
|
|
1695
1695
|
"varName": "ip"
|
|
1696
1696
|
},
|
|
1697
1697
|
"ipRange": {
|
|
1698
|
-
"alias": "
|
|
1698
|
+
"alias": "ipRangeCustomServiceIp: ipRange",
|
|
1699
1699
|
"args": {},
|
|
1700
1700
|
"deprecationReason": null,
|
|
1701
1701
|
"description": null,
|
|
@@ -1856,7 +1856,7 @@
|
|
|
1856
1856
|
"varName": "fqdn"
|
|
1857
1857
|
},
|
|
1858
1858
|
"service": {
|
|
1859
|
-
"alias": "
|
|
1859
|
+
"alias": "serviceWanNetworkRuleApplication: service",
|
|
1860
1860
|
"args": {},
|
|
1861
1861
|
"deprecationReason": null,
|
|
1862
1862
|
"description": null,
|
|
@@ -1951,7 +1951,7 @@
|
|
|
1951
1951
|
"varName": "wanNetworkRuleApplication"
|
|
1952
1952
|
},
|
|
1953
1953
|
"bandwidthPriority": {
|
|
1954
|
-
"alias": "
|
|
1954
|
+
"alias": "bandwidthPriorityWanNetworkRule: bandwidthPriority",
|
|
1955
1955
|
"args": {},
|
|
1956
1956
|
"deprecationReason": null,
|
|
1957
1957
|
"description": "The bandwidth priority (QoS) for the rule.",
|
|
@@ -2027,7 +2027,7 @@
|
|
|
2027
2027
|
"varName": "bandwidthManagementRef"
|
|
2028
2028
|
},
|
|
2029
2029
|
"configuration": {
|
|
2030
|
-
"alias": "
|
|
2030
|
+
"alias": "configurationWanNetworkRule: configuration",
|
|
2031
2031
|
"args": {},
|
|
2032
2032
|
"deprecationReason": null,
|
|
2033
2033
|
"description": "The configuration of the rule.",
|
|
@@ -2065,7 +2065,7 @@
|
|
|
2065
2065
|
"varName": "activeTcpAcceleration"
|
|
2066
2066
|
},
|
|
2067
2067
|
"allocationIp": {
|
|
2068
|
-
"alias": "
|
|
2068
|
+
"alias": "allocationIpWanNetworkRuleConfiguration: allocationIp",
|
|
2069
2069
|
"args": {},
|
|
2070
2070
|
"deprecationReason": null,
|
|
2071
2071
|
"description": "The allocated IP for NAT routing. Taken from IP Allocation, per PoP.",
|
|
@@ -2143,7 +2143,7 @@
|
|
|
2143
2143
|
"varName": "allocatedIpRef"
|
|
2144
2144
|
},
|
|
2145
2145
|
"backhaulingSite": {
|
|
2146
|
-
"alias": "
|
|
2146
|
+
"alias": "backhaulingSiteWanNetworkRuleConfiguration: backhaulingSite",
|
|
2147
2147
|
"args": {},
|
|
2148
2148
|
"deprecationReason": null,
|
|
2149
2149
|
"description": "The site for backhaul routing option.",
|
|
@@ -2242,7 +2242,7 @@
|
|
|
2242
2242
|
"varName": "packetLossMitigation"
|
|
2243
2243
|
},
|
|
2244
2244
|
"popLocation": {
|
|
2245
|
-
"alias": "
|
|
2245
|
+
"alias": "popLocationWanNetworkRuleConfiguration: popLocation",
|
|
2246
2246
|
"args": {},
|
|
2247
2247
|
"deprecationReason": null,
|
|
2248
2248
|
"description": "The PoP location for routing and egressing from Cato Cloud.",
|
|
@@ -2341,7 +2341,7 @@
|
|
|
2341
2341
|
"varName": "preserveSourcePort"
|
|
2342
2342
|
},
|
|
2343
2343
|
"primaryTransport": {
|
|
2344
|
-
"alias": "
|
|
2344
|
+
"alias": "primaryTransportWanNetworkRuleConfiguration: primaryTransport",
|
|
2345
2345
|
"args": {},
|
|
2346
2346
|
"deprecationReason": null,
|
|
2347
2347
|
"description": "The primary transport method.",
|
|
@@ -2358,7 +2358,7 @@
|
|
|
2358
2358
|
"enumValues": null,
|
|
2359
2359
|
"fields": {
|
|
2360
2360
|
"primaryInterfaceRole": {
|
|
2361
|
-
"alias": "
|
|
2361
|
+
"alias": "primaryInterfaceRoleWanNetworkRuleTransport: primaryInterfaceRole",
|
|
2362
2362
|
"args": {},
|
|
2363
2363
|
"deprecationReason": null,
|
|
2364
2364
|
"description": "The primary interface role.",
|
|
@@ -2440,7 +2440,7 @@
|
|
|
2440
2440
|
"varName": "primaryInterfaceRole"
|
|
2441
2441
|
},
|
|
2442
2442
|
"secondaryInterfaceRole": {
|
|
2443
|
-
"alias": "
|
|
2443
|
+
"alias": "secondaryInterfaceRoleWanNetworkRuleTransport: secondaryInterfaceRole",
|
|
2444
2444
|
"args": {},
|
|
2445
2445
|
"deprecationReason": null,
|
|
2446
2446
|
"description": "The secondary interface role.",
|
|
@@ -2522,7 +2522,7 @@
|
|
|
2522
2522
|
"varName": "secondaryInterfaceRole"
|
|
2523
2523
|
},
|
|
2524
2524
|
"transportType": {
|
|
2525
|
-
"alias": "
|
|
2525
|
+
"alias": "transportTypeWanNetworkRuleTransport: transportType",
|
|
2526
2526
|
"args": {},
|
|
2527
2527
|
"deprecationReason": null,
|
|
2528
2528
|
"description": null,
|
|
@@ -2603,7 +2603,7 @@
|
|
|
2603
2603
|
"varName": "wanNetworkRuleTransport"
|
|
2604
2604
|
},
|
|
2605
2605
|
"secondaryTransport": {
|
|
2606
|
-
"alias": "
|
|
2606
|
+
"alias": "secondaryTransportWanNetworkRuleConfiguration: secondaryTransport",
|
|
2607
2607
|
"args": {},
|
|
2608
2608
|
"deprecationReason": null,
|
|
2609
2609
|
"description": "The secondary transport method.",
|
|
@@ -2620,7 +2620,7 @@
|
|
|
2620
2620
|
"enumValues": null,
|
|
2621
2621
|
"fields": {
|
|
2622
2622
|
"primaryInterfaceRole": {
|
|
2623
|
-
"alias": "
|
|
2623
|
+
"alias": "primaryInterfaceRoleWanNetworkRuleTransport: primaryInterfaceRole",
|
|
2624
2624
|
"args": {},
|
|
2625
2625
|
"deprecationReason": null,
|
|
2626
2626
|
"description": "The primary interface role.",
|
|
@@ -2702,7 +2702,7 @@
|
|
|
2702
2702
|
"varName": "primaryInterfaceRole"
|
|
2703
2703
|
},
|
|
2704
2704
|
"secondaryInterfaceRole": {
|
|
2705
|
-
"alias": "
|
|
2705
|
+
"alias": "secondaryInterfaceRoleWanNetworkRuleTransport: secondaryInterfaceRole",
|
|
2706
2706
|
"args": {},
|
|
2707
2707
|
"deprecationReason": null,
|
|
2708
2708
|
"description": "The secondary interface role.",
|
|
@@ -2784,7 +2784,7 @@
|
|
|
2784
2784
|
"varName": "secondaryInterfaceRole"
|
|
2785
2785
|
},
|
|
2786
2786
|
"transportType": {
|
|
2787
|
-
"alias": "
|
|
2787
|
+
"alias": "transportTypeWanNetworkRuleTransport: transportType",
|
|
2788
2788
|
"args": {},
|
|
2789
2789
|
"deprecationReason": null,
|
|
2790
2790
|
"description": null,
|
|
@@ -2903,7 +2903,7 @@
|
|
|
2903
2903
|
"varName": "description"
|
|
2904
2904
|
},
|
|
2905
2905
|
"destination": {
|
|
2906
|
-
"alias": "
|
|
2906
|
+
"alias": "destinationWanNetworkRule: destination",
|
|
2907
2907
|
"args": {},
|
|
2908
2908
|
"deprecationReason": null,
|
|
2909
2909
|
"description": "The destination of the traffic for the rule.",
|
|
@@ -2920,7 +2920,7 @@
|
|
|
2920
2920
|
"enumValues": null,
|
|
2921
2921
|
"fields": {
|
|
2922
2922
|
"floatingSubnet": {
|
|
2923
|
-
"alias": "
|
|
2923
|
+
"alias": "floatingSubnetWanNetworkRuleDestination: floatingSubnet",
|
|
2924
2924
|
"args": {},
|
|
2925
2925
|
"deprecationReason": null,
|
|
2926
2926
|
"description": null,
|
|
@@ -2998,7 +2998,7 @@
|
|
|
2998
2998
|
"varName": "floatingSubnetRef"
|
|
2999
2999
|
},
|
|
3000
3000
|
"globalIpRange": {
|
|
3001
|
-
"alias": "
|
|
3001
|
+
"alias": "globalIpRangeWanNetworkRuleDestination: globalIpRange",
|
|
3002
3002
|
"args": {},
|
|
3003
3003
|
"deprecationReason": null,
|
|
3004
3004
|
"description": null,
|
|
@@ -3076,7 +3076,7 @@
|
|
|
3076
3076
|
"varName": "globalIpRangeRef"
|
|
3077
3077
|
},
|
|
3078
3078
|
"group": {
|
|
3079
|
-
"alias": "
|
|
3079
|
+
"alias": "groupWanNetworkRuleDestination: group",
|
|
3080
3080
|
"args": {},
|
|
3081
3081
|
"deprecationReason": null,
|
|
3082
3082
|
"description": null,
|
|
@@ -3154,7 +3154,7 @@
|
|
|
3154
3154
|
"varName": "groupRef"
|
|
3155
3155
|
},
|
|
3156
3156
|
"host": {
|
|
3157
|
-
"alias": "
|
|
3157
|
+
"alias": "hostWanNetworkRuleDestination: host",
|
|
3158
3158
|
"args": {},
|
|
3159
3159
|
"deprecationReason": null,
|
|
3160
3160
|
"description": null,
|
|
@@ -3255,7 +3255,7 @@
|
|
|
3255
3255
|
"varName": "ip"
|
|
3256
3256
|
},
|
|
3257
3257
|
"ipRange": {
|
|
3258
|
-
"alias": "
|
|
3258
|
+
"alias": "ipRangeWanNetworkRuleDestination: ipRange",
|
|
3259
3259
|
"args": {},
|
|
3260
3260
|
"deprecationReason": null,
|
|
3261
3261
|
"description": null,
|
|
@@ -3333,7 +3333,7 @@
|
|
|
3333
3333
|
"varName": "ipAddressRange"
|
|
3334
3334
|
},
|
|
3335
3335
|
"networkInterface": {
|
|
3336
|
-
"alias": "
|
|
3336
|
+
"alias": "networkInterfaceWanNetworkRuleDestination: networkInterface",
|
|
3337
3337
|
"args": {},
|
|
3338
3338
|
"deprecationReason": null,
|
|
3339
3339
|
"description": null,
|
|
@@ -3411,7 +3411,7 @@
|
|
|
3411
3411
|
"varName": "networkInterfaceRef"
|
|
3412
3412
|
},
|
|
3413
3413
|
"site": {
|
|
3414
|
-
"alias": "
|
|
3414
|
+
"alias": "siteWanNetworkRuleDestination: site",
|
|
3415
3415
|
"args": {},
|
|
3416
3416
|
"deprecationReason": null,
|
|
3417
3417
|
"description": null,
|
|
@@ -3489,7 +3489,7 @@
|
|
|
3489
3489
|
"varName": "siteRef"
|
|
3490
3490
|
},
|
|
3491
3491
|
"siteNetworkSubnet": {
|
|
3492
|
-
"alias": "
|
|
3492
|
+
"alias": "siteNetworkSubnetWanNetworkRuleDestination: siteNetworkSubnet",
|
|
3493
3493
|
"args": {},
|
|
3494
3494
|
"deprecationReason": null,
|
|
3495
3495
|
"description": null,
|
|
@@ -3590,7 +3590,7 @@
|
|
|
3590
3590
|
"varName": "subnet"
|
|
3591
3591
|
},
|
|
3592
3592
|
"systemGroup": {
|
|
3593
|
-
"alias": "
|
|
3593
|
+
"alias": "systemGroupWanNetworkRuleDestination: systemGroup",
|
|
3594
3594
|
"args": {},
|
|
3595
3595
|
"deprecationReason": null,
|
|
3596
3596
|
"description": null,
|
|
@@ -3668,7 +3668,7 @@
|
|
|
3668
3668
|
"varName": "systemGroupRef"
|
|
3669
3669
|
},
|
|
3670
3670
|
"user": {
|
|
3671
|
-
"alias": "
|
|
3671
|
+
"alias": "userWanNetworkRuleDestination: user",
|
|
3672
3672
|
"args": {},
|
|
3673
3673
|
"deprecationReason": null,
|
|
3674
3674
|
"description": null,
|
|
@@ -3746,7 +3746,7 @@
|
|
|
3746
3746
|
"varName": "userRef"
|
|
3747
3747
|
},
|
|
3748
3748
|
"usersGroup": {
|
|
3749
|
-
"alias": "
|
|
3749
|
+
"alias": "usersGroupWanNetworkRuleDestination: usersGroup",
|
|
3750
3750
|
"args": {},
|
|
3751
3751
|
"deprecationReason": null,
|
|
3752
3752
|
"description": null,
|
|
@@ -3862,7 +3862,7 @@
|
|
|
3862
3862
|
"varName": "enabled"
|
|
3863
3863
|
},
|
|
3864
3864
|
"exceptions": {
|
|
3865
|
-
"alias": "
|
|
3865
|
+
"alias": "exceptionsWanNetworkRule: exceptions",
|
|
3866
3866
|
"args": {},
|
|
3867
3867
|
"deprecationReason": null,
|
|
3868
3868
|
"description": "Exceptions to the rule.",
|
|
@@ -3879,7 +3879,7 @@
|
|
|
3879
3879
|
"enumValues": null,
|
|
3880
3880
|
"fields": {
|
|
3881
3881
|
"application": {
|
|
3882
|
-
"alias": "
|
|
3882
|
+
"alias": "applicationWanNetworkRuleException: application",
|
|
3883
3883
|
"args": {},
|
|
3884
3884
|
"deprecationReason": null,
|
|
3885
3885
|
"description": "The application or category of traffic for the rule.",
|
|
@@ -3896,7 +3896,7 @@
|
|
|
3896
3896
|
"enumValues": null,
|
|
3897
3897
|
"fields": {
|
|
3898
3898
|
"appCategory": {
|
|
3899
|
-
"alias": "
|
|
3899
|
+
"alias": "appCategoryWanNetworkRuleApplication: appCategory",
|
|
3900
3900
|
"args": {},
|
|
3901
3901
|
"deprecationReason": null,
|
|
3902
3902
|
"description": null,
|
|
@@ -3974,7 +3974,7 @@
|
|
|
3974
3974
|
"varName": "applicationCategoryRef"
|
|
3975
3975
|
},
|
|
3976
3976
|
"application": {
|
|
3977
|
-
"alias": "
|
|
3977
|
+
"alias": "applicationWanNetworkRuleApplication: application",
|
|
3978
3978
|
"args": {},
|
|
3979
3979
|
"deprecationReason": null,
|
|
3980
3980
|
"description": null,
|
|
@@ -4052,7 +4052,7 @@
|
|
|
4052
4052
|
"varName": "applicationRef"
|
|
4053
4053
|
},
|
|
4054
4054
|
"customApp": {
|
|
4055
|
-
"alias": "
|
|
4055
|
+
"alias": "customAppWanNetworkRuleApplication: customApp",
|
|
4056
4056
|
"args": {},
|
|
4057
4057
|
"deprecationReason": null,
|
|
4058
4058
|
"description": null,
|
|
@@ -4130,7 +4130,7 @@
|
|
|
4130
4130
|
"varName": "customApplicationRef"
|
|
4131
4131
|
},
|
|
4132
4132
|
"customCategory": {
|
|
4133
|
-
"alias": "
|
|
4133
|
+
"alias": "customCategoryWanNetworkRuleApplication: customCategory",
|
|
4134
4134
|
"args": {},
|
|
4135
4135
|
"deprecationReason": null,
|
|
4136
4136
|
"description": null,
|
|
@@ -4208,7 +4208,7 @@
|
|
|
4208
4208
|
"varName": "customCategoryRef"
|
|
4209
4209
|
},
|
|
4210
4210
|
"customService": {
|
|
4211
|
-
"alias": "
|
|
4211
|
+
"alias": "customServiceWanNetworkRuleApplication: customService",
|
|
4212
4212
|
"args": {},
|
|
4213
4213
|
"deprecationReason": null,
|
|
4214
4214
|
"description": null,
|
|
@@ -4247,7 +4247,7 @@
|
|
|
4247
4247
|
"varName": "port"
|
|
4248
4248
|
},
|
|
4249
4249
|
"portRange": {
|
|
4250
|
-
"alias": "
|
|
4250
|
+
"alias": "portRangeCustomService: portRange",
|
|
4251
4251
|
"args": {},
|
|
4252
4252
|
"deprecationReason": null,
|
|
4253
4253
|
"description": null,
|
|
@@ -4322,7 +4322,7 @@
|
|
|
4322
4322
|
"varName": "portRange"
|
|
4323
4323
|
},
|
|
4324
4324
|
"protocol": {
|
|
4325
|
-
"alias": "
|
|
4325
|
+
"alias": "protocolCustomService: protocol",
|
|
4326
4326
|
"args": {},
|
|
4327
4327
|
"deprecationReason": null,
|
|
4328
4328
|
"description": null,
|
|
@@ -4405,7 +4405,7 @@
|
|
|
4405
4405
|
"varName": "customService"
|
|
4406
4406
|
},
|
|
4407
4407
|
"customServiceIp": {
|
|
4408
|
-
"alias": "
|
|
4408
|
+
"alias": "customServiceIpWanNetworkRuleApplication: customServiceIp",
|
|
4409
4409
|
"args": {},
|
|
4410
4410
|
"deprecationReason": null,
|
|
4411
4411
|
"description": null,
|
|
@@ -4442,7 +4442,7 @@
|
|
|
4442
4442
|
"varName": "ip"
|
|
4443
4443
|
},
|
|
4444
4444
|
"ipRange": {
|
|
4445
|
-
"alias": "
|
|
4445
|
+
"alias": "ipRangeCustomServiceIp: ipRange",
|
|
4446
4446
|
"args": {},
|
|
4447
4447
|
"deprecationReason": null,
|
|
4448
4448
|
"description": null,
|
|
@@ -4603,7 +4603,7 @@
|
|
|
4603
4603
|
"varName": "fqdn"
|
|
4604
4604
|
},
|
|
4605
4605
|
"service": {
|
|
4606
|
-
"alias": "
|
|
4606
|
+
"alias": "serviceWanNetworkRuleApplication: service",
|
|
4607
4607
|
"args": {},
|
|
4608
4608
|
"deprecationReason": null,
|
|
4609
4609
|
"description": null,
|
|
@@ -4698,7 +4698,7 @@
|
|
|
4698
4698
|
"varName": "wanNetworkRuleApplication"
|
|
4699
4699
|
},
|
|
4700
4700
|
"destination": {
|
|
4701
|
-
"alias": "
|
|
4701
|
+
"alias": "destinationWanNetworkRuleException: destination",
|
|
4702
4702
|
"args": {},
|
|
4703
4703
|
"deprecationReason": null,
|
|
4704
4704
|
"description": "The destination of the traffic for the rule.",
|
|
@@ -4715,7 +4715,7 @@
|
|
|
4715
4715
|
"enumValues": null,
|
|
4716
4716
|
"fields": {
|
|
4717
4717
|
"floatingSubnet": {
|
|
4718
|
-
"alias": "
|
|
4718
|
+
"alias": "floatingSubnetWanNetworkRuleDestination: floatingSubnet",
|
|
4719
4719
|
"args": {},
|
|
4720
4720
|
"deprecationReason": null,
|
|
4721
4721
|
"description": null,
|
|
@@ -4793,7 +4793,7 @@
|
|
|
4793
4793
|
"varName": "floatingSubnetRef"
|
|
4794
4794
|
},
|
|
4795
4795
|
"globalIpRange": {
|
|
4796
|
-
"alias": "
|
|
4796
|
+
"alias": "globalIpRangeWanNetworkRuleDestination: globalIpRange",
|
|
4797
4797
|
"args": {},
|
|
4798
4798
|
"deprecationReason": null,
|
|
4799
4799
|
"description": null,
|
|
@@ -4871,7 +4871,7 @@
|
|
|
4871
4871
|
"varName": "globalIpRangeRef"
|
|
4872
4872
|
},
|
|
4873
4873
|
"group": {
|
|
4874
|
-
"alias": "
|
|
4874
|
+
"alias": "groupWanNetworkRuleDestination: group",
|
|
4875
4875
|
"args": {},
|
|
4876
4876
|
"deprecationReason": null,
|
|
4877
4877
|
"description": null,
|
|
@@ -4949,7 +4949,7 @@
|
|
|
4949
4949
|
"varName": "groupRef"
|
|
4950
4950
|
},
|
|
4951
4951
|
"host": {
|
|
4952
|
-
"alias": "
|
|
4952
|
+
"alias": "hostWanNetworkRuleDestination: host",
|
|
4953
4953
|
"args": {},
|
|
4954
4954
|
"deprecationReason": null,
|
|
4955
4955
|
"description": null,
|
|
@@ -5050,7 +5050,7 @@
|
|
|
5050
5050
|
"varName": "ip"
|
|
5051
5051
|
},
|
|
5052
5052
|
"ipRange": {
|
|
5053
|
-
"alias": "
|
|
5053
|
+
"alias": "ipRangeWanNetworkRuleDestination: ipRange",
|
|
5054
5054
|
"args": {},
|
|
5055
5055
|
"deprecationReason": null,
|
|
5056
5056
|
"description": null,
|
|
@@ -5128,7 +5128,7 @@
|
|
|
5128
5128
|
"varName": "ipAddressRange"
|
|
5129
5129
|
},
|
|
5130
5130
|
"networkInterface": {
|
|
5131
|
-
"alias": "
|
|
5131
|
+
"alias": "networkInterfaceWanNetworkRuleDestination: networkInterface",
|
|
5132
5132
|
"args": {},
|
|
5133
5133
|
"deprecationReason": null,
|
|
5134
5134
|
"description": null,
|
|
@@ -5206,7 +5206,7 @@
|
|
|
5206
5206
|
"varName": "networkInterfaceRef"
|
|
5207
5207
|
},
|
|
5208
5208
|
"site": {
|
|
5209
|
-
"alias": "
|
|
5209
|
+
"alias": "siteWanNetworkRuleDestination: site",
|
|
5210
5210
|
"args": {},
|
|
5211
5211
|
"deprecationReason": null,
|
|
5212
5212
|
"description": null,
|
|
@@ -5284,7 +5284,7 @@
|
|
|
5284
5284
|
"varName": "siteRef"
|
|
5285
5285
|
},
|
|
5286
5286
|
"siteNetworkSubnet": {
|
|
5287
|
-
"alias": "
|
|
5287
|
+
"alias": "siteNetworkSubnetWanNetworkRuleDestination: siteNetworkSubnet",
|
|
5288
5288
|
"args": {},
|
|
5289
5289
|
"deprecationReason": null,
|
|
5290
5290
|
"description": null,
|
|
@@ -5385,7 +5385,7 @@
|
|
|
5385
5385
|
"varName": "subnet"
|
|
5386
5386
|
},
|
|
5387
5387
|
"systemGroup": {
|
|
5388
|
-
"alias": "
|
|
5388
|
+
"alias": "systemGroupWanNetworkRuleDestination: systemGroup",
|
|
5389
5389
|
"args": {},
|
|
5390
5390
|
"deprecationReason": null,
|
|
5391
5391
|
"description": null,
|
|
@@ -5463,7 +5463,7 @@
|
|
|
5463
5463
|
"varName": "systemGroupRef"
|
|
5464
5464
|
},
|
|
5465
5465
|
"user": {
|
|
5466
|
-
"alias": "
|
|
5466
|
+
"alias": "userWanNetworkRuleDestination: user",
|
|
5467
5467
|
"args": {},
|
|
5468
5468
|
"deprecationReason": null,
|
|
5469
5469
|
"description": null,
|
|
@@ -5541,7 +5541,7 @@
|
|
|
5541
5541
|
"varName": "userRef"
|
|
5542
5542
|
},
|
|
5543
5543
|
"usersGroup": {
|
|
5544
|
-
"alias": "
|
|
5544
|
+
"alias": "usersGroupWanNetworkRuleDestination: usersGroup",
|
|
5545
5545
|
"args": {},
|
|
5546
5546
|
"deprecationReason": null,
|
|
5547
5547
|
"description": null,
|
|
@@ -5657,7 +5657,7 @@
|
|
|
5657
5657
|
"varName": "name"
|
|
5658
5658
|
},
|
|
5659
5659
|
"source": {
|
|
5660
|
-
"alias": "
|
|
5660
|
+
"alias": "sourceWanNetworkRuleException: source",
|
|
5661
5661
|
"args": {},
|
|
5662
5662
|
"deprecationReason": null,
|
|
5663
5663
|
"description": "The source of the traffic for the rule.",
|
|
@@ -5674,7 +5674,7 @@
|
|
|
5674
5674
|
"enumValues": null,
|
|
5675
5675
|
"fields": {
|
|
5676
5676
|
"floatingSubnet": {
|
|
5677
|
-
"alias": "
|
|
5677
|
+
"alias": "floatingSubnetWanNetworkRuleSource: floatingSubnet",
|
|
5678
5678
|
"args": {},
|
|
5679
5679
|
"deprecationReason": null,
|
|
5680
5680
|
"description": null,
|
|
@@ -5752,7 +5752,7 @@
|
|
|
5752
5752
|
"varName": "floatingSubnetRef"
|
|
5753
5753
|
},
|
|
5754
5754
|
"globalIpRange": {
|
|
5755
|
-
"alias": "
|
|
5755
|
+
"alias": "globalIpRangeWanNetworkRuleSource: globalIpRange",
|
|
5756
5756
|
"args": {},
|
|
5757
5757
|
"deprecationReason": null,
|
|
5758
5758
|
"description": null,
|
|
@@ -5830,7 +5830,7 @@
|
|
|
5830
5830
|
"varName": "globalIpRangeRef"
|
|
5831
5831
|
},
|
|
5832
5832
|
"group": {
|
|
5833
|
-
"alias": "
|
|
5833
|
+
"alias": "groupWanNetworkRuleSource: group",
|
|
5834
5834
|
"args": {},
|
|
5835
5835
|
"deprecationReason": null,
|
|
5836
5836
|
"description": null,
|
|
@@ -5908,7 +5908,7 @@
|
|
|
5908
5908
|
"varName": "groupRef"
|
|
5909
5909
|
},
|
|
5910
5910
|
"host": {
|
|
5911
|
-
"alias": "
|
|
5911
|
+
"alias": "hostWanNetworkRuleSource: host",
|
|
5912
5912
|
"args": {},
|
|
5913
5913
|
"deprecationReason": null,
|
|
5914
5914
|
"description": null,
|
|
@@ -6009,7 +6009,7 @@
|
|
|
6009
6009
|
"varName": "ip"
|
|
6010
6010
|
},
|
|
6011
6011
|
"ipRange": {
|
|
6012
|
-
"alias": "
|
|
6012
|
+
"alias": "ipRangeWanNetworkRuleSource: ipRange",
|
|
6013
6013
|
"args": {},
|
|
6014
6014
|
"deprecationReason": null,
|
|
6015
6015
|
"description": null,
|
|
@@ -6087,7 +6087,7 @@
|
|
|
6087
6087
|
"varName": "ipAddressRange"
|
|
6088
6088
|
},
|
|
6089
6089
|
"networkInterface": {
|
|
6090
|
-
"alias": "
|
|
6090
|
+
"alias": "networkInterfaceWanNetworkRuleSource: networkInterface",
|
|
6091
6091
|
"args": {},
|
|
6092
6092
|
"deprecationReason": null,
|
|
6093
6093
|
"description": null,
|
|
@@ -6165,7 +6165,7 @@
|
|
|
6165
6165
|
"varName": "networkInterfaceRef"
|
|
6166
6166
|
},
|
|
6167
6167
|
"site": {
|
|
6168
|
-
"alias": "
|
|
6168
|
+
"alias": "siteWanNetworkRuleSource: site",
|
|
6169
6169
|
"args": {},
|
|
6170
6170
|
"deprecationReason": null,
|
|
6171
6171
|
"description": null,
|
|
@@ -6243,7 +6243,7 @@
|
|
|
6243
6243
|
"varName": "siteRef"
|
|
6244
6244
|
},
|
|
6245
6245
|
"siteNetworkSubnet": {
|
|
6246
|
-
"alias": "
|
|
6246
|
+
"alias": "siteNetworkSubnetWanNetworkRuleSource: siteNetworkSubnet",
|
|
6247
6247
|
"args": {},
|
|
6248
6248
|
"deprecationReason": null,
|
|
6249
6249
|
"description": null,
|
|
@@ -6344,7 +6344,7 @@
|
|
|
6344
6344
|
"varName": "subnet"
|
|
6345
6345
|
},
|
|
6346
6346
|
"systemGroup": {
|
|
6347
|
-
"alias": "
|
|
6347
|
+
"alias": "systemGroupWanNetworkRuleSource: systemGroup",
|
|
6348
6348
|
"args": {},
|
|
6349
6349
|
"deprecationReason": null,
|
|
6350
6350
|
"description": null,
|
|
@@ -6422,7 +6422,7 @@
|
|
|
6422
6422
|
"varName": "systemGroupRef"
|
|
6423
6423
|
},
|
|
6424
6424
|
"user": {
|
|
6425
|
-
"alias": "
|
|
6425
|
+
"alias": "userWanNetworkRuleSource: user",
|
|
6426
6426
|
"args": {},
|
|
6427
6427
|
"deprecationReason": null,
|
|
6428
6428
|
"description": null,
|
|
@@ -6500,7 +6500,7 @@
|
|
|
6500
6500
|
"varName": "userRef"
|
|
6501
6501
|
},
|
|
6502
6502
|
"usersGroup": {
|
|
6503
|
-
"alias": "
|
|
6503
|
+
"alias": "usersGroupWanNetworkRuleSource: usersGroup",
|
|
6504
6504
|
"args": {},
|
|
6505
6505
|
"deprecationReason": null,
|
|
6506
6506
|
"description": null,
|
|
@@ -6677,7 +6677,7 @@
|
|
|
6677
6677
|
"varName": "name"
|
|
6678
6678
|
},
|
|
6679
6679
|
"routeType": {
|
|
6680
|
-
"alias": "
|
|
6680
|
+
"alias": "routeTypeWanNetworkRule: routeType",
|
|
6681
6681
|
"args": {},
|
|
6682
6682
|
"deprecationReason": null,
|
|
6683
6683
|
"description": "Defines the routing method for the rule. By default, traffic will egress from connected PoP.",
|
|
@@ -6747,7 +6747,7 @@
|
|
|
6747
6747
|
"varName": "routeType"
|
|
6748
6748
|
},
|
|
6749
6749
|
"ruleType": {
|
|
6750
|
-
"alias": "
|
|
6750
|
+
"alias": "ruleTypeWanNetworkRule: ruleType",
|
|
6751
6751
|
"args": {},
|
|
6752
6752
|
"deprecationReason": null,
|
|
6753
6753
|
"description": "Specifies if the rule is for Internet (outbound) or WAN (wanbound) traffic.",
|
|
@@ -6799,7 +6799,7 @@
|
|
|
6799
6799
|
"varName": "ruleType"
|
|
6800
6800
|
},
|
|
6801
6801
|
"section": {
|
|
6802
|
-
"alias": "
|
|
6802
|
+
"alias": "sectionWanNetworkRule: section",
|
|
6803
6803
|
"args": {},
|
|
6804
6804
|
"deprecationReason": null,
|
|
6805
6805
|
"description": "Policy section where the rule is located",
|
|
@@ -6875,7 +6875,7 @@
|
|
|
6875
6875
|
"varName": "policySectionInfo"
|
|
6876
6876
|
},
|
|
6877
6877
|
"source": {
|
|
6878
|
-
"alias": "
|
|
6878
|
+
"alias": "sourceWanNetworkRule: source",
|
|
6879
6879
|
"args": {},
|
|
6880
6880
|
"deprecationReason": null,
|
|
6881
6881
|
"description": "The source of the traffic for the rule.",
|
|
@@ -6892,7 +6892,7 @@
|
|
|
6892
6892
|
"enumValues": null,
|
|
6893
6893
|
"fields": {
|
|
6894
6894
|
"floatingSubnet": {
|
|
6895
|
-
"alias": "
|
|
6895
|
+
"alias": "floatingSubnetWanNetworkRuleSource: floatingSubnet",
|
|
6896
6896
|
"args": {},
|
|
6897
6897
|
"deprecationReason": null,
|
|
6898
6898
|
"description": null,
|
|
@@ -6970,7 +6970,7 @@
|
|
|
6970
6970
|
"varName": "floatingSubnetRef"
|
|
6971
6971
|
},
|
|
6972
6972
|
"globalIpRange": {
|
|
6973
|
-
"alias": "
|
|
6973
|
+
"alias": "globalIpRangeWanNetworkRuleSource: globalIpRange",
|
|
6974
6974
|
"args": {},
|
|
6975
6975
|
"deprecationReason": null,
|
|
6976
6976
|
"description": null,
|
|
@@ -7048,7 +7048,7 @@
|
|
|
7048
7048
|
"varName": "globalIpRangeRef"
|
|
7049
7049
|
},
|
|
7050
7050
|
"group": {
|
|
7051
|
-
"alias": "
|
|
7051
|
+
"alias": "groupWanNetworkRuleSource: group",
|
|
7052
7052
|
"args": {},
|
|
7053
7053
|
"deprecationReason": null,
|
|
7054
7054
|
"description": null,
|
|
@@ -7126,7 +7126,7 @@
|
|
|
7126
7126
|
"varName": "groupRef"
|
|
7127
7127
|
},
|
|
7128
7128
|
"host": {
|
|
7129
|
-
"alias": "
|
|
7129
|
+
"alias": "hostWanNetworkRuleSource: host",
|
|
7130
7130
|
"args": {},
|
|
7131
7131
|
"deprecationReason": null,
|
|
7132
7132
|
"description": null,
|
|
@@ -7227,7 +7227,7 @@
|
|
|
7227
7227
|
"varName": "ip"
|
|
7228
7228
|
},
|
|
7229
7229
|
"ipRange": {
|
|
7230
|
-
"alias": "
|
|
7230
|
+
"alias": "ipRangeWanNetworkRuleSource: ipRange",
|
|
7231
7231
|
"args": {},
|
|
7232
7232
|
"deprecationReason": null,
|
|
7233
7233
|
"description": null,
|
|
@@ -7305,7 +7305,7 @@
|
|
|
7305
7305
|
"varName": "ipAddressRange"
|
|
7306
7306
|
},
|
|
7307
7307
|
"networkInterface": {
|
|
7308
|
-
"alias": "
|
|
7308
|
+
"alias": "networkInterfaceWanNetworkRuleSource: networkInterface",
|
|
7309
7309
|
"args": {},
|
|
7310
7310
|
"deprecationReason": null,
|
|
7311
7311
|
"description": null,
|
|
@@ -7383,7 +7383,7 @@
|
|
|
7383
7383
|
"varName": "networkInterfaceRef"
|
|
7384
7384
|
},
|
|
7385
7385
|
"site": {
|
|
7386
|
-
"alias": "
|
|
7386
|
+
"alias": "siteWanNetworkRuleSource: site",
|
|
7387
7387
|
"args": {},
|
|
7388
7388
|
"deprecationReason": null,
|
|
7389
7389
|
"description": null,
|
|
@@ -7461,7 +7461,7 @@
|
|
|
7461
7461
|
"varName": "siteRef"
|
|
7462
7462
|
},
|
|
7463
7463
|
"siteNetworkSubnet": {
|
|
7464
|
-
"alias": "
|
|
7464
|
+
"alias": "siteNetworkSubnetWanNetworkRuleSource: siteNetworkSubnet",
|
|
7465
7465
|
"args": {},
|
|
7466
7466
|
"deprecationReason": null,
|
|
7467
7467
|
"description": null,
|
|
@@ -7562,7 +7562,7 @@
|
|
|
7562
7562
|
"varName": "subnet"
|
|
7563
7563
|
},
|
|
7564
7564
|
"systemGroup": {
|
|
7565
|
-
"alias": "
|
|
7565
|
+
"alias": "systemGroupWanNetworkRuleSource: systemGroup",
|
|
7566
7566
|
"args": {},
|
|
7567
7567
|
"deprecationReason": null,
|
|
7568
7568
|
"description": null,
|
|
@@ -7640,7 +7640,7 @@
|
|
|
7640
7640
|
"varName": "systemGroupRef"
|
|
7641
7641
|
},
|
|
7642
7642
|
"user": {
|
|
7643
|
-
"alias": "
|
|
7643
|
+
"alias": "userWanNetworkRuleSource: user",
|
|
7644
7644
|
"args": {},
|
|
7645
7645
|
"deprecationReason": null,
|
|
7646
7646
|
"description": null,
|
|
@@ -7718,7 +7718,7 @@
|
|
|
7718
7718
|
"varName": "userRef"
|
|
7719
7719
|
},
|
|
7720
7720
|
"usersGroup": {
|
|
7721
|
-
"alias": "
|
|
7721
|
+
"alias": "usersGroupWanNetworkRuleSource: usersGroup",
|
|
7722
7722
|
"args": {},
|
|
7723
7723
|
"deprecationReason": null,
|
|
7724
7724
|
"description": null,
|
|
@@ -7865,7 +7865,7 @@
|
|
|
7865
7865
|
"enumValues": null,
|
|
7866
7866
|
"fields": {
|
|
7867
7867
|
"audit": {
|
|
7868
|
-
"alias": "
|
|
7868
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
7869
7869
|
"args": {},
|
|
7870
7870
|
"deprecationReason": null,
|
|
7871
7871
|
"description": null,
|
|
@@ -7941,7 +7941,7 @@
|
|
|
7941
7941
|
"varName": "policyElementAudit"
|
|
7942
7942
|
},
|
|
7943
7943
|
"properties": {
|
|
7944
|
-
"alias": "
|
|
7944
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
7945
7945
|
"args": {},
|
|
7946
7946
|
"deprecationReason": null,
|
|
7947
7947
|
"description": null,
|
|
@@ -8019,7 +8019,7 @@
|
|
|
8019
8019
|
"varName": "properties"
|
|
8020
8020
|
},
|
|
8021
8021
|
"section": {
|
|
8022
|
-
"alias": "
|
|
8022
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
8023
8023
|
"args": {},
|
|
8024
8024
|
"deprecationReason": null,
|
|
8025
8025
|
"description": null,
|
|
@@ -8130,7 +8130,7 @@
|
|
|
8130
8130
|
"varName": "wanNetworkPolicy"
|
|
8131
8131
|
},
|
|
8132
8132
|
"status": {
|
|
8133
|
-
"alias": "
|
|
8133
|
+
"alias": "statusWanNetworkPolicyMutationPayload: status",
|
|
8134
8134
|
"args": {},
|
|
8135
8135
|
"deprecationReason": null,
|
|
8136
8136
|
"description": null,
|