All Products
Search
Document Center

Edge Security Acceleration:DescribeRuleMetadata

Last Updated:Jul 16, 2026

Retrieves metadata related to the rules engine.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

MetaName

string

Yes

The name of the metadata.

Valid values:

  • esa_condition_region_config_cn :

    Region information with continent, in Chinese.

  • esa_condition_country_subdivision_1_cn :

    Province in Chinese.

  • esa_condition_region_config_en :

    Region information with continent, in English.

  • esa_condition_country_subdivision_1_en :

    Province in English.

  • esa_condition_isp_en :

    ISP in English.

  • esa_condition_continent_country_cn :

    Country in English.

  • esa_condition_continent_country_en :

    Country in Chinese.

  • esa_condition_lb_region_en :

    Load balancer region in English.

  • esa_condition_subdivision_1_en :

    Province information with country, in English.

  • esa_condition_lb_region_cn :

    Load balancer region in Chinese.

  • esa_condition_subdivision_1_cn :

    Province information with country, in Chinese.

  • esa_condition_isp_cn :

    ISP in Chinese.

esa_condition_region_config_en

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

B6947DF8-7AC0-50D0-BADA-177646ABB85A

Datas

array<object>

The list of metadata.

array<object>

The metadata information.

Text

string

The human-readable content.

中国

Value

string

The value.

CN

Children

array<object>

The subset of metadata.

object

Text

string

北京市

Value

string

CN-BJ

Examples

Success response

JSON format

{
  "RequestId": "B6947DF8-7AC0-50D0-BADA-177646ABB85A",
  "Datas": [
    {
      "Text": "中国",
      "Value": "CN",
      "Children": [
        {
          "Text": "北京市",
          "Value": "CN-BJ"
        }
      ]
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 InternalError An internal exception occurred, please try again later. An inner exception was triggered. Please try again later.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.