Queries the enumeration information for a product.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeEnumItems |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EnumType |
string |
Yes |
The type of the enumeration. Valid value:
|
process |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The ID of the request. This ID is unique to each request. Use this ID to troubleshoot issues. |
E7698CFB-4E1C-5840-8EC9-691B86729E94 |
| Data |
array<object> |
The enumeration information. |
|
|
object |
The key-value pair of the enumeration. |
||
| Key |
string |
The key of the enumeration. |
system_xxxxx_process_book |
| Value |
string |
The value of the enumeration. |
system_xxxxx_process_book |
Examples
Success response
JSON format
{
"RequestId": "E7698CFB-4E1C-5840-8EC9-691B86729E94",
"Data": [
{
"Key": "system_xxxxx_process_book",
"Value": "system_xxxxx_process_book"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.