Retrieves metadata related to the rules engine.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MetaName |
string |
Yes |
The name of the metadata. Valid values:
|
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.