Domain name for API request: eb.tencentcloudapi.com.
This API is used to check a rule.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: CheckRule. |
Version | Yes | String | Common Params. The value used for this API: 2021-04-16. |
Region | No | String | Common Params. This parameter is not required for this API. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: eb.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CheckRule
<Common request parameters>
{}
{
"Response": {
"RequestId": "eac6b301-a322-493a-8e36-83b295459397"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.ErrorFilter | The rule does not match with the event. Please modify and try again. |
InternalError | Internal error. |
InternalError.System | Service error. Please try again. If the problem persists, please submit a ticket. |
InternalError.UnknownInternalError | |
InvalidParameter | Parameter error. |
InvalidParameterValue.InvalidFilterRule | Invalid event mode format. Please check and try again. |
InvalidParameterValue.InvalidPattern | Invalid matching rules. Please check and try again. |
Was this page helpful?