Queries subscribers of a partition filter expression.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | GetQualityFollower |
The operation that you want to perform. |
EntityId | Long | Yes | 1234 |
The ID of the partition filter expression. |
ProjectName | String | Yes | autotest |
The name of the database engine or data source. |
RegionId | String | Yes | cn-shanghai |
The ID of the region where your project resides. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Data | Array of Follower |
The subscription information. |
|
AlarmMode | Integer | 1 |
Alarm mode: valid values: 1 (email), 2 (email and text message), 4 (DingTalk chatbot or hook), and 5 (DingTalk chatbot @ ALL). |
EntityId | String | 1234 |
The ID of the partition filter expression. |
Follower | String | 1234 |
The subscriber. |
Id | Long | 123 |
The ID of the subscription. |
ProjectName | String | autotest |
The name of the database engine or data source. |
TableName | String | dual |
The name of the table. |
ErrorCode | String | Invalid.Tenant.ConnectionNotExists |
The error code. |
ErrorMessage | String | You have no permission. |
The error message. |
HttpStatusCode | Integer | 200 |
The HTTP status code. |
RequestId | String | 38cbdef0-f6cf-49 |
The ID of the request. |
Success | Boolean | true |
Indicates whether the request was successful. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=GetQualityFollower &EntityId=1234 &ProjectName=autotest &RegionId=cn-shanghai &<common request parameters>
Sample success responses
XML
format
<RequestId>38cbdef0-f6cf-49****</RequestId> <HttpStatusCode>200</HttpStatusCode> <Data> <EntityId>1234</EntityId> <TableName>dual</TableName> <ProjectName>autotest</ProjectName> <Follower>1822931104031845</Follower> <Id>123</Id> <AlarmMode>1</AlarmMode> </Data> <ErrorCode>Invalid.Tenant.ConnectionNotExists</ErrorCode> <ErrorMessage>You have no permission. </ErrorMessage> <Success>true</Success>
JSON
Format
{ "RequestId": "38cbdef0-f6cf-49", "HttpStatusCode": 200, "Data": { "EntityId": 1234, "TableName": "dual", "ProjectName": "autotest", "Follower": 1822931104031845, "Id": 123, "AlarmMode": 1 }, "ErrorCode": "Invalid.Tenant.ConnectionNotExists", "ErrorMessage": "You have no permission.", "Success": true }
Error codes
Go to the Error CenterFor more information, see error codes.