Retrieves the followers of a Partition Expression.
This API has been deprecated. We recommend migrating to dataworks-public(2024-05-18) - GetDataQualityAlertRule for enhanced functionality and continued support. While the deprecated API remains temporarily accessible, no further updates or bug fixes will be provided.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:* |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectName |
string |
Yes |
The name of the engine or data source. |
autotest |
| EntityId |
integer |
Yes |
The ID of the partition expression. |
12345 |
| ProjectId |
integer |
Yes |
The ID of the DataWorks workspace. |
27 |
Response elements
|
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 |
Examples
Success response
JSON format
{
"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
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.