https://t.me/RX1948
Server : Apache
System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : dh_edsupp ( 6597262)
PHP Version : 8.2.26
Disable Function : NONE
Directory :  /lib/python3/dist-packages/awscli/examples/wafv2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/python3/dist-packages/awscli/examples/wafv2/get-rate-based-statement-managed-keys.rst
**To retrieve a list of IP addresses that are blocked by a rate-based rule**

The following ``get-rate-based-statement-managed-keys`` retrieves the IP addresses currently blocked by a rate-based rule that's being used for a regional application. ::

    aws wafv2 get-rate-based-statement-managed-keys \
        --scope REGIONAL \
        --web-acl-name testwebacl2 \
        --web-acl-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 \
        --rule-name ratebasedtest

Output::

    {
        "ManagedKeysIPV4":{
            "IPAddressVersion":"IPV4",
            "Addresses":[
                "198.51.100.0/32"
            ]
        },
        "ManagedKeysIPV6":{
            "IPAddressVersion":"IPV6",
            "Addresses":[

            ]
        }
    } 

For more information, see `Rate-Based Rule Statement <https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-rate-based.html>`__ in the *AWS WAF, AWS Firewall Manager, and AWS Shield Advanced Developer Guide*.

https://t.me/RX1948 - 2025