Retrieves a custom attribute definition.
Try it now
Test
RAM authorization
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
string |
Yes |
The custom attribute ID. The ID must match the regular expression |
custom-attribute:biz_owner |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The request ID. |
BA51C9E6-0CBC-5BB9-92BD-0C4FE66E1717 |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| CustomAttribute | CustomAttribute |
The custom attribute definition. |
Examples
Success response
JSON format
{
"RequestId": "BA51C9E6-0CBC-5BB9-92BD-0C4FE66E1717",
"Success": true,
"CustomAttribute": {
"Id": "custom-attribute:biz_owner",
"DisplayName": "业务负责人",
"Type": "TEXT",
"EntityTypes": [
"maxcompute-table"
],
"ValueEnums": [
"VALUE_1"
],
"SearchFilterEnabled": false,
"DisplayEnabled": true,
"Comment": "this is a comment",
"CreateTime": 1750817692000,
"ModifyTime": 1763380628000
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?