# This is an automatically generated code sample.
# To make this code sample work in your Oracle Cloud tenancy,
# please replace the values for any parameters whose current values do not fit
# your use case (such as resource IDs, strings containing ‘EXAMPLE’ or ‘unique_id’, and
# boolean, number, and enum parameters with values not fitting your use case).

import oci

# Create a default config using DEFAULT profile in default location
# Refer to
# https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File
# for more info
config = oci.config.from_file()


# Initialize service client with default config file
waas_client = oci.waas.WaasClient(config)


# Send the request to service, some parameters are not required, see API
# doc for more info
update_waf_config_response = waas_client.update_waf_config(
    waas_policy_id="ocid1.test.oc1..<unique_ID>EXAMPLE-waasPolicyId-Value",
    update_waf_config_details=oci.waas.models.WafConfig(
        access_rules=[
            oci.waas.models.AccessRule(
                name="EXAMPLE-name-Value",
                criteria=[
                    oci.waas.models.AccessRuleCriteria(
                        condition="COUNTRY_IS_NOT",
                        value="EXAMPLE-value-Value",
                        is_case_sensitive=True)],
                action="REDIRECT",
                block_action="SHOW_ERROR_PAGE",
                block_response_code=383,
                block_error_page_message="EXAMPLE-blockErrorPageMessage-Value",
                block_error_page_code="EXAMPLE-blockErrorPageCode-Value",
                block_error_page_description="EXAMPLE-blockErrorPageDescription-Value",
                bypass_challenges=["HUMAN_INTERACTION_CHALLENGE"],
                redirect_url="EXAMPLE-redirectUrl-Value",
                redirect_response_code="MOVED_PERMANENTLY",
                captcha_title="EXAMPLE-captchaTitle-Value",
                captcha_header="EXAMPLE-captchaHeader-Value",
                captcha_footer="EXAMPLE-captchaFooter-Value",
                captcha_submit_label="EXAMPLE-captchaSubmitLabel-Value",
                response_header_manipulation=[
                    oci.waas.models.RemoveHttpResponseHeaderAction(
                        action="REMOVE_HTTP_RESPONSE_HEADER",
                        header="EXAMPLE-header-Value")])],
        address_rate_limiting=oci.waas.models.AddressRateLimiting(
            is_enabled=True,
            allowed_rate_per_address=7106,
            max_delayed_count_per_address=6572,
            block_response_code=770),
        captchas=[
            oci.waas.models.Captcha(
                url="EXAMPLE-url-Value",
                session_expiration_in_seconds=334645,
                title="EXAMPLE-title-Value",
                failure_message="EXAMPLE-failureMessage-Value",
                submit_label="EXAMPLE-submitLabel-Value",
                header_text="EXAMPLE-headerText-Value",
                footer_text="EXAMPLE-footerText-Value")],
        device_fingerprint_challenge=oci.waas.models.DeviceFingerprintChallenge(
            is_enabled=True,
            action="BLOCK",
            failure_threshold=842138,
            action_expiration_in_seconds=411905,
            failure_threshold_expiration_in_seconds=41659,
            max_address_count=9053,
            max_address_count_expiration_in_seconds=265533,
            challenge_settings=oci.waas.models.BlockChallengeSettings(
                block_action="SHOW_CAPTCHA",
                block_response_code=887,
                block_error_page_message="EXAMPLE-blockErrorPageMessage-Value",
                block_error_page_description="EXAMPLE-blockErrorPageDescription-Value",
                block_error_page_code="EXAMPLE-blockErrorPageCode-Value",
                captcha_title="EXAMPLE-captchaTitle-Value",
                captcha_header="EXAMPLE-captchaHeader-Value",
                captcha_footer="EXAMPLE-captchaFooter-Value",
                captcha_submit_label="EXAMPLE-captchaSubmitLabel-Value")),
        good_bots=[
            oci.waas.models.GoodBot(
                key="EXAMPLE-key-Value",
                is_enabled=False,
                name="EXAMPLE-name-Value",
                description="EXAMPLE-description-Value")],
        human_interaction_challenge=oci.waas.models.HumanInteractionChallenge(
            is_enabled=True,
            action="BLOCK",
            failure_threshold=597999,
            action_expiration_in_seconds=101870,
            failure_threshold_expiration_in_seconds=399211,
            interaction_threshold=21,
            recording_period_in_seconds=10756,
            set_http_header=oci.waas.models.Header(
                name="EXAMPLE-name-Value",
                value="EXAMPLE-value-Value"),
            challenge_settings=oci.waas.models.BlockChallengeSettings(
                block_action="SHOW_CAPTCHA",
                block_response_code=195,
                block_error_page_message="EXAMPLE-blockErrorPageMessage-Value",
                block_error_page_description="EXAMPLE-blockErrorPageDescription-Value",
                block_error_page_code="EXAMPLE-blockErrorPageCode-Value",
                captcha_title="EXAMPLE-captchaTitle-Value",
                captcha_header="EXAMPLE-captchaHeader-Value",
                captcha_footer="EXAMPLE-captchaFooter-Value",
                captcha_submit_label="EXAMPLE-captchaSubmitLabel-Value"),
            is_nat_enabled=False),
        js_challenge=oci.waas.models.JsChallenge(
            is_enabled=True,
            action="DETECT",
            failure_threshold=138679,
            action_expiration_in_seconds=106974,
            set_http_header=oci.waas.models.Header(
                name="EXAMPLE-name-Value",
                value="EXAMPLE-value-Value"),
            challenge_settings=oci.waas.models.BlockChallengeSettings(
                block_action="SHOW_CAPTCHA",
                block_response_code=113,
                block_error_page_message="EXAMPLE-blockErrorPageMessage-Value",
                block_error_page_description="EXAMPLE-blockErrorPageDescription-Value",
                block_error_page_code="EXAMPLE-blockErrorPageCode-Value",
                captcha_title="EXAMPLE-captchaTitle-Value",
                captcha_header="EXAMPLE-captchaHeader-Value",
                captcha_footer="EXAMPLE-captchaFooter-Value",
                captcha_submit_label="EXAMPLE-captchaSubmitLabel-Value"),
            are_redirects_challenged=True,
            criteria=[
                oci.waas.models.AccessRuleCriteria(
                    condition="USER_AGENT_IS",
                    value="EXAMPLE-value-Value",
                    is_case_sensitive=False)],
            is_nat_enabled=False),
        origin="EXAMPLE-origin-Value",
        caching_rules=[
            oci.waas.models.CachingRule(
                name="EXAMPLE-name-Value",
                action="BYPASS_CACHE",
                criteria=[
                    oci.waas.models.CachingRuleCriteria(
                        condition="URL_PART_CONTAINS",
                        value="EXAMPLE-value-Value")],
                key="EXAMPLE-key-Value",
                caching_duration="EXAMPLE-cachingDuration-Value",
                is_client_caching_enabled=True,
                client_caching_duration="EXAMPLE-clientCachingDuration-Value")],
        custom_protection_rules=[
            oci.waas.models.CustomProtectionRuleSetting(
                id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                action="DETECT",
                exclusions=[
                    oci.waas.models.ProtectionRuleExclusion(
                        target="ARGS_NAMES",
                        exclusions=["EXAMPLE--Value"])])],
        origin_groups=["EXAMPLE--Value"],
        protection_rules=[
            oci.waas.models.ProtectionRule(
                key="EXAMPLE-key-Value",
                mod_security_rule_ids=["EXAMPLE--Value"],
                name="EXAMPLE-name-Value",
                description="EXAMPLE-description-Value",
                action="DETECT",
                labels=["EXAMPLE--Value"],
                exclusions=[
                    oci.waas.models.ProtectionRuleExclusion(
                        target="REQUEST_COOKIE_NAMES",
                        exclusions=["EXAMPLE--Value"])])],
        protection_settings=oci.waas.models.ProtectionSettings(
            block_action="SET_RESPONSE_CODE",
            block_response_code=412,
            block_error_page_message="EXAMPLE-blockErrorPageMessage-Value",
            block_error_page_code="EXAMPLE-blockErrorPageCode-Value",
            block_error_page_description="EXAMPLE-blockErrorPageDescription-Value",
            max_argument_count=4024,
            max_name_length_per_argument=70618,
            max_total_name_length_of_arguments=5510,
            recommendations_period_in_days=44,
            is_response_inspected=False,
            max_response_size_in_ki_b=438,
            allowed_http_methods=["POST"],
            media_types=["EXAMPLE--Value"]),
        threat_feeds=[
            oci.waas.models.ThreatFeed(
                key="EXAMPLE-key-Value",
                name="EXAMPLE-name-Value",
                action="DETECT",
                description="EXAMPLE-description-Value")],
        whitelists=[
            oci.waas.models.Whitelist(
                name="EXAMPLE-name-Value",
                addresses=["EXAMPLE--Value"],
                address_lists=["EXAMPLE--Value"])]),
    opc_request_id="YNN7GZUBSWXQ904QKEYN<unique_ID>",
    opc_retry_token="EXAMPLE-opcRetryToken-Value",
    if_match="EXAMPLE-ifMatch-Value")

# Get the data from response
print(update_waf_config_response.headers)

Was this article helpful?