Mengambil pengikut ekspresi partisi.
API ini telah ditinggalkan. Kami merekomendasikan migrasi ke dataworks-public(2024-05-18) - GetDataQualityAlertRule guna memperoleh fungsionalitas yang lebih baik dan dukungan berkelanjutan. Meskipun API yang telah ditinggalkan ini masih dapat diakses sementara, tidak akan ada pembaruan atau perbaikan bug lebih lanjut.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:* |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectName |
string |
Yes |
Nama engine atau sumber data. |
autotest |
| EntityId |
integer |
Yes |
ID ekspresi partisi. |
12345 |
| ProjectId |
integer |
Yes |
ID ruang kerja DataWorks. |
27 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The request ID. |
38cbdef0-f6cf-49 |
| ErrorMessage |
string |
The error message. |
You have no permission. |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| ErrorCode |
string |
The error code. |
Invalid.Tenant.ConnectionNotExists |
| Data |
array<object> |
An array of follower objects. |
|
|
object |
The details of a follower. |
||
| FollowerAccountName |
string |
The Alibaba Cloud account name of the follower. |
test |
| TableName |
string |
The name of the partitioned table. |
dual |
| AlarmMode |
integer |
The alarm notification method. Valid values:
|
1 |
| EntityId |
string |
The ID of the partition expression. |
1234 |
| ProjectName |
string |
The name of the engine or data source. |
autotest |
| Id |
integer |
The subscription ID. |
123 |
| Follower |
string |
The follower who receives alarm notifications. |
1234 |
| CreateTime |
integer |
The time when the subscription was created. This value is a UNIX timestamp in milliseconds. |
1541576644000 |
| ModifyTime |
integer |
The time when the subscription was last updated. This value is a UNIX timestamp in milliseconds. |
1541576644000 |
Contoh
Respons sukses
JSONformat
{
"HttpStatusCode": 200,
"RequestId": "38cbdef0-f6cf-49",
"ErrorMessage": "You have no permission.",
"Success": true,
"ErrorCode": "Invalid.Tenant.ConnectionNotExists",
"Data": [
{
"FollowerAccountName": "test",
"TableName": "dual",
"AlarmMode": 1,
"EntityId": "1234",
"ProjectName": "autotest",
"Id": 123,
"Follower": "1234",
"CreateTime": 1541576644000,
"ModifyTime": 1541576644000
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.