Mengambil definisi atribut kustom.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
string |
Yes |
ID atribut kustom. ID harus cocok dengan ekspresi reguler |
custom-attribute:biz_owner |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema respons. |
||
| RequestId |
string |
ID permintaan. |
BA51C9E6-0CBC-5BB9-92BD-0C4FE66E1717 |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. |
true |
| CustomAttribute | CustomAttribute |
Definisi atribut kustom. |
Contoh
Respons sukses
JSONformat
{
"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
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.