GetCustomAttribute - 擷取自訂屬性
更新時間:
Copy as MD
擷取自訂屬性定義詳情。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
請求文法
GET HTTP/1.1
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| Id |
string |
是 |
自訂屬性 ID,需匹配 |
custom-attribute:biz_owner |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
BA51C9E6-0CBC-5BB9-92BD-0C4FE66E1717 |
| Success |
boolean |
請求是否成功 |
true |
| CustomAttribute | CustomAttribute |
自訂屬性定義 |
樣本
正常返回樣本
JSON格式
{
"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
}
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。
该文章对您有帮助吗?