Skip to main content

Parameters

See plugin common configurations for configuration options available to all plugins.

  • rules

    array[object]


    An array of one or more pairs of matching conditions and actions to be executed.

    • match

      array[object]


      Rules to match for conditional traffic split.

      • vars

        array[array]


        An array of one or more matching conditions in the form of APISIX expressions to conditionally execute the plugin.

    • weighted_upstreams

      array[object]


      List of upstream configurations.

      • upstream_id

        string or integer


        ID of the configured upstream object.

      • weight

        integer


        default: 1


        Weight for each upstream.

      • upstream

        object[object]


        Configuration of the upstream.

        Certain configuration options of upstream are not supported here. These fields are service_name, discovery_type, checks, retries, retry_timeout, desc, and labels. As a workaround, you can create an upstream object and configure it in upstream_id.

        • type

          array


          default: roundrobin


          vaild vaule:

          roundrobin or chash


          Algorithm for traffic splitting. roundrobin for weighted round robin and chash for consistent hashing.

        • hash_on

          array


          default: vars


          vaild vaule:

          vars, headers, cookie, consumer, or vars_combinations


          Used when type is chash. Support hashing on built-in variables, headers, cookie, consumer, or a combination of built-in variables.

        • key

          string


          Used when type is chash. When hash_on is set to header or cookie, key is required. When hash_on is set to consumer, key is not required as the consumer name will be used as the key automatically.

        • nodes

          object


          Addresses of the upstream nodes.

        • timeout

          object


          Timeout in seconds for connecting, sending and receiving messages.

        • pass_host

          array


          default: pass


          vaild vaule:

          pass, node, or rewrite


          Mode deciding how the host name is passed. pass passes the client's host name to the upstream. node passes the host configured in the node of the upstream. rewrite passes the value configured in upstream_host.

        • upstream_host

          string


          Used when pass_host is rewrite. Host name of the upstream.

        • name

          string


          Identifier for the upstream for specifying service name, usage scenarios, and so on.


API7.ai Logo

API Management for Modern Architectures with Edge, API Gateway, Kubernetes, and Service Mesh.

Product

API7 Cloud

SOC2 Type IRed Herring

Copyright © APISEVEN Ltd. 2019 – 2024. Apache, Apache APISIX, APISIX, and associated open source project names are trademarks of the

Apache Software Foundation