All Products
Search
Document Center

API Gateway:HttpApiBackendMatchCondition

Last Updated:Dec 25, 2025
ParameterTypeDescriptionExample
object

The configurations of the matching conditions.

typestring

The match type. Query and Header parameters can be matched.

Query
keystring

The key of the matching condition.

color
valuestring

The value of the matching condition.

gray
operatorstring

The operator. Exact match, prefix match, and regular expressions are supported.

Valid values:

  • equal
  • regex
  • prefix
equal