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
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
"enumValues": null,
|
|
609
609
|
"fields": {
|
|
610
610
|
"errors": {
|
|
611
|
-
"alias": "
|
|
611
|
+
"alias": "errorsWanNetworkPolicyMutationPayload: errors",
|
|
612
612
|
"args": {},
|
|
613
613
|
"deprecationReason": null,
|
|
614
614
|
"description": null,
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
"responseStr": "errors:$policyMutationError ",
|
|
622
622
|
"type": {
|
|
623
623
|
"definition": {
|
|
624
|
-
"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
|
|
624
|
+
"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\"",
|
|
625
625
|
"enumValues": null,
|
|
626
626
|
"fields": {
|
|
627
627
|
"errorCode": {
|
|
@@ -684,7 +684,7 @@
|
|
|
684
684
|
"varName": "policyMutationError"
|
|
685
685
|
},
|
|
686
686
|
"policy": {
|
|
687
|
-
"alias": "
|
|
687
|
+
"alias": "policyWanNetworkPolicyMutationPayload: policy",
|
|
688
688
|
"args": {},
|
|
689
689
|
"deprecationReason": null,
|
|
690
690
|
"description": null,
|
|
@@ -970,7 +970,7 @@
|
|
|
970
970
|
"enumValues": null,
|
|
971
971
|
"fields": {
|
|
972
972
|
"audit": {
|
|
973
|
-
"alias": "
|
|
973
|
+
"alias": "auditWanNetworkRulePayload: audit",
|
|
974
974
|
"args": {},
|
|
975
975
|
"deprecationReason": null,
|
|
976
976
|
"description": null,
|
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
"varName": "policyElementAudit"
|
|
1047
1047
|
},
|
|
1048
1048
|
"properties": {
|
|
1049
|
-
"alias": "
|
|
1049
|
+
"alias": "propertiesWanNetworkRulePayload: properties",
|
|
1050
1050
|
"args": {},
|
|
1051
1051
|
"deprecationReason": null,
|
|
1052
1052
|
"description": null,
|
|
@@ -1124,7 +1124,7 @@
|
|
|
1124
1124
|
"varName": "properties"
|
|
1125
1125
|
},
|
|
1126
1126
|
"rule": {
|
|
1127
|
-
"alias": "
|
|
1127
|
+
"alias": "ruleWanNetworkRulePayload: rule",
|
|
1128
1128
|
"args": {},
|
|
1129
1129
|
"deprecationReason": null,
|
|
1130
1130
|
"description": null,
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
"enumValues": null,
|
|
1142
1142
|
"fields": {
|
|
1143
1143
|
"application": {
|
|
1144
|
-
"alias": "
|
|
1144
|
+
"alias": "applicationWanNetworkRule: application",
|
|
1145
1145
|
"args": {},
|
|
1146
1146
|
"deprecationReason": null,
|
|
1147
1147
|
"description": "The application or category of traffic for the rule.",
|
|
@@ -1158,7 +1158,7 @@
|
|
|
1158
1158
|
"enumValues": null,
|
|
1159
1159
|
"fields": {
|
|
1160
1160
|
"appCategory": {
|
|
1161
|
-
"alias": "
|
|
1161
|
+
"alias": "appCategoryWanNetworkRuleApplication: appCategory",
|
|
1162
1162
|
"args": {},
|
|
1163
1163
|
"deprecationReason": null,
|
|
1164
1164
|
"description": null,
|
|
@@ -1236,7 +1236,7 @@
|
|
|
1236
1236
|
"varName": "applicationCategoryRef"
|
|
1237
1237
|
},
|
|
1238
1238
|
"application": {
|
|
1239
|
-
"alias": "
|
|
1239
|
+
"alias": "applicationWanNetworkRuleApplication: application",
|
|
1240
1240
|
"args": {},
|
|
1241
1241
|
"deprecationReason": null,
|
|
1242
1242
|
"description": null,
|
|
@@ -1314,7 +1314,7 @@
|
|
|
1314
1314
|
"varName": "applicationRef"
|
|
1315
1315
|
},
|
|
1316
1316
|
"customApp": {
|
|
1317
|
-
"alias": "
|
|
1317
|
+
"alias": "customAppWanNetworkRuleApplication: customApp",
|
|
1318
1318
|
"args": {},
|
|
1319
1319
|
"deprecationReason": null,
|
|
1320
1320
|
"description": null,
|
|
@@ -1392,7 +1392,7 @@
|
|
|
1392
1392
|
"varName": "customApplicationRef"
|
|
1393
1393
|
},
|
|
1394
1394
|
"customCategory": {
|
|
1395
|
-
"alias": "
|
|
1395
|
+
"alias": "customCategoryWanNetworkRuleApplication: customCategory",
|
|
1396
1396
|
"args": {},
|
|
1397
1397
|
"deprecationReason": null,
|
|
1398
1398
|
"description": null,
|
|
@@ -1470,7 +1470,7 @@
|
|
|
1470
1470
|
"varName": "customCategoryRef"
|
|
1471
1471
|
},
|
|
1472
1472
|
"customService": {
|
|
1473
|
-
"alias": "
|
|
1473
|
+
"alias": "customServiceWanNetworkRuleApplication: customService",
|
|
1474
1474
|
"args": {},
|
|
1475
1475
|
"deprecationReason": null,
|
|
1476
1476
|
"description": null,
|
|
@@ -1509,7 +1509,7 @@
|
|
|
1509
1509
|
"varName": "port"
|
|
1510
1510
|
},
|
|
1511
1511
|
"portRange": {
|
|
1512
|
-
"alias": "
|
|
1512
|
+
"alias": "portRangeCustomService: portRange",
|
|
1513
1513
|
"args": {},
|
|
1514
1514
|
"deprecationReason": null,
|
|
1515
1515
|
"description": null,
|
|
@@ -1584,7 +1584,7 @@
|
|
|
1584
1584
|
"varName": "portRange"
|
|
1585
1585
|
},
|
|
1586
1586
|
"protocol": {
|
|
1587
|
-
"alias": "
|
|
1587
|
+
"alias": "protocolCustomService: protocol",
|
|
1588
1588
|
"args": {},
|
|
1589
1589
|
"deprecationReason": null,
|
|
1590
1590
|
"description": null,
|
|
@@ -1667,7 +1667,7 @@
|
|
|
1667
1667
|
"varName": "customService"
|
|
1668
1668
|
},
|
|
1669
1669
|
"customServiceIp": {
|
|
1670
|
-
"alias": "
|
|
1670
|
+
"alias": "customServiceIpWanNetworkRuleApplication: customServiceIp",
|
|
1671
1671
|
"args": {},
|
|
1672
1672
|
"deprecationReason": null,
|
|
1673
1673
|
"description": null,
|
|
@@ -1704,7 +1704,7 @@
|
|
|
1704
1704
|
"varName": "ip"
|
|
1705
1705
|
},
|
|
1706
1706
|
"ipRange": {
|
|
1707
|
-
"alias": "
|
|
1707
|
+
"alias": "ipRangeCustomServiceIp: ipRange",
|
|
1708
1708
|
"args": {},
|
|
1709
1709
|
"deprecationReason": null,
|
|
1710
1710
|
"description": null,
|
|
@@ -1865,7 +1865,7 @@
|
|
|
1865
1865
|
"varName": "fqdn"
|
|
1866
1866
|
},
|
|
1867
1867
|
"service": {
|
|
1868
|
-
"alias": "
|
|
1868
|
+
"alias": "serviceWanNetworkRuleApplication: service",
|
|
1869
1869
|
"args": {},
|
|
1870
1870
|
"deprecationReason": null,
|
|
1871
1871
|
"description": null,
|
|
@@ -1960,7 +1960,7 @@
|
|
|
1960
1960
|
"varName": "wanNetworkRuleApplication"
|
|
1961
1961
|
},
|
|
1962
1962
|
"bandwidthPriority": {
|
|
1963
|
-
"alias": "
|
|
1963
|
+
"alias": "bandwidthPriorityWanNetworkRule: bandwidthPriority",
|
|
1964
1964
|
"args": {},
|
|
1965
1965
|
"deprecationReason": null,
|
|
1966
1966
|
"description": "The bandwidth priority (QoS) for the rule.",
|
|
@@ -2036,7 +2036,7 @@
|
|
|
2036
2036
|
"varName": "bandwidthManagementRef"
|
|
2037
2037
|
},
|
|
2038
2038
|
"configuration": {
|
|
2039
|
-
"alias": "
|
|
2039
|
+
"alias": "configurationWanNetworkRule: configuration",
|
|
2040
2040
|
"args": {},
|
|
2041
2041
|
"deprecationReason": null,
|
|
2042
2042
|
"description": "The configuration of the rule.",
|
|
@@ -2074,7 +2074,7 @@
|
|
|
2074
2074
|
"varName": "activeTcpAcceleration"
|
|
2075
2075
|
},
|
|
2076
2076
|
"allocationIp": {
|
|
2077
|
-
"alias": "
|
|
2077
|
+
"alias": "allocationIpWanNetworkRuleConfiguration: allocationIp",
|
|
2078
2078
|
"args": {},
|
|
2079
2079
|
"deprecationReason": null,
|
|
2080
2080
|
"description": "The allocated IP for NAT routing. Taken from IP Allocation, per PoP.",
|
|
@@ -2152,7 +2152,7 @@
|
|
|
2152
2152
|
"varName": "allocatedIpRef"
|
|
2153
2153
|
},
|
|
2154
2154
|
"backhaulingSite": {
|
|
2155
|
-
"alias": "
|
|
2155
|
+
"alias": "backhaulingSiteWanNetworkRuleConfiguration: backhaulingSite",
|
|
2156
2156
|
"args": {},
|
|
2157
2157
|
"deprecationReason": null,
|
|
2158
2158
|
"description": "The site for backhaul routing option.",
|
|
@@ -2251,7 +2251,7 @@
|
|
|
2251
2251
|
"varName": "packetLossMitigation"
|
|
2252
2252
|
},
|
|
2253
2253
|
"popLocation": {
|
|
2254
|
-
"alias": "
|
|
2254
|
+
"alias": "popLocationWanNetworkRuleConfiguration: popLocation",
|
|
2255
2255
|
"args": {},
|
|
2256
2256
|
"deprecationReason": null,
|
|
2257
2257
|
"description": "The PoP location for routing and egressing from Cato Cloud.",
|
|
@@ -2350,7 +2350,7 @@
|
|
|
2350
2350
|
"varName": "preserveSourcePort"
|
|
2351
2351
|
},
|
|
2352
2352
|
"primaryTransport": {
|
|
2353
|
-
"alias": "
|
|
2353
|
+
"alias": "primaryTransportWanNetworkRuleConfiguration: primaryTransport",
|
|
2354
2354
|
"args": {},
|
|
2355
2355
|
"deprecationReason": null,
|
|
2356
2356
|
"description": "The primary transport method.",
|
|
@@ -2367,7 +2367,7 @@
|
|
|
2367
2367
|
"enumValues": null,
|
|
2368
2368
|
"fields": {
|
|
2369
2369
|
"primaryInterfaceRole": {
|
|
2370
|
-
"alias": "
|
|
2370
|
+
"alias": "primaryInterfaceRoleWanNetworkRuleTransport: primaryInterfaceRole",
|
|
2371
2371
|
"args": {},
|
|
2372
2372
|
"deprecationReason": null,
|
|
2373
2373
|
"description": "The primary interface role.",
|
|
@@ -2449,7 +2449,7 @@
|
|
|
2449
2449
|
"varName": "primaryInterfaceRole"
|
|
2450
2450
|
},
|
|
2451
2451
|
"secondaryInterfaceRole": {
|
|
2452
|
-
"alias": "
|
|
2452
|
+
"alias": "secondaryInterfaceRoleWanNetworkRuleTransport: secondaryInterfaceRole",
|
|
2453
2453
|
"args": {},
|
|
2454
2454
|
"deprecationReason": null,
|
|
2455
2455
|
"description": "The secondary interface role.",
|
|
@@ -2531,7 +2531,7 @@
|
|
|
2531
2531
|
"varName": "secondaryInterfaceRole"
|
|
2532
2532
|
},
|
|
2533
2533
|
"transportType": {
|
|
2534
|
-
"alias": "
|
|
2534
|
+
"alias": "transportTypeWanNetworkRuleTransport: transportType",
|
|
2535
2535
|
"args": {},
|
|
2536
2536
|
"deprecationReason": null,
|
|
2537
2537
|
"description": null,
|
|
@@ -2612,7 +2612,7 @@
|
|
|
2612
2612
|
"varName": "wanNetworkRuleTransport"
|
|
2613
2613
|
},
|
|
2614
2614
|
"secondaryTransport": {
|
|
2615
|
-
"alias": "
|
|
2615
|
+
"alias": "secondaryTransportWanNetworkRuleConfiguration: secondaryTransport",
|
|
2616
2616
|
"args": {},
|
|
2617
2617
|
"deprecationReason": null,
|
|
2618
2618
|
"description": "The secondary transport method.",
|
|
@@ -2629,7 +2629,7 @@
|
|
|
2629
2629
|
"enumValues": null,
|
|
2630
2630
|
"fields": {
|
|
2631
2631
|
"primaryInterfaceRole": {
|
|
2632
|
-
"alias": "
|
|
2632
|
+
"alias": "primaryInterfaceRoleWanNetworkRuleTransport: primaryInterfaceRole",
|
|
2633
2633
|
"args": {},
|
|
2634
2634
|
"deprecationReason": null,
|
|
2635
2635
|
"description": "The primary interface role.",
|
|
@@ -2711,7 +2711,7 @@
|
|
|
2711
2711
|
"varName": "primaryInterfaceRole"
|
|
2712
2712
|
},
|
|
2713
2713
|
"secondaryInterfaceRole": {
|
|
2714
|
-
"alias": "
|
|
2714
|
+
"alias": "secondaryInterfaceRoleWanNetworkRuleTransport: secondaryInterfaceRole",
|
|
2715
2715
|
"args": {},
|
|
2716
2716
|
"deprecationReason": null,
|
|
2717
2717
|
"description": "The secondary interface role.",
|
|
@@ -2793,7 +2793,7 @@
|
|
|
2793
2793
|
"varName": "secondaryInterfaceRole"
|
|
2794
2794
|
},
|
|
2795
2795
|
"transportType": {
|
|
2796
|
-
"alias": "
|
|
2796
|
+
"alias": "transportTypeWanNetworkRuleTransport: transportType",
|
|
2797
2797
|
"args": {},
|
|
2798
2798
|
"deprecationReason": null,
|
|
2799
2799
|
"description": null,
|
|
@@ -2912,7 +2912,7 @@
|
|
|
2912
2912
|
"varName": "description"
|
|
2913
2913
|
},
|
|
2914
2914
|
"destination": {
|
|
2915
|
-
"alias": "
|
|
2915
|
+
"alias": "destinationWanNetworkRule: destination",
|
|
2916
2916
|
"args": {},
|
|
2917
2917
|
"deprecationReason": null,
|
|
2918
2918
|
"description": "The destination of the traffic for the rule.",
|
|
@@ -2929,7 +2929,7 @@
|
|
|
2929
2929
|
"enumValues": null,
|
|
2930
2930
|
"fields": {
|
|
2931
2931
|
"floatingSubnet": {
|
|
2932
|
-
"alias": "
|
|
2932
|
+
"alias": "floatingSubnetWanNetworkRuleDestination: floatingSubnet",
|
|
2933
2933
|
"args": {},
|
|
2934
2934
|
"deprecationReason": null,
|
|
2935
2935
|
"description": null,
|
|
@@ -3007,7 +3007,7 @@
|
|
|
3007
3007
|
"varName": "floatingSubnetRef"
|
|
3008
3008
|
},
|
|
3009
3009
|
"globalIpRange": {
|
|
3010
|
-
"alias": "
|
|
3010
|
+
"alias": "globalIpRangeWanNetworkRuleDestination: globalIpRange",
|
|
3011
3011
|
"args": {},
|
|
3012
3012
|
"deprecationReason": null,
|
|
3013
3013
|
"description": null,
|
|
@@ -3085,7 +3085,7 @@
|
|
|
3085
3085
|
"varName": "globalIpRangeRef"
|
|
3086
3086
|
},
|
|
3087
3087
|
"group": {
|
|
3088
|
-
"alias": "
|
|
3088
|
+
"alias": "groupWanNetworkRuleDestination: group",
|
|
3089
3089
|
"args": {},
|
|
3090
3090
|
"deprecationReason": null,
|
|
3091
3091
|
"description": null,
|
|
@@ -3163,7 +3163,7 @@
|
|
|
3163
3163
|
"varName": "groupRef"
|
|
3164
3164
|
},
|
|
3165
3165
|
"host": {
|
|
3166
|
-
"alias": "
|
|
3166
|
+
"alias": "hostWanNetworkRuleDestination: host",
|
|
3167
3167
|
"args": {},
|
|
3168
3168
|
"deprecationReason": null,
|
|
3169
3169
|
"description": null,
|
|
@@ -3264,7 +3264,7 @@
|
|
|
3264
3264
|
"varName": "ip"
|
|
3265
3265
|
},
|
|
3266
3266
|
"ipRange": {
|
|
3267
|
-
"alias": "
|
|
3267
|
+
"alias": "ipRangeWanNetworkRuleDestination: ipRange",
|
|
3268
3268
|
"args": {},
|
|
3269
3269
|
"deprecationReason": null,
|
|
3270
3270
|
"description": null,
|
|
@@ -3342,7 +3342,7 @@
|
|
|
3342
3342
|
"varName": "ipAddressRange"
|
|
3343
3343
|
},
|
|
3344
3344
|
"networkInterface": {
|
|
3345
|
-
"alias": "
|
|
3345
|
+
"alias": "networkInterfaceWanNetworkRuleDestination: networkInterface",
|
|
3346
3346
|
"args": {},
|
|
3347
3347
|
"deprecationReason": null,
|
|
3348
3348
|
"description": null,
|
|
@@ -3420,7 +3420,7 @@
|
|
|
3420
3420
|
"varName": "networkInterfaceRef"
|
|
3421
3421
|
},
|
|
3422
3422
|
"site": {
|
|
3423
|
-
"alias": "
|
|
3423
|
+
"alias": "siteWanNetworkRuleDestination: site",
|
|
3424
3424
|
"args": {},
|
|
3425
3425
|
"deprecationReason": null,
|
|
3426
3426
|
"description": null,
|
|
@@ -3498,7 +3498,7 @@
|
|
|
3498
3498
|
"varName": "siteRef"
|
|
3499
3499
|
},
|
|
3500
3500
|
"siteNetworkSubnet": {
|
|
3501
|
-
"alias": "
|
|
3501
|
+
"alias": "siteNetworkSubnetWanNetworkRuleDestination: siteNetworkSubnet",
|
|
3502
3502
|
"args": {},
|
|
3503
3503
|
"deprecationReason": null,
|
|
3504
3504
|
"description": null,
|
|
@@ -3599,7 +3599,7 @@
|
|
|
3599
3599
|
"varName": "subnet"
|
|
3600
3600
|
},
|
|
3601
3601
|
"systemGroup": {
|
|
3602
|
-
"alias": "
|
|
3602
|
+
"alias": "systemGroupWanNetworkRuleDestination: systemGroup",
|
|
3603
3603
|
"args": {},
|
|
3604
3604
|
"deprecationReason": null,
|
|
3605
3605
|
"description": null,
|
|
@@ -3677,7 +3677,7 @@
|
|
|
3677
3677
|
"varName": "systemGroupRef"
|
|
3678
3678
|
},
|
|
3679
3679
|
"user": {
|
|
3680
|
-
"alias": "
|
|
3680
|
+
"alias": "userWanNetworkRuleDestination: user",
|
|
3681
3681
|
"args": {},
|
|
3682
3682
|
"deprecationReason": null,
|
|
3683
3683
|
"description": null,
|
|
@@ -3755,7 +3755,7 @@
|
|
|
3755
3755
|
"varName": "userRef"
|
|
3756
3756
|
},
|
|
3757
3757
|
"usersGroup": {
|
|
3758
|
-
"alias": "
|
|
3758
|
+
"alias": "usersGroupWanNetworkRuleDestination: usersGroup",
|
|
3759
3759
|
"args": {},
|
|
3760
3760
|
"deprecationReason": null,
|
|
3761
3761
|
"description": null,
|
|
@@ -3871,7 +3871,7 @@
|
|
|
3871
3871
|
"varName": "enabled"
|
|
3872
3872
|
},
|
|
3873
3873
|
"exceptions": {
|
|
3874
|
-
"alias": "
|
|
3874
|
+
"alias": "exceptionsWanNetworkRule: exceptions",
|
|
3875
3875
|
"args": {},
|
|
3876
3876
|
"deprecationReason": null,
|
|
3877
3877
|
"description": "Exceptions to the rule.",
|
|
@@ -3888,7 +3888,7 @@
|
|
|
3888
3888
|
"enumValues": null,
|
|
3889
3889
|
"fields": {
|
|
3890
3890
|
"application": {
|
|
3891
|
-
"alias": "
|
|
3891
|
+
"alias": "applicationWanNetworkRuleException: application",
|
|
3892
3892
|
"args": {},
|
|
3893
3893
|
"deprecationReason": null,
|
|
3894
3894
|
"description": "The application or category of traffic for the rule.",
|
|
@@ -3905,7 +3905,7 @@
|
|
|
3905
3905
|
"enumValues": null,
|
|
3906
3906
|
"fields": {
|
|
3907
3907
|
"appCategory": {
|
|
3908
|
-
"alias": "
|
|
3908
|
+
"alias": "appCategoryWanNetworkRuleApplication: appCategory",
|
|
3909
3909
|
"args": {},
|
|
3910
3910
|
"deprecationReason": null,
|
|
3911
3911
|
"description": null,
|
|
@@ -3983,7 +3983,7 @@
|
|
|
3983
3983
|
"varName": "applicationCategoryRef"
|
|
3984
3984
|
},
|
|
3985
3985
|
"application": {
|
|
3986
|
-
"alias": "
|
|
3986
|
+
"alias": "applicationWanNetworkRuleApplication: application",
|
|
3987
3987
|
"args": {},
|
|
3988
3988
|
"deprecationReason": null,
|
|
3989
3989
|
"description": null,
|
|
@@ -4061,7 +4061,7 @@
|
|
|
4061
4061
|
"varName": "applicationRef"
|
|
4062
4062
|
},
|
|
4063
4063
|
"customApp": {
|
|
4064
|
-
"alias": "
|
|
4064
|
+
"alias": "customAppWanNetworkRuleApplication: customApp",
|
|
4065
4065
|
"args": {},
|
|
4066
4066
|
"deprecationReason": null,
|
|
4067
4067
|
"description": null,
|
|
@@ -4139,7 +4139,7 @@
|
|
|
4139
4139
|
"varName": "customApplicationRef"
|
|
4140
4140
|
},
|
|
4141
4141
|
"customCategory": {
|
|
4142
|
-
"alias": "
|
|
4142
|
+
"alias": "customCategoryWanNetworkRuleApplication: customCategory",
|
|
4143
4143
|
"args": {},
|
|
4144
4144
|
"deprecationReason": null,
|
|
4145
4145
|
"description": null,
|
|
@@ -4217,7 +4217,7 @@
|
|
|
4217
4217
|
"varName": "customCategoryRef"
|
|
4218
4218
|
},
|
|
4219
4219
|
"customService": {
|
|
4220
|
-
"alias": "
|
|
4220
|
+
"alias": "customServiceWanNetworkRuleApplication: customService",
|
|
4221
4221
|
"args": {},
|
|
4222
4222
|
"deprecationReason": null,
|
|
4223
4223
|
"description": null,
|
|
@@ -4256,7 +4256,7 @@
|
|
|
4256
4256
|
"varName": "port"
|
|
4257
4257
|
},
|
|
4258
4258
|
"portRange": {
|
|
4259
|
-
"alias": "
|
|
4259
|
+
"alias": "portRangeCustomService: portRange",
|
|
4260
4260
|
"args": {},
|
|
4261
4261
|
"deprecationReason": null,
|
|
4262
4262
|
"description": null,
|
|
@@ -4331,7 +4331,7 @@
|
|
|
4331
4331
|
"varName": "portRange"
|
|
4332
4332
|
},
|
|
4333
4333
|
"protocol": {
|
|
4334
|
-
"alias": "
|
|
4334
|
+
"alias": "protocolCustomService: protocol",
|
|
4335
4335
|
"args": {},
|
|
4336
4336
|
"deprecationReason": null,
|
|
4337
4337
|
"description": null,
|
|
@@ -4414,7 +4414,7 @@
|
|
|
4414
4414
|
"varName": "customService"
|
|
4415
4415
|
},
|
|
4416
4416
|
"customServiceIp": {
|
|
4417
|
-
"alias": "
|
|
4417
|
+
"alias": "customServiceIpWanNetworkRuleApplication: customServiceIp",
|
|
4418
4418
|
"args": {},
|
|
4419
4419
|
"deprecationReason": null,
|
|
4420
4420
|
"description": null,
|
|
@@ -4451,7 +4451,7 @@
|
|
|
4451
4451
|
"varName": "ip"
|
|
4452
4452
|
},
|
|
4453
4453
|
"ipRange": {
|
|
4454
|
-
"alias": "
|
|
4454
|
+
"alias": "ipRangeCustomServiceIp: ipRange",
|
|
4455
4455
|
"args": {},
|
|
4456
4456
|
"deprecationReason": null,
|
|
4457
4457
|
"description": null,
|
|
@@ -4612,7 +4612,7 @@
|
|
|
4612
4612
|
"varName": "fqdn"
|
|
4613
4613
|
},
|
|
4614
4614
|
"service": {
|
|
4615
|
-
"alias": "
|
|
4615
|
+
"alias": "serviceWanNetworkRuleApplication: service",
|
|
4616
4616
|
"args": {},
|
|
4617
4617
|
"deprecationReason": null,
|
|
4618
4618
|
"description": null,
|
|
@@ -4707,7 +4707,7 @@
|
|
|
4707
4707
|
"varName": "wanNetworkRuleApplication"
|
|
4708
4708
|
},
|
|
4709
4709
|
"destination": {
|
|
4710
|
-
"alias": "
|
|
4710
|
+
"alias": "destinationWanNetworkRuleException: destination",
|
|
4711
4711
|
"args": {},
|
|
4712
4712
|
"deprecationReason": null,
|
|
4713
4713
|
"description": "The destination of the traffic for the rule.",
|
|
@@ -4724,7 +4724,7 @@
|
|
|
4724
4724
|
"enumValues": null,
|
|
4725
4725
|
"fields": {
|
|
4726
4726
|
"floatingSubnet": {
|
|
4727
|
-
"alias": "
|
|
4727
|
+
"alias": "floatingSubnetWanNetworkRuleDestination: floatingSubnet",
|
|
4728
4728
|
"args": {},
|
|
4729
4729
|
"deprecationReason": null,
|
|
4730
4730
|
"description": null,
|
|
@@ -4802,7 +4802,7 @@
|
|
|
4802
4802
|
"varName": "floatingSubnetRef"
|
|
4803
4803
|
},
|
|
4804
4804
|
"globalIpRange": {
|
|
4805
|
-
"alias": "
|
|
4805
|
+
"alias": "globalIpRangeWanNetworkRuleDestination: globalIpRange",
|
|
4806
4806
|
"args": {},
|
|
4807
4807
|
"deprecationReason": null,
|
|
4808
4808
|
"description": null,
|
|
@@ -4880,7 +4880,7 @@
|
|
|
4880
4880
|
"varName": "globalIpRangeRef"
|
|
4881
4881
|
},
|
|
4882
4882
|
"group": {
|
|
4883
|
-
"alias": "
|
|
4883
|
+
"alias": "groupWanNetworkRuleDestination: group",
|
|
4884
4884
|
"args": {},
|
|
4885
4885
|
"deprecationReason": null,
|
|
4886
4886
|
"description": null,
|
|
@@ -4958,7 +4958,7 @@
|
|
|
4958
4958
|
"varName": "groupRef"
|
|
4959
4959
|
},
|
|
4960
4960
|
"host": {
|
|
4961
|
-
"alias": "
|
|
4961
|
+
"alias": "hostWanNetworkRuleDestination: host",
|
|
4962
4962
|
"args": {},
|
|
4963
4963
|
"deprecationReason": null,
|
|
4964
4964
|
"description": null,
|
|
@@ -5059,7 +5059,7 @@
|
|
|
5059
5059
|
"varName": "ip"
|
|
5060
5060
|
},
|
|
5061
5061
|
"ipRange": {
|
|
5062
|
-
"alias": "
|
|
5062
|
+
"alias": "ipRangeWanNetworkRuleDestination: ipRange",
|
|
5063
5063
|
"args": {},
|
|
5064
5064
|
"deprecationReason": null,
|
|
5065
5065
|
"description": null,
|
|
@@ -5137,7 +5137,7 @@
|
|
|
5137
5137
|
"varName": "ipAddressRange"
|
|
5138
5138
|
},
|
|
5139
5139
|
"networkInterface": {
|
|
5140
|
-
"alias": "
|
|
5140
|
+
"alias": "networkInterfaceWanNetworkRuleDestination: networkInterface",
|
|
5141
5141
|
"args": {},
|
|
5142
5142
|
"deprecationReason": null,
|
|
5143
5143
|
"description": null,
|
|
@@ -5215,7 +5215,7 @@
|
|
|
5215
5215
|
"varName": "networkInterfaceRef"
|
|
5216
5216
|
},
|
|
5217
5217
|
"site": {
|
|
5218
|
-
"alias": "
|
|
5218
|
+
"alias": "siteWanNetworkRuleDestination: site",
|
|
5219
5219
|
"args": {},
|
|
5220
5220
|
"deprecationReason": null,
|
|
5221
5221
|
"description": null,
|
|
@@ -5293,7 +5293,7 @@
|
|
|
5293
5293
|
"varName": "siteRef"
|
|
5294
5294
|
},
|
|
5295
5295
|
"siteNetworkSubnet": {
|
|
5296
|
-
"alias": "
|
|
5296
|
+
"alias": "siteNetworkSubnetWanNetworkRuleDestination: siteNetworkSubnet",
|
|
5297
5297
|
"args": {},
|
|
5298
5298
|
"deprecationReason": null,
|
|
5299
5299
|
"description": null,
|
|
@@ -5394,7 +5394,7 @@
|
|
|
5394
5394
|
"varName": "subnet"
|
|
5395
5395
|
},
|
|
5396
5396
|
"systemGroup": {
|
|
5397
|
-
"alias": "
|
|
5397
|
+
"alias": "systemGroupWanNetworkRuleDestination: systemGroup",
|
|
5398
5398
|
"args": {},
|
|
5399
5399
|
"deprecationReason": null,
|
|
5400
5400
|
"description": null,
|
|
@@ -5472,7 +5472,7 @@
|
|
|
5472
5472
|
"varName": "systemGroupRef"
|
|
5473
5473
|
},
|
|
5474
5474
|
"user": {
|
|
5475
|
-
"alias": "
|
|
5475
|
+
"alias": "userWanNetworkRuleDestination: user",
|
|
5476
5476
|
"args": {},
|
|
5477
5477
|
"deprecationReason": null,
|
|
5478
5478
|
"description": null,
|
|
@@ -5550,7 +5550,7 @@
|
|
|
5550
5550
|
"varName": "userRef"
|
|
5551
5551
|
},
|
|
5552
5552
|
"usersGroup": {
|
|
5553
|
-
"alias": "
|
|
5553
|
+
"alias": "usersGroupWanNetworkRuleDestination: usersGroup",
|
|
5554
5554
|
"args": {},
|
|
5555
5555
|
"deprecationReason": null,
|
|
5556
5556
|
"description": null,
|
|
@@ -5666,7 +5666,7 @@
|
|
|
5666
5666
|
"varName": "name"
|
|
5667
5667
|
},
|
|
5668
5668
|
"source": {
|
|
5669
|
-
"alias": "
|
|
5669
|
+
"alias": "sourceWanNetworkRuleException: source",
|
|
5670
5670
|
"args": {},
|
|
5671
5671
|
"deprecationReason": null,
|
|
5672
5672
|
"description": "The source of the traffic for the rule.",
|
|
@@ -5683,7 +5683,7 @@
|
|
|
5683
5683
|
"enumValues": null,
|
|
5684
5684
|
"fields": {
|
|
5685
5685
|
"floatingSubnet": {
|
|
5686
|
-
"alias": "
|
|
5686
|
+
"alias": "floatingSubnetWanNetworkRuleSource: floatingSubnet",
|
|
5687
5687
|
"args": {},
|
|
5688
5688
|
"deprecationReason": null,
|
|
5689
5689
|
"description": null,
|
|
@@ -5761,7 +5761,7 @@
|
|
|
5761
5761
|
"varName": "floatingSubnetRef"
|
|
5762
5762
|
},
|
|
5763
5763
|
"globalIpRange": {
|
|
5764
|
-
"alias": "
|
|
5764
|
+
"alias": "globalIpRangeWanNetworkRuleSource: globalIpRange",
|
|
5765
5765
|
"args": {},
|
|
5766
5766
|
"deprecationReason": null,
|
|
5767
5767
|
"description": null,
|
|
@@ -5839,7 +5839,7 @@
|
|
|
5839
5839
|
"varName": "globalIpRangeRef"
|
|
5840
5840
|
},
|
|
5841
5841
|
"group": {
|
|
5842
|
-
"alias": "
|
|
5842
|
+
"alias": "groupWanNetworkRuleSource: group",
|
|
5843
5843
|
"args": {},
|
|
5844
5844
|
"deprecationReason": null,
|
|
5845
5845
|
"description": null,
|
|
@@ -5917,7 +5917,7 @@
|
|
|
5917
5917
|
"varName": "groupRef"
|
|
5918
5918
|
},
|
|
5919
5919
|
"host": {
|
|
5920
|
-
"alias": "
|
|
5920
|
+
"alias": "hostWanNetworkRuleSource: host",
|
|
5921
5921
|
"args": {},
|
|
5922
5922
|
"deprecationReason": null,
|
|
5923
5923
|
"description": null,
|
|
@@ -6018,7 +6018,7 @@
|
|
|
6018
6018
|
"varName": "ip"
|
|
6019
6019
|
},
|
|
6020
6020
|
"ipRange": {
|
|
6021
|
-
"alias": "
|
|
6021
|
+
"alias": "ipRangeWanNetworkRuleSource: ipRange",
|
|
6022
6022
|
"args": {},
|
|
6023
6023
|
"deprecationReason": null,
|
|
6024
6024
|
"description": null,
|
|
@@ -6096,7 +6096,7 @@
|
|
|
6096
6096
|
"varName": "ipAddressRange"
|
|
6097
6097
|
},
|
|
6098
6098
|
"networkInterface": {
|
|
6099
|
-
"alias": "
|
|
6099
|
+
"alias": "networkInterfaceWanNetworkRuleSource: networkInterface",
|
|
6100
6100
|
"args": {},
|
|
6101
6101
|
"deprecationReason": null,
|
|
6102
6102
|
"description": null,
|
|
@@ -6174,7 +6174,7 @@
|
|
|
6174
6174
|
"varName": "networkInterfaceRef"
|
|
6175
6175
|
},
|
|
6176
6176
|
"site": {
|
|
6177
|
-
"alias": "
|
|
6177
|
+
"alias": "siteWanNetworkRuleSource: site",
|
|
6178
6178
|
"args": {},
|
|
6179
6179
|
"deprecationReason": null,
|
|
6180
6180
|
"description": null,
|
|
@@ -6252,7 +6252,7 @@
|
|
|
6252
6252
|
"varName": "siteRef"
|
|
6253
6253
|
},
|
|
6254
6254
|
"siteNetworkSubnet": {
|
|
6255
|
-
"alias": "
|
|
6255
|
+
"alias": "siteNetworkSubnetWanNetworkRuleSource: siteNetworkSubnet",
|
|
6256
6256
|
"args": {},
|
|
6257
6257
|
"deprecationReason": null,
|
|
6258
6258
|
"description": null,
|
|
@@ -6353,7 +6353,7 @@
|
|
|
6353
6353
|
"varName": "subnet"
|
|
6354
6354
|
},
|
|
6355
6355
|
"systemGroup": {
|
|
6356
|
-
"alias": "
|
|
6356
|
+
"alias": "systemGroupWanNetworkRuleSource: systemGroup",
|
|
6357
6357
|
"args": {},
|
|
6358
6358
|
"deprecationReason": null,
|
|
6359
6359
|
"description": null,
|
|
@@ -6431,7 +6431,7 @@
|
|
|
6431
6431
|
"varName": "systemGroupRef"
|
|
6432
6432
|
},
|
|
6433
6433
|
"user": {
|
|
6434
|
-
"alias": "
|
|
6434
|
+
"alias": "userWanNetworkRuleSource: user",
|
|
6435
6435
|
"args": {},
|
|
6436
6436
|
"deprecationReason": null,
|
|
6437
6437
|
"description": null,
|
|
@@ -6509,7 +6509,7 @@
|
|
|
6509
6509
|
"varName": "userRef"
|
|
6510
6510
|
},
|
|
6511
6511
|
"usersGroup": {
|
|
6512
|
-
"alias": "
|
|
6512
|
+
"alias": "usersGroupWanNetworkRuleSource: usersGroup",
|
|
6513
6513
|
"args": {},
|
|
6514
6514
|
"deprecationReason": null,
|
|
6515
6515
|
"description": null,
|
|
@@ -6686,7 +6686,7 @@
|
|
|
6686
6686
|
"varName": "name"
|
|
6687
6687
|
},
|
|
6688
6688
|
"routeType": {
|
|
6689
|
-
"alias": "
|
|
6689
|
+
"alias": "routeTypeWanNetworkRule: routeType",
|
|
6690
6690
|
"args": {},
|
|
6691
6691
|
"deprecationReason": null,
|
|
6692
6692
|
"description": "Defines the routing method for the rule. By default, traffic will egress from connected PoP.",
|
|
@@ -6756,7 +6756,7 @@
|
|
|
6756
6756
|
"varName": "routeType"
|
|
6757
6757
|
},
|
|
6758
6758
|
"ruleType": {
|
|
6759
|
-
"alias": "
|
|
6759
|
+
"alias": "ruleTypeWanNetworkRule: ruleType",
|
|
6760
6760
|
"args": {},
|
|
6761
6761
|
"deprecationReason": null,
|
|
6762
6762
|
"description": "Specifies if the rule is for Internet (outbound) or WAN (wanbound) traffic.",
|
|
@@ -6808,7 +6808,7 @@
|
|
|
6808
6808
|
"varName": "ruleType"
|
|
6809
6809
|
},
|
|
6810
6810
|
"section": {
|
|
6811
|
-
"alias": "
|
|
6811
|
+
"alias": "sectionWanNetworkRule: section",
|
|
6812
6812
|
"args": {},
|
|
6813
6813
|
"deprecationReason": null,
|
|
6814
6814
|
"description": "Policy section where the rule is located",
|
|
@@ -6884,7 +6884,7 @@
|
|
|
6884
6884
|
"varName": "policySectionInfo"
|
|
6885
6885
|
},
|
|
6886
6886
|
"source": {
|
|
6887
|
-
"alias": "
|
|
6887
|
+
"alias": "sourceWanNetworkRule: source",
|
|
6888
6888
|
"args": {},
|
|
6889
6889
|
"deprecationReason": null,
|
|
6890
6890
|
"description": "The source of the traffic for the rule.",
|
|
@@ -6901,7 +6901,7 @@
|
|
|
6901
6901
|
"enumValues": null,
|
|
6902
6902
|
"fields": {
|
|
6903
6903
|
"floatingSubnet": {
|
|
6904
|
-
"alias": "
|
|
6904
|
+
"alias": "floatingSubnetWanNetworkRuleSource: floatingSubnet",
|
|
6905
6905
|
"args": {},
|
|
6906
6906
|
"deprecationReason": null,
|
|
6907
6907
|
"description": null,
|
|
@@ -6979,7 +6979,7 @@
|
|
|
6979
6979
|
"varName": "floatingSubnetRef"
|
|
6980
6980
|
},
|
|
6981
6981
|
"globalIpRange": {
|
|
6982
|
-
"alias": "
|
|
6982
|
+
"alias": "globalIpRangeWanNetworkRuleSource: globalIpRange",
|
|
6983
6983
|
"args": {},
|
|
6984
6984
|
"deprecationReason": null,
|
|
6985
6985
|
"description": null,
|
|
@@ -7057,7 +7057,7 @@
|
|
|
7057
7057
|
"varName": "globalIpRangeRef"
|
|
7058
7058
|
},
|
|
7059
7059
|
"group": {
|
|
7060
|
-
"alias": "
|
|
7060
|
+
"alias": "groupWanNetworkRuleSource: group",
|
|
7061
7061
|
"args": {},
|
|
7062
7062
|
"deprecationReason": null,
|
|
7063
7063
|
"description": null,
|
|
@@ -7135,7 +7135,7 @@
|
|
|
7135
7135
|
"varName": "groupRef"
|
|
7136
7136
|
},
|
|
7137
7137
|
"host": {
|
|
7138
|
-
"alias": "
|
|
7138
|
+
"alias": "hostWanNetworkRuleSource: host",
|
|
7139
7139
|
"args": {},
|
|
7140
7140
|
"deprecationReason": null,
|
|
7141
7141
|
"description": null,
|
|
@@ -7236,7 +7236,7 @@
|
|
|
7236
7236
|
"varName": "ip"
|
|
7237
7237
|
},
|
|
7238
7238
|
"ipRange": {
|
|
7239
|
-
"alias": "
|
|
7239
|
+
"alias": "ipRangeWanNetworkRuleSource: ipRange",
|
|
7240
7240
|
"args": {},
|
|
7241
7241
|
"deprecationReason": null,
|
|
7242
7242
|
"description": null,
|
|
@@ -7314,7 +7314,7 @@
|
|
|
7314
7314
|
"varName": "ipAddressRange"
|
|
7315
7315
|
},
|
|
7316
7316
|
"networkInterface": {
|
|
7317
|
-
"alias": "
|
|
7317
|
+
"alias": "networkInterfaceWanNetworkRuleSource: networkInterface",
|
|
7318
7318
|
"args": {},
|
|
7319
7319
|
"deprecationReason": null,
|
|
7320
7320
|
"description": null,
|
|
@@ -7392,7 +7392,7 @@
|
|
|
7392
7392
|
"varName": "networkInterfaceRef"
|
|
7393
7393
|
},
|
|
7394
7394
|
"site": {
|
|
7395
|
-
"alias": "
|
|
7395
|
+
"alias": "siteWanNetworkRuleSource: site",
|
|
7396
7396
|
"args": {},
|
|
7397
7397
|
"deprecationReason": null,
|
|
7398
7398
|
"description": null,
|
|
@@ -7470,7 +7470,7 @@
|
|
|
7470
7470
|
"varName": "siteRef"
|
|
7471
7471
|
},
|
|
7472
7472
|
"siteNetworkSubnet": {
|
|
7473
|
-
"alias": "
|
|
7473
|
+
"alias": "siteNetworkSubnetWanNetworkRuleSource: siteNetworkSubnet",
|
|
7474
7474
|
"args": {},
|
|
7475
7475
|
"deprecationReason": null,
|
|
7476
7476
|
"description": null,
|
|
@@ -7571,7 +7571,7 @@
|
|
|
7571
7571
|
"varName": "subnet"
|
|
7572
7572
|
},
|
|
7573
7573
|
"systemGroup": {
|
|
7574
|
-
"alias": "
|
|
7574
|
+
"alias": "systemGroupWanNetworkRuleSource: systemGroup",
|
|
7575
7575
|
"args": {},
|
|
7576
7576
|
"deprecationReason": null,
|
|
7577
7577
|
"description": null,
|
|
@@ -7649,7 +7649,7 @@
|
|
|
7649
7649
|
"varName": "systemGroupRef"
|
|
7650
7650
|
},
|
|
7651
7651
|
"user": {
|
|
7652
|
-
"alias": "
|
|
7652
|
+
"alias": "userWanNetworkRuleSource: user",
|
|
7653
7653
|
"args": {},
|
|
7654
7654
|
"deprecationReason": null,
|
|
7655
7655
|
"description": null,
|
|
@@ -7727,7 +7727,7 @@
|
|
|
7727
7727
|
"varName": "userRef"
|
|
7728
7728
|
},
|
|
7729
7729
|
"usersGroup": {
|
|
7730
|
-
"alias": "
|
|
7730
|
+
"alias": "usersGroupWanNetworkRuleSource: usersGroup",
|
|
7731
7731
|
"args": {},
|
|
7732
7732
|
"deprecationReason": null,
|
|
7733
7733
|
"description": null,
|
|
@@ -7874,7 +7874,7 @@
|
|
|
7874
7874
|
"enumValues": null,
|
|
7875
7875
|
"fields": {
|
|
7876
7876
|
"audit": {
|
|
7877
|
-
"alias": "
|
|
7877
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
7878
7878
|
"args": {},
|
|
7879
7879
|
"deprecationReason": null,
|
|
7880
7880
|
"description": null,
|
|
@@ -7950,7 +7950,7 @@
|
|
|
7950
7950
|
"varName": "policyElementAudit"
|
|
7951
7951
|
},
|
|
7952
7952
|
"properties": {
|
|
7953
|
-
"alias": "
|
|
7953
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
7954
7954
|
"args": {},
|
|
7955
7955
|
"deprecationReason": null,
|
|
7956
7956
|
"description": null,
|
|
@@ -8028,7 +8028,7 @@
|
|
|
8028
8028
|
"varName": "properties"
|
|
8029
8029
|
},
|
|
8030
8030
|
"section": {
|
|
8031
|
-
"alias": "
|
|
8031
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
8032
8032
|
"args": {},
|
|
8033
8033
|
"deprecationReason": null,
|
|
8034
8034
|
"description": null,
|
|
@@ -8139,7 +8139,7 @@
|
|
|
8139
8139
|
"varName": "wanNetworkPolicy"
|
|
8140
8140
|
},
|
|
8141
8141
|
"status": {
|
|
8142
|
-
"alias": "
|
|
8142
|
+
"alias": "statusWanNetworkPolicyMutationPayload: status",
|
|
8143
8143
|
"args": {},
|
|
8144
8144
|
"deprecationReason": null,
|
|
8145
8145
|
"description": null,
|