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
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
"enumValues": null,
|
|
622
622
|
"fields": {
|
|
623
623
|
"errors": {
|
|
624
|
-
"alias": "
|
|
624
|
+
"alias": "errorsWanNetworkPolicyMutationPayload: errors",
|
|
625
625
|
"args": {},
|
|
626
626
|
"deprecationReason": null,
|
|
627
627
|
"description": null,
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
"responseStr": "errors:$policyMutationError ",
|
|
635
635
|
"type": {
|
|
636
636
|
"definition": {
|
|
637
|
-
"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
|
|
637
|
+
"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\"",
|
|
638
638
|
"enumValues": null,
|
|
639
639
|
"fields": {
|
|
640
640
|
"errorCode": {
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
"varName": "policyMutationError"
|
|
698
698
|
},
|
|
699
699
|
"policy": {
|
|
700
|
-
"alias": "
|
|
700
|
+
"alias": "policyWanNetworkPolicyMutationPayload: policy",
|
|
701
701
|
"args": {},
|
|
702
702
|
"deprecationReason": null,
|
|
703
703
|
"description": null,
|
|
@@ -983,7 +983,7 @@
|
|
|
983
983
|
"enumValues": null,
|
|
984
984
|
"fields": {
|
|
985
985
|
"audit": {
|
|
986
|
-
"alias": "
|
|
986
|
+
"alias": "auditWanNetworkRulePayload: audit",
|
|
987
987
|
"args": {},
|
|
988
988
|
"deprecationReason": null,
|
|
989
989
|
"description": null,
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
"varName": "policyElementAudit"
|
|
1060
1060
|
},
|
|
1061
1061
|
"properties": {
|
|
1062
|
-
"alias": "
|
|
1062
|
+
"alias": "propertiesWanNetworkRulePayload: properties",
|
|
1063
1063
|
"args": {},
|
|
1064
1064
|
"deprecationReason": null,
|
|
1065
1065
|
"description": null,
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
"varName": "properties"
|
|
1138
1138
|
},
|
|
1139
1139
|
"rule": {
|
|
1140
|
-
"alias": "
|
|
1140
|
+
"alias": "ruleWanNetworkRulePayload: rule",
|
|
1141
1141
|
"args": {},
|
|
1142
1142
|
"deprecationReason": null,
|
|
1143
1143
|
"description": null,
|
|
@@ -1154,7 +1154,7 @@
|
|
|
1154
1154
|
"enumValues": null,
|
|
1155
1155
|
"fields": {
|
|
1156
1156
|
"application": {
|
|
1157
|
-
"alias": "
|
|
1157
|
+
"alias": "applicationWanNetworkRule: application",
|
|
1158
1158
|
"args": {},
|
|
1159
1159
|
"deprecationReason": null,
|
|
1160
1160
|
"description": "The application or category of traffic for the rule.",
|
|
@@ -1171,7 +1171,7 @@
|
|
|
1171
1171
|
"enumValues": null,
|
|
1172
1172
|
"fields": {
|
|
1173
1173
|
"appCategory": {
|
|
1174
|
-
"alias": "
|
|
1174
|
+
"alias": "appCategoryWanNetworkRuleApplication: appCategory",
|
|
1175
1175
|
"args": {},
|
|
1176
1176
|
"deprecationReason": null,
|
|
1177
1177
|
"description": null,
|
|
@@ -1249,7 +1249,7 @@
|
|
|
1249
1249
|
"varName": "applicationCategoryRef"
|
|
1250
1250
|
},
|
|
1251
1251
|
"application": {
|
|
1252
|
-
"alias": "
|
|
1252
|
+
"alias": "applicationWanNetworkRuleApplication: application",
|
|
1253
1253
|
"args": {},
|
|
1254
1254
|
"deprecationReason": null,
|
|
1255
1255
|
"description": null,
|
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
"varName": "applicationRef"
|
|
1328
1328
|
},
|
|
1329
1329
|
"customApp": {
|
|
1330
|
-
"alias": "
|
|
1330
|
+
"alias": "customAppWanNetworkRuleApplication: customApp",
|
|
1331
1331
|
"args": {},
|
|
1332
1332
|
"deprecationReason": null,
|
|
1333
1333
|
"description": null,
|
|
@@ -1405,7 +1405,7 @@
|
|
|
1405
1405
|
"varName": "customApplicationRef"
|
|
1406
1406
|
},
|
|
1407
1407
|
"customCategory": {
|
|
1408
|
-
"alias": "
|
|
1408
|
+
"alias": "customCategoryWanNetworkRuleApplication: customCategory",
|
|
1409
1409
|
"args": {},
|
|
1410
1410
|
"deprecationReason": null,
|
|
1411
1411
|
"description": null,
|
|
@@ -1483,7 +1483,7 @@
|
|
|
1483
1483
|
"varName": "customCategoryRef"
|
|
1484
1484
|
},
|
|
1485
1485
|
"customService": {
|
|
1486
|
-
"alias": "
|
|
1486
|
+
"alias": "customServiceWanNetworkRuleApplication: customService",
|
|
1487
1487
|
"args": {},
|
|
1488
1488
|
"deprecationReason": null,
|
|
1489
1489
|
"description": null,
|
|
@@ -1522,7 +1522,7 @@
|
|
|
1522
1522
|
"varName": "port"
|
|
1523
1523
|
},
|
|
1524
1524
|
"portRange": {
|
|
1525
|
-
"alias": "
|
|
1525
|
+
"alias": "portRangeCustomService: portRange",
|
|
1526
1526
|
"args": {},
|
|
1527
1527
|
"deprecationReason": null,
|
|
1528
1528
|
"description": null,
|
|
@@ -1597,7 +1597,7 @@
|
|
|
1597
1597
|
"varName": "portRange"
|
|
1598
1598
|
},
|
|
1599
1599
|
"protocol": {
|
|
1600
|
-
"alias": "
|
|
1600
|
+
"alias": "protocolCustomService: protocol",
|
|
1601
1601
|
"args": {},
|
|
1602
1602
|
"deprecationReason": null,
|
|
1603
1603
|
"description": null,
|
|
@@ -1680,7 +1680,7 @@
|
|
|
1680
1680
|
"varName": "customService"
|
|
1681
1681
|
},
|
|
1682
1682
|
"customServiceIp": {
|
|
1683
|
-
"alias": "
|
|
1683
|
+
"alias": "customServiceIpWanNetworkRuleApplication: customServiceIp",
|
|
1684
1684
|
"args": {},
|
|
1685
1685
|
"deprecationReason": null,
|
|
1686
1686
|
"description": null,
|
|
@@ -1717,7 +1717,7 @@
|
|
|
1717
1717
|
"varName": "ip"
|
|
1718
1718
|
},
|
|
1719
1719
|
"ipRange": {
|
|
1720
|
-
"alias": "
|
|
1720
|
+
"alias": "ipRangeCustomServiceIp: ipRange",
|
|
1721
1721
|
"args": {},
|
|
1722
1722
|
"deprecationReason": null,
|
|
1723
1723
|
"description": null,
|
|
@@ -1878,7 +1878,7 @@
|
|
|
1878
1878
|
"varName": "fqdn"
|
|
1879
1879
|
},
|
|
1880
1880
|
"service": {
|
|
1881
|
-
"alias": "
|
|
1881
|
+
"alias": "serviceWanNetworkRuleApplication: service",
|
|
1882
1882
|
"args": {},
|
|
1883
1883
|
"deprecationReason": null,
|
|
1884
1884
|
"description": null,
|
|
@@ -1973,7 +1973,7 @@
|
|
|
1973
1973
|
"varName": "wanNetworkRuleApplication"
|
|
1974
1974
|
},
|
|
1975
1975
|
"bandwidthPriority": {
|
|
1976
|
-
"alias": "
|
|
1976
|
+
"alias": "bandwidthPriorityWanNetworkRule: bandwidthPriority",
|
|
1977
1977
|
"args": {},
|
|
1978
1978
|
"deprecationReason": null,
|
|
1979
1979
|
"description": "The bandwidth priority (QoS) for the rule.",
|
|
@@ -2049,7 +2049,7 @@
|
|
|
2049
2049
|
"varName": "bandwidthManagementRef"
|
|
2050
2050
|
},
|
|
2051
2051
|
"configuration": {
|
|
2052
|
-
"alias": "
|
|
2052
|
+
"alias": "configurationWanNetworkRule: configuration",
|
|
2053
2053
|
"args": {},
|
|
2054
2054
|
"deprecationReason": null,
|
|
2055
2055
|
"description": "The configuration of the rule.",
|
|
@@ -2087,7 +2087,7 @@
|
|
|
2087
2087
|
"varName": "activeTcpAcceleration"
|
|
2088
2088
|
},
|
|
2089
2089
|
"allocationIp": {
|
|
2090
|
-
"alias": "
|
|
2090
|
+
"alias": "allocationIpWanNetworkRuleConfiguration: allocationIp",
|
|
2091
2091
|
"args": {},
|
|
2092
2092
|
"deprecationReason": null,
|
|
2093
2093
|
"description": "The allocated IP for NAT routing. Taken from IP Allocation, per PoP.",
|
|
@@ -2165,7 +2165,7 @@
|
|
|
2165
2165
|
"varName": "allocatedIpRef"
|
|
2166
2166
|
},
|
|
2167
2167
|
"backhaulingSite": {
|
|
2168
|
-
"alias": "
|
|
2168
|
+
"alias": "backhaulingSiteWanNetworkRuleConfiguration: backhaulingSite",
|
|
2169
2169
|
"args": {},
|
|
2170
2170
|
"deprecationReason": null,
|
|
2171
2171
|
"description": "The site for backhaul routing option.",
|
|
@@ -2264,7 +2264,7 @@
|
|
|
2264
2264
|
"varName": "packetLossMitigation"
|
|
2265
2265
|
},
|
|
2266
2266
|
"popLocation": {
|
|
2267
|
-
"alias": "
|
|
2267
|
+
"alias": "popLocationWanNetworkRuleConfiguration: popLocation",
|
|
2268
2268
|
"args": {},
|
|
2269
2269
|
"deprecationReason": null,
|
|
2270
2270
|
"description": "The PoP location for routing and egressing from Cato Cloud.",
|
|
@@ -2363,7 +2363,7 @@
|
|
|
2363
2363
|
"varName": "preserveSourcePort"
|
|
2364
2364
|
},
|
|
2365
2365
|
"primaryTransport": {
|
|
2366
|
-
"alias": "
|
|
2366
|
+
"alias": "primaryTransportWanNetworkRuleConfiguration: primaryTransport",
|
|
2367
2367
|
"args": {},
|
|
2368
2368
|
"deprecationReason": null,
|
|
2369
2369
|
"description": "The primary transport method.",
|
|
@@ -2380,7 +2380,7 @@
|
|
|
2380
2380
|
"enumValues": null,
|
|
2381
2381
|
"fields": {
|
|
2382
2382
|
"primaryInterfaceRole": {
|
|
2383
|
-
"alias": "
|
|
2383
|
+
"alias": "primaryInterfaceRoleWanNetworkRuleTransport: primaryInterfaceRole",
|
|
2384
2384
|
"args": {},
|
|
2385
2385
|
"deprecationReason": null,
|
|
2386
2386
|
"description": "The primary interface role.",
|
|
@@ -2462,7 +2462,7 @@
|
|
|
2462
2462
|
"varName": "primaryInterfaceRole"
|
|
2463
2463
|
},
|
|
2464
2464
|
"secondaryInterfaceRole": {
|
|
2465
|
-
"alias": "
|
|
2465
|
+
"alias": "secondaryInterfaceRoleWanNetworkRuleTransport: secondaryInterfaceRole",
|
|
2466
2466
|
"args": {},
|
|
2467
2467
|
"deprecationReason": null,
|
|
2468
2468
|
"description": "The secondary interface role.",
|
|
@@ -2544,7 +2544,7 @@
|
|
|
2544
2544
|
"varName": "secondaryInterfaceRole"
|
|
2545
2545
|
},
|
|
2546
2546
|
"transportType": {
|
|
2547
|
-
"alias": "
|
|
2547
|
+
"alias": "transportTypeWanNetworkRuleTransport: transportType",
|
|
2548
2548
|
"args": {},
|
|
2549
2549
|
"deprecationReason": null,
|
|
2550
2550
|
"description": null,
|
|
@@ -2625,7 +2625,7 @@
|
|
|
2625
2625
|
"varName": "wanNetworkRuleTransport"
|
|
2626
2626
|
},
|
|
2627
2627
|
"secondaryTransport": {
|
|
2628
|
-
"alias": "
|
|
2628
|
+
"alias": "secondaryTransportWanNetworkRuleConfiguration: secondaryTransport",
|
|
2629
2629
|
"args": {},
|
|
2630
2630
|
"deprecationReason": null,
|
|
2631
2631
|
"description": "The secondary transport method.",
|
|
@@ -2642,7 +2642,7 @@
|
|
|
2642
2642
|
"enumValues": null,
|
|
2643
2643
|
"fields": {
|
|
2644
2644
|
"primaryInterfaceRole": {
|
|
2645
|
-
"alias": "
|
|
2645
|
+
"alias": "primaryInterfaceRoleWanNetworkRuleTransport: primaryInterfaceRole",
|
|
2646
2646
|
"args": {},
|
|
2647
2647
|
"deprecationReason": null,
|
|
2648
2648
|
"description": "The primary interface role.",
|
|
@@ -2724,7 +2724,7 @@
|
|
|
2724
2724
|
"varName": "primaryInterfaceRole"
|
|
2725
2725
|
},
|
|
2726
2726
|
"secondaryInterfaceRole": {
|
|
2727
|
-
"alias": "
|
|
2727
|
+
"alias": "secondaryInterfaceRoleWanNetworkRuleTransport: secondaryInterfaceRole",
|
|
2728
2728
|
"args": {},
|
|
2729
2729
|
"deprecationReason": null,
|
|
2730
2730
|
"description": "The secondary interface role.",
|
|
@@ -2806,7 +2806,7 @@
|
|
|
2806
2806
|
"varName": "secondaryInterfaceRole"
|
|
2807
2807
|
},
|
|
2808
2808
|
"transportType": {
|
|
2809
|
-
"alias": "
|
|
2809
|
+
"alias": "transportTypeWanNetworkRuleTransport: transportType",
|
|
2810
2810
|
"args": {},
|
|
2811
2811
|
"deprecationReason": null,
|
|
2812
2812
|
"description": null,
|
|
@@ -2925,7 +2925,7 @@
|
|
|
2925
2925
|
"varName": "description"
|
|
2926
2926
|
},
|
|
2927
2927
|
"destination": {
|
|
2928
|
-
"alias": "
|
|
2928
|
+
"alias": "destinationWanNetworkRule: destination",
|
|
2929
2929
|
"args": {},
|
|
2930
2930
|
"deprecationReason": null,
|
|
2931
2931
|
"description": "The destination of the traffic for the rule.",
|
|
@@ -2942,7 +2942,7 @@
|
|
|
2942
2942
|
"enumValues": null,
|
|
2943
2943
|
"fields": {
|
|
2944
2944
|
"floatingSubnet": {
|
|
2945
|
-
"alias": "
|
|
2945
|
+
"alias": "floatingSubnetWanNetworkRuleDestination: floatingSubnet",
|
|
2946
2946
|
"args": {},
|
|
2947
2947
|
"deprecationReason": null,
|
|
2948
2948
|
"description": null,
|
|
@@ -3020,7 +3020,7 @@
|
|
|
3020
3020
|
"varName": "floatingSubnetRef"
|
|
3021
3021
|
},
|
|
3022
3022
|
"globalIpRange": {
|
|
3023
|
-
"alias": "
|
|
3023
|
+
"alias": "globalIpRangeWanNetworkRuleDestination: globalIpRange",
|
|
3024
3024
|
"args": {},
|
|
3025
3025
|
"deprecationReason": null,
|
|
3026
3026
|
"description": null,
|
|
@@ -3098,7 +3098,7 @@
|
|
|
3098
3098
|
"varName": "globalIpRangeRef"
|
|
3099
3099
|
},
|
|
3100
3100
|
"group": {
|
|
3101
|
-
"alias": "
|
|
3101
|
+
"alias": "groupWanNetworkRuleDestination: group",
|
|
3102
3102
|
"args": {},
|
|
3103
3103
|
"deprecationReason": null,
|
|
3104
3104
|
"description": null,
|
|
@@ -3176,7 +3176,7 @@
|
|
|
3176
3176
|
"varName": "groupRef"
|
|
3177
3177
|
},
|
|
3178
3178
|
"host": {
|
|
3179
|
-
"alias": "
|
|
3179
|
+
"alias": "hostWanNetworkRuleDestination: host",
|
|
3180
3180
|
"args": {},
|
|
3181
3181
|
"deprecationReason": null,
|
|
3182
3182
|
"description": null,
|
|
@@ -3277,7 +3277,7 @@
|
|
|
3277
3277
|
"varName": "ip"
|
|
3278
3278
|
},
|
|
3279
3279
|
"ipRange": {
|
|
3280
|
-
"alias": "
|
|
3280
|
+
"alias": "ipRangeWanNetworkRuleDestination: ipRange",
|
|
3281
3281
|
"args": {},
|
|
3282
3282
|
"deprecationReason": null,
|
|
3283
3283
|
"description": null,
|
|
@@ -3355,7 +3355,7 @@
|
|
|
3355
3355
|
"varName": "ipAddressRange"
|
|
3356
3356
|
},
|
|
3357
3357
|
"networkInterface": {
|
|
3358
|
-
"alias": "
|
|
3358
|
+
"alias": "networkInterfaceWanNetworkRuleDestination: networkInterface",
|
|
3359
3359
|
"args": {},
|
|
3360
3360
|
"deprecationReason": null,
|
|
3361
3361
|
"description": null,
|
|
@@ -3433,7 +3433,7 @@
|
|
|
3433
3433
|
"varName": "networkInterfaceRef"
|
|
3434
3434
|
},
|
|
3435
3435
|
"site": {
|
|
3436
|
-
"alias": "
|
|
3436
|
+
"alias": "siteWanNetworkRuleDestination: site",
|
|
3437
3437
|
"args": {},
|
|
3438
3438
|
"deprecationReason": null,
|
|
3439
3439
|
"description": null,
|
|
@@ -3511,7 +3511,7 @@
|
|
|
3511
3511
|
"varName": "siteRef"
|
|
3512
3512
|
},
|
|
3513
3513
|
"siteNetworkSubnet": {
|
|
3514
|
-
"alias": "
|
|
3514
|
+
"alias": "siteNetworkSubnetWanNetworkRuleDestination: siteNetworkSubnet",
|
|
3515
3515
|
"args": {},
|
|
3516
3516
|
"deprecationReason": null,
|
|
3517
3517
|
"description": null,
|
|
@@ -3612,7 +3612,7 @@
|
|
|
3612
3612
|
"varName": "subnet"
|
|
3613
3613
|
},
|
|
3614
3614
|
"systemGroup": {
|
|
3615
|
-
"alias": "
|
|
3615
|
+
"alias": "systemGroupWanNetworkRuleDestination: systemGroup",
|
|
3616
3616
|
"args": {},
|
|
3617
3617
|
"deprecationReason": null,
|
|
3618
3618
|
"description": null,
|
|
@@ -3690,7 +3690,7 @@
|
|
|
3690
3690
|
"varName": "systemGroupRef"
|
|
3691
3691
|
},
|
|
3692
3692
|
"user": {
|
|
3693
|
-
"alias": "
|
|
3693
|
+
"alias": "userWanNetworkRuleDestination: user",
|
|
3694
3694
|
"args": {},
|
|
3695
3695
|
"deprecationReason": null,
|
|
3696
3696
|
"description": null,
|
|
@@ -3768,7 +3768,7 @@
|
|
|
3768
3768
|
"varName": "userRef"
|
|
3769
3769
|
},
|
|
3770
3770
|
"usersGroup": {
|
|
3771
|
-
"alias": "
|
|
3771
|
+
"alias": "usersGroupWanNetworkRuleDestination: usersGroup",
|
|
3772
3772
|
"args": {},
|
|
3773
3773
|
"deprecationReason": null,
|
|
3774
3774
|
"description": null,
|
|
@@ -3884,7 +3884,7 @@
|
|
|
3884
3884
|
"varName": "enabled"
|
|
3885
3885
|
},
|
|
3886
3886
|
"exceptions": {
|
|
3887
|
-
"alias": "
|
|
3887
|
+
"alias": "exceptionsWanNetworkRule: exceptions",
|
|
3888
3888
|
"args": {},
|
|
3889
3889
|
"deprecationReason": null,
|
|
3890
3890
|
"description": "Exceptions to the rule.",
|
|
@@ -3901,7 +3901,7 @@
|
|
|
3901
3901
|
"enumValues": null,
|
|
3902
3902
|
"fields": {
|
|
3903
3903
|
"application": {
|
|
3904
|
-
"alias": "
|
|
3904
|
+
"alias": "applicationWanNetworkRuleException: application",
|
|
3905
3905
|
"args": {},
|
|
3906
3906
|
"deprecationReason": null,
|
|
3907
3907
|
"description": "The application or category of traffic for the rule.",
|
|
@@ -3918,7 +3918,7 @@
|
|
|
3918
3918
|
"enumValues": null,
|
|
3919
3919
|
"fields": {
|
|
3920
3920
|
"appCategory": {
|
|
3921
|
-
"alias": "
|
|
3921
|
+
"alias": "appCategoryWanNetworkRuleApplication: appCategory",
|
|
3922
3922
|
"args": {},
|
|
3923
3923
|
"deprecationReason": null,
|
|
3924
3924
|
"description": null,
|
|
@@ -3996,7 +3996,7 @@
|
|
|
3996
3996
|
"varName": "applicationCategoryRef"
|
|
3997
3997
|
},
|
|
3998
3998
|
"application": {
|
|
3999
|
-
"alias": "
|
|
3999
|
+
"alias": "applicationWanNetworkRuleApplication: application",
|
|
4000
4000
|
"args": {},
|
|
4001
4001
|
"deprecationReason": null,
|
|
4002
4002
|
"description": null,
|
|
@@ -4074,7 +4074,7 @@
|
|
|
4074
4074
|
"varName": "applicationRef"
|
|
4075
4075
|
},
|
|
4076
4076
|
"customApp": {
|
|
4077
|
-
"alias": "
|
|
4077
|
+
"alias": "customAppWanNetworkRuleApplication: customApp",
|
|
4078
4078
|
"args": {},
|
|
4079
4079
|
"deprecationReason": null,
|
|
4080
4080
|
"description": null,
|
|
@@ -4152,7 +4152,7 @@
|
|
|
4152
4152
|
"varName": "customApplicationRef"
|
|
4153
4153
|
},
|
|
4154
4154
|
"customCategory": {
|
|
4155
|
-
"alias": "
|
|
4155
|
+
"alias": "customCategoryWanNetworkRuleApplication: customCategory",
|
|
4156
4156
|
"args": {},
|
|
4157
4157
|
"deprecationReason": null,
|
|
4158
4158
|
"description": null,
|
|
@@ -4230,7 +4230,7 @@
|
|
|
4230
4230
|
"varName": "customCategoryRef"
|
|
4231
4231
|
},
|
|
4232
4232
|
"customService": {
|
|
4233
|
-
"alias": "
|
|
4233
|
+
"alias": "customServiceWanNetworkRuleApplication: customService",
|
|
4234
4234
|
"args": {},
|
|
4235
4235
|
"deprecationReason": null,
|
|
4236
4236
|
"description": null,
|
|
@@ -4269,7 +4269,7 @@
|
|
|
4269
4269
|
"varName": "port"
|
|
4270
4270
|
},
|
|
4271
4271
|
"portRange": {
|
|
4272
|
-
"alias": "
|
|
4272
|
+
"alias": "portRangeCustomService: portRange",
|
|
4273
4273
|
"args": {},
|
|
4274
4274
|
"deprecationReason": null,
|
|
4275
4275
|
"description": null,
|
|
@@ -4344,7 +4344,7 @@
|
|
|
4344
4344
|
"varName": "portRange"
|
|
4345
4345
|
},
|
|
4346
4346
|
"protocol": {
|
|
4347
|
-
"alias": "
|
|
4347
|
+
"alias": "protocolCustomService: protocol",
|
|
4348
4348
|
"args": {},
|
|
4349
4349
|
"deprecationReason": null,
|
|
4350
4350
|
"description": null,
|
|
@@ -4427,7 +4427,7 @@
|
|
|
4427
4427
|
"varName": "customService"
|
|
4428
4428
|
},
|
|
4429
4429
|
"customServiceIp": {
|
|
4430
|
-
"alias": "
|
|
4430
|
+
"alias": "customServiceIpWanNetworkRuleApplication: customServiceIp",
|
|
4431
4431
|
"args": {},
|
|
4432
4432
|
"deprecationReason": null,
|
|
4433
4433
|
"description": null,
|
|
@@ -4464,7 +4464,7 @@
|
|
|
4464
4464
|
"varName": "ip"
|
|
4465
4465
|
},
|
|
4466
4466
|
"ipRange": {
|
|
4467
|
-
"alias": "
|
|
4467
|
+
"alias": "ipRangeCustomServiceIp: ipRange",
|
|
4468
4468
|
"args": {},
|
|
4469
4469
|
"deprecationReason": null,
|
|
4470
4470
|
"description": null,
|
|
@@ -4625,7 +4625,7 @@
|
|
|
4625
4625
|
"varName": "fqdn"
|
|
4626
4626
|
},
|
|
4627
4627
|
"service": {
|
|
4628
|
-
"alias": "
|
|
4628
|
+
"alias": "serviceWanNetworkRuleApplication: service",
|
|
4629
4629
|
"args": {},
|
|
4630
4630
|
"deprecationReason": null,
|
|
4631
4631
|
"description": null,
|
|
@@ -4720,7 +4720,7 @@
|
|
|
4720
4720
|
"varName": "wanNetworkRuleApplication"
|
|
4721
4721
|
},
|
|
4722
4722
|
"destination": {
|
|
4723
|
-
"alias": "
|
|
4723
|
+
"alias": "destinationWanNetworkRuleException: destination",
|
|
4724
4724
|
"args": {},
|
|
4725
4725
|
"deprecationReason": null,
|
|
4726
4726
|
"description": "The destination of the traffic for the rule.",
|
|
@@ -4737,7 +4737,7 @@
|
|
|
4737
4737
|
"enumValues": null,
|
|
4738
4738
|
"fields": {
|
|
4739
4739
|
"floatingSubnet": {
|
|
4740
|
-
"alias": "
|
|
4740
|
+
"alias": "floatingSubnetWanNetworkRuleDestination: floatingSubnet",
|
|
4741
4741
|
"args": {},
|
|
4742
4742
|
"deprecationReason": null,
|
|
4743
4743
|
"description": null,
|
|
@@ -4815,7 +4815,7 @@
|
|
|
4815
4815
|
"varName": "floatingSubnetRef"
|
|
4816
4816
|
},
|
|
4817
4817
|
"globalIpRange": {
|
|
4818
|
-
"alias": "
|
|
4818
|
+
"alias": "globalIpRangeWanNetworkRuleDestination: globalIpRange",
|
|
4819
4819
|
"args": {},
|
|
4820
4820
|
"deprecationReason": null,
|
|
4821
4821
|
"description": null,
|
|
@@ -4893,7 +4893,7 @@
|
|
|
4893
4893
|
"varName": "globalIpRangeRef"
|
|
4894
4894
|
},
|
|
4895
4895
|
"group": {
|
|
4896
|
-
"alias": "
|
|
4896
|
+
"alias": "groupWanNetworkRuleDestination: group",
|
|
4897
4897
|
"args": {},
|
|
4898
4898
|
"deprecationReason": null,
|
|
4899
4899
|
"description": null,
|
|
@@ -4971,7 +4971,7 @@
|
|
|
4971
4971
|
"varName": "groupRef"
|
|
4972
4972
|
},
|
|
4973
4973
|
"host": {
|
|
4974
|
-
"alias": "
|
|
4974
|
+
"alias": "hostWanNetworkRuleDestination: host",
|
|
4975
4975
|
"args": {},
|
|
4976
4976
|
"deprecationReason": null,
|
|
4977
4977
|
"description": null,
|
|
@@ -5072,7 +5072,7 @@
|
|
|
5072
5072
|
"varName": "ip"
|
|
5073
5073
|
},
|
|
5074
5074
|
"ipRange": {
|
|
5075
|
-
"alias": "
|
|
5075
|
+
"alias": "ipRangeWanNetworkRuleDestination: ipRange",
|
|
5076
5076
|
"args": {},
|
|
5077
5077
|
"deprecationReason": null,
|
|
5078
5078
|
"description": null,
|
|
@@ -5150,7 +5150,7 @@
|
|
|
5150
5150
|
"varName": "ipAddressRange"
|
|
5151
5151
|
},
|
|
5152
5152
|
"networkInterface": {
|
|
5153
|
-
"alias": "
|
|
5153
|
+
"alias": "networkInterfaceWanNetworkRuleDestination: networkInterface",
|
|
5154
5154
|
"args": {},
|
|
5155
5155
|
"deprecationReason": null,
|
|
5156
5156
|
"description": null,
|
|
@@ -5228,7 +5228,7 @@
|
|
|
5228
5228
|
"varName": "networkInterfaceRef"
|
|
5229
5229
|
},
|
|
5230
5230
|
"site": {
|
|
5231
|
-
"alias": "
|
|
5231
|
+
"alias": "siteWanNetworkRuleDestination: site",
|
|
5232
5232
|
"args": {},
|
|
5233
5233
|
"deprecationReason": null,
|
|
5234
5234
|
"description": null,
|
|
@@ -5306,7 +5306,7 @@
|
|
|
5306
5306
|
"varName": "siteRef"
|
|
5307
5307
|
},
|
|
5308
5308
|
"siteNetworkSubnet": {
|
|
5309
|
-
"alias": "
|
|
5309
|
+
"alias": "siteNetworkSubnetWanNetworkRuleDestination: siteNetworkSubnet",
|
|
5310
5310
|
"args": {},
|
|
5311
5311
|
"deprecationReason": null,
|
|
5312
5312
|
"description": null,
|
|
@@ -5407,7 +5407,7 @@
|
|
|
5407
5407
|
"varName": "subnet"
|
|
5408
5408
|
},
|
|
5409
5409
|
"systemGroup": {
|
|
5410
|
-
"alias": "
|
|
5410
|
+
"alias": "systemGroupWanNetworkRuleDestination: systemGroup",
|
|
5411
5411
|
"args": {},
|
|
5412
5412
|
"deprecationReason": null,
|
|
5413
5413
|
"description": null,
|
|
@@ -5485,7 +5485,7 @@
|
|
|
5485
5485
|
"varName": "systemGroupRef"
|
|
5486
5486
|
},
|
|
5487
5487
|
"user": {
|
|
5488
|
-
"alias": "
|
|
5488
|
+
"alias": "userWanNetworkRuleDestination: user",
|
|
5489
5489
|
"args": {},
|
|
5490
5490
|
"deprecationReason": null,
|
|
5491
5491
|
"description": null,
|
|
@@ -5563,7 +5563,7 @@
|
|
|
5563
5563
|
"varName": "userRef"
|
|
5564
5564
|
},
|
|
5565
5565
|
"usersGroup": {
|
|
5566
|
-
"alias": "
|
|
5566
|
+
"alias": "usersGroupWanNetworkRuleDestination: usersGroup",
|
|
5567
5567
|
"args": {},
|
|
5568
5568
|
"deprecationReason": null,
|
|
5569
5569
|
"description": null,
|
|
@@ -5679,7 +5679,7 @@
|
|
|
5679
5679
|
"varName": "name"
|
|
5680
5680
|
},
|
|
5681
5681
|
"source": {
|
|
5682
|
-
"alias": "
|
|
5682
|
+
"alias": "sourceWanNetworkRuleException: source",
|
|
5683
5683
|
"args": {},
|
|
5684
5684
|
"deprecationReason": null,
|
|
5685
5685
|
"description": "The source of the traffic for the rule.",
|
|
@@ -5696,7 +5696,7 @@
|
|
|
5696
5696
|
"enumValues": null,
|
|
5697
5697
|
"fields": {
|
|
5698
5698
|
"floatingSubnet": {
|
|
5699
|
-
"alias": "
|
|
5699
|
+
"alias": "floatingSubnetWanNetworkRuleSource: floatingSubnet",
|
|
5700
5700
|
"args": {},
|
|
5701
5701
|
"deprecationReason": null,
|
|
5702
5702
|
"description": null,
|
|
@@ -5774,7 +5774,7 @@
|
|
|
5774
5774
|
"varName": "floatingSubnetRef"
|
|
5775
5775
|
},
|
|
5776
5776
|
"globalIpRange": {
|
|
5777
|
-
"alias": "
|
|
5777
|
+
"alias": "globalIpRangeWanNetworkRuleSource: globalIpRange",
|
|
5778
5778
|
"args": {},
|
|
5779
5779
|
"deprecationReason": null,
|
|
5780
5780
|
"description": null,
|
|
@@ -5852,7 +5852,7 @@
|
|
|
5852
5852
|
"varName": "globalIpRangeRef"
|
|
5853
5853
|
},
|
|
5854
5854
|
"group": {
|
|
5855
|
-
"alias": "
|
|
5855
|
+
"alias": "groupWanNetworkRuleSource: group",
|
|
5856
5856
|
"args": {},
|
|
5857
5857
|
"deprecationReason": null,
|
|
5858
5858
|
"description": null,
|
|
@@ -5930,7 +5930,7 @@
|
|
|
5930
5930
|
"varName": "groupRef"
|
|
5931
5931
|
},
|
|
5932
5932
|
"host": {
|
|
5933
|
-
"alias": "
|
|
5933
|
+
"alias": "hostWanNetworkRuleSource: host",
|
|
5934
5934
|
"args": {},
|
|
5935
5935
|
"deprecationReason": null,
|
|
5936
5936
|
"description": null,
|
|
@@ -6031,7 +6031,7 @@
|
|
|
6031
6031
|
"varName": "ip"
|
|
6032
6032
|
},
|
|
6033
6033
|
"ipRange": {
|
|
6034
|
-
"alias": "
|
|
6034
|
+
"alias": "ipRangeWanNetworkRuleSource: ipRange",
|
|
6035
6035
|
"args": {},
|
|
6036
6036
|
"deprecationReason": null,
|
|
6037
6037
|
"description": null,
|
|
@@ -6109,7 +6109,7 @@
|
|
|
6109
6109
|
"varName": "ipAddressRange"
|
|
6110
6110
|
},
|
|
6111
6111
|
"networkInterface": {
|
|
6112
|
-
"alias": "
|
|
6112
|
+
"alias": "networkInterfaceWanNetworkRuleSource: networkInterface",
|
|
6113
6113
|
"args": {},
|
|
6114
6114
|
"deprecationReason": null,
|
|
6115
6115
|
"description": null,
|
|
@@ -6187,7 +6187,7 @@
|
|
|
6187
6187
|
"varName": "networkInterfaceRef"
|
|
6188
6188
|
},
|
|
6189
6189
|
"site": {
|
|
6190
|
-
"alias": "
|
|
6190
|
+
"alias": "siteWanNetworkRuleSource: site",
|
|
6191
6191
|
"args": {},
|
|
6192
6192
|
"deprecationReason": null,
|
|
6193
6193
|
"description": null,
|
|
@@ -6265,7 +6265,7 @@
|
|
|
6265
6265
|
"varName": "siteRef"
|
|
6266
6266
|
},
|
|
6267
6267
|
"siteNetworkSubnet": {
|
|
6268
|
-
"alias": "
|
|
6268
|
+
"alias": "siteNetworkSubnetWanNetworkRuleSource: siteNetworkSubnet",
|
|
6269
6269
|
"args": {},
|
|
6270
6270
|
"deprecationReason": null,
|
|
6271
6271
|
"description": null,
|
|
@@ -6366,7 +6366,7 @@
|
|
|
6366
6366
|
"varName": "subnet"
|
|
6367
6367
|
},
|
|
6368
6368
|
"systemGroup": {
|
|
6369
|
-
"alias": "
|
|
6369
|
+
"alias": "systemGroupWanNetworkRuleSource: systemGroup",
|
|
6370
6370
|
"args": {},
|
|
6371
6371
|
"deprecationReason": null,
|
|
6372
6372
|
"description": null,
|
|
@@ -6444,7 +6444,7 @@
|
|
|
6444
6444
|
"varName": "systemGroupRef"
|
|
6445
6445
|
},
|
|
6446
6446
|
"user": {
|
|
6447
|
-
"alias": "
|
|
6447
|
+
"alias": "userWanNetworkRuleSource: user",
|
|
6448
6448
|
"args": {},
|
|
6449
6449
|
"deprecationReason": null,
|
|
6450
6450
|
"description": null,
|
|
@@ -6522,7 +6522,7 @@
|
|
|
6522
6522
|
"varName": "userRef"
|
|
6523
6523
|
},
|
|
6524
6524
|
"usersGroup": {
|
|
6525
|
-
"alias": "
|
|
6525
|
+
"alias": "usersGroupWanNetworkRuleSource: usersGroup",
|
|
6526
6526
|
"args": {},
|
|
6527
6527
|
"deprecationReason": null,
|
|
6528
6528
|
"description": null,
|
|
@@ -6699,7 +6699,7 @@
|
|
|
6699
6699
|
"varName": "name"
|
|
6700
6700
|
},
|
|
6701
6701
|
"routeType": {
|
|
6702
|
-
"alias": "
|
|
6702
|
+
"alias": "routeTypeWanNetworkRule: routeType",
|
|
6703
6703
|
"args": {},
|
|
6704
6704
|
"deprecationReason": null,
|
|
6705
6705
|
"description": "Defines the routing method for the rule. By default, traffic will egress from connected PoP.",
|
|
@@ -6769,7 +6769,7 @@
|
|
|
6769
6769
|
"varName": "routeType"
|
|
6770
6770
|
},
|
|
6771
6771
|
"ruleType": {
|
|
6772
|
-
"alias": "
|
|
6772
|
+
"alias": "ruleTypeWanNetworkRule: ruleType",
|
|
6773
6773
|
"args": {},
|
|
6774
6774
|
"deprecationReason": null,
|
|
6775
6775
|
"description": "Specifies if the rule is for Internet (outbound) or WAN (wanbound) traffic.",
|
|
@@ -6821,7 +6821,7 @@
|
|
|
6821
6821
|
"varName": "ruleType"
|
|
6822
6822
|
},
|
|
6823
6823
|
"section": {
|
|
6824
|
-
"alias": "
|
|
6824
|
+
"alias": "sectionWanNetworkRule: section",
|
|
6825
6825
|
"args": {},
|
|
6826
6826
|
"deprecationReason": null,
|
|
6827
6827
|
"description": "Policy section where the rule is located",
|
|
@@ -6897,7 +6897,7 @@
|
|
|
6897
6897
|
"varName": "policySectionInfo"
|
|
6898
6898
|
},
|
|
6899
6899
|
"source": {
|
|
6900
|
-
"alias": "
|
|
6900
|
+
"alias": "sourceWanNetworkRule: source",
|
|
6901
6901
|
"args": {},
|
|
6902
6902
|
"deprecationReason": null,
|
|
6903
6903
|
"description": "The source of the traffic for the rule.",
|
|
@@ -6914,7 +6914,7 @@
|
|
|
6914
6914
|
"enumValues": null,
|
|
6915
6915
|
"fields": {
|
|
6916
6916
|
"floatingSubnet": {
|
|
6917
|
-
"alias": "
|
|
6917
|
+
"alias": "floatingSubnetWanNetworkRuleSource: floatingSubnet",
|
|
6918
6918
|
"args": {},
|
|
6919
6919
|
"deprecationReason": null,
|
|
6920
6920
|
"description": null,
|
|
@@ -6992,7 +6992,7 @@
|
|
|
6992
6992
|
"varName": "floatingSubnetRef"
|
|
6993
6993
|
},
|
|
6994
6994
|
"globalIpRange": {
|
|
6995
|
-
"alias": "
|
|
6995
|
+
"alias": "globalIpRangeWanNetworkRuleSource: globalIpRange",
|
|
6996
6996
|
"args": {},
|
|
6997
6997
|
"deprecationReason": null,
|
|
6998
6998
|
"description": null,
|
|
@@ -7070,7 +7070,7 @@
|
|
|
7070
7070
|
"varName": "globalIpRangeRef"
|
|
7071
7071
|
},
|
|
7072
7072
|
"group": {
|
|
7073
|
-
"alias": "
|
|
7073
|
+
"alias": "groupWanNetworkRuleSource: group",
|
|
7074
7074
|
"args": {},
|
|
7075
7075
|
"deprecationReason": null,
|
|
7076
7076
|
"description": null,
|
|
@@ -7148,7 +7148,7 @@
|
|
|
7148
7148
|
"varName": "groupRef"
|
|
7149
7149
|
},
|
|
7150
7150
|
"host": {
|
|
7151
|
-
"alias": "
|
|
7151
|
+
"alias": "hostWanNetworkRuleSource: host",
|
|
7152
7152
|
"args": {},
|
|
7153
7153
|
"deprecationReason": null,
|
|
7154
7154
|
"description": null,
|
|
@@ -7249,7 +7249,7 @@
|
|
|
7249
7249
|
"varName": "ip"
|
|
7250
7250
|
},
|
|
7251
7251
|
"ipRange": {
|
|
7252
|
-
"alias": "
|
|
7252
|
+
"alias": "ipRangeWanNetworkRuleSource: ipRange",
|
|
7253
7253
|
"args": {},
|
|
7254
7254
|
"deprecationReason": null,
|
|
7255
7255
|
"description": null,
|
|
@@ -7327,7 +7327,7 @@
|
|
|
7327
7327
|
"varName": "ipAddressRange"
|
|
7328
7328
|
},
|
|
7329
7329
|
"networkInterface": {
|
|
7330
|
-
"alias": "
|
|
7330
|
+
"alias": "networkInterfaceWanNetworkRuleSource: networkInterface",
|
|
7331
7331
|
"args": {},
|
|
7332
7332
|
"deprecationReason": null,
|
|
7333
7333
|
"description": null,
|
|
@@ -7405,7 +7405,7 @@
|
|
|
7405
7405
|
"varName": "networkInterfaceRef"
|
|
7406
7406
|
},
|
|
7407
7407
|
"site": {
|
|
7408
|
-
"alias": "
|
|
7408
|
+
"alias": "siteWanNetworkRuleSource: site",
|
|
7409
7409
|
"args": {},
|
|
7410
7410
|
"deprecationReason": null,
|
|
7411
7411
|
"description": null,
|
|
@@ -7483,7 +7483,7 @@
|
|
|
7483
7483
|
"varName": "siteRef"
|
|
7484
7484
|
},
|
|
7485
7485
|
"siteNetworkSubnet": {
|
|
7486
|
-
"alias": "
|
|
7486
|
+
"alias": "siteNetworkSubnetWanNetworkRuleSource: siteNetworkSubnet",
|
|
7487
7487
|
"args": {},
|
|
7488
7488
|
"deprecationReason": null,
|
|
7489
7489
|
"description": null,
|
|
@@ -7584,7 +7584,7 @@
|
|
|
7584
7584
|
"varName": "subnet"
|
|
7585
7585
|
},
|
|
7586
7586
|
"systemGroup": {
|
|
7587
|
-
"alias": "
|
|
7587
|
+
"alias": "systemGroupWanNetworkRuleSource: systemGroup",
|
|
7588
7588
|
"args": {},
|
|
7589
7589
|
"deprecationReason": null,
|
|
7590
7590
|
"description": null,
|
|
@@ -7662,7 +7662,7 @@
|
|
|
7662
7662
|
"varName": "systemGroupRef"
|
|
7663
7663
|
},
|
|
7664
7664
|
"user": {
|
|
7665
|
-
"alias": "
|
|
7665
|
+
"alias": "userWanNetworkRuleSource: user",
|
|
7666
7666
|
"args": {},
|
|
7667
7667
|
"deprecationReason": null,
|
|
7668
7668
|
"description": null,
|
|
@@ -7740,7 +7740,7 @@
|
|
|
7740
7740
|
"varName": "userRef"
|
|
7741
7741
|
},
|
|
7742
7742
|
"usersGroup": {
|
|
7743
|
-
"alias": "
|
|
7743
|
+
"alias": "usersGroupWanNetworkRuleSource: usersGroup",
|
|
7744
7744
|
"args": {},
|
|
7745
7745
|
"deprecationReason": null,
|
|
7746
7746
|
"description": null,
|
|
@@ -7887,7 +7887,7 @@
|
|
|
7887
7887
|
"enumValues": null,
|
|
7888
7888
|
"fields": {
|
|
7889
7889
|
"audit": {
|
|
7890
|
-
"alias": "
|
|
7890
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
7891
7891
|
"args": {},
|
|
7892
7892
|
"deprecationReason": null,
|
|
7893
7893
|
"description": null,
|
|
@@ -7963,7 +7963,7 @@
|
|
|
7963
7963
|
"varName": "policyElementAudit"
|
|
7964
7964
|
},
|
|
7965
7965
|
"properties": {
|
|
7966
|
-
"alias": "
|
|
7966
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
7967
7967
|
"args": {},
|
|
7968
7968
|
"deprecationReason": null,
|
|
7969
7969
|
"description": null,
|
|
@@ -8041,7 +8041,7 @@
|
|
|
8041
8041
|
"varName": "properties"
|
|
8042
8042
|
},
|
|
8043
8043
|
"section": {
|
|
8044
|
-
"alias": "
|
|
8044
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
8045
8045
|
"args": {},
|
|
8046
8046
|
"deprecationReason": null,
|
|
8047
8047
|
"description": null,
|
|
@@ -8152,7 +8152,7 @@
|
|
|
8152
8152
|
"varName": "wanNetworkPolicy"
|
|
8153
8153
|
},
|
|
8154
8154
|
"status": {
|
|
8155
|
-
"alias": "
|
|
8155
|
+
"alias": "statusWanNetworkPolicyMutationPayload: status",
|
|
8156
8156
|
"args": {},
|
|
8157
8157
|
"deprecationReason": null,
|
|
8158
8158
|
"description": null,
|