Retrieves the metadata that defines the information fields of a component asset.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeComponentAssetForm |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ComponentName |
string |
Yes |
The name of the component. |
python3 |
| Lang |
string |
No |
The language of the response. Valid values:
|
zh |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The ID of the request. Alibaba Cloud generates this ID to uniquely identify the request. You can use this ID to troubleshoot issues. |
9D1651AC-31CC-5CC4-A14E-626B3FCC1022 |
| ComponentAssetForm |
string |
The configuration metadata of the component asset. The value is a JSON array string. The array contains the following fields:
|
[ { "defaultValue": "", "description": "assetname", "name": "assetname", "required": true } ] |
Examples
Success response
JSON format
{
"RequestId": "9D1651AC-31CC-5CC4-A14E-626B3FCC1022",
"ComponentAssetForm": "[\n {\n \"defaultValue\": \"\",\n \"description\": \"assetname\",\n \"name\": \"assetname\",\n \"required\": true\n }\n]"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.