Domain name for API request: cdb.intl.tencentcloudapi.com.
This API is used to activate audit service for CDB instance.
A maximum of 50 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: OpenAuditService. |
| Version | Yes | String | Common Params. The value used for this API: 2017-03-20. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| InstanceId | Yes | String | CDB instance ID, which can be obtained through the DescribeDBInstances API. |
| LogExpireDay | Yes | Integer | Audit log retention period. Supported values include: 7 - A week; 30 - one month 90 - three months; 180 - 6 months; 365 - One year; 1095 - Three years; 1825 - Five years. |
| HighLogExpireDay | No | Integer | High frequency audit log retention period. Default value is 7. This item must take value less than or equal to LogExpireDay. Supported values include: 3 - 3 days; 7 - A week; 30 - one month 90 - three months; 180 - 6 months; 365 - One year; 1095 - Three years; 1825 - Five years. |
| RuleTemplateIds.N | No | Array of String | Rule template ID. |
| AuditAll | No | Boolean | Audit type. true - full audit; default false - rule audit. |
| Parameter Name | Type | Description |
|---|---|---|
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
None
POST / HTTP/1.1
Host: cdb.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: OpenAuditService
<Common request parameters>
{
"InstanceId": "cdb-3u8h3h1w",
"LogExpireDay": 30,
"HighLogExpireDay": 7,
"RuleTemplateIds": [
"cdb-art-l1mlbo59"
],
"AuditAll": true
}
{
"Response": {
"RequestId": "43-12121-812w1221213-62usf6123"
}
}
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.CreateAuditFailError | Failed to create the audit rule. |
| InternalError.DBError | Database exception |
| InternalError.HttpError | Exceptional HTTP request |
| InternalError.UnknownError | Unknown error |
| InvalidParameter.ControllerNotFoundError | This API was not found. |
| InvalidParameter.ExceptionParam | Parameter exception. |
| InvalidParameter.InvalidParameterError | Invalid parameter value |
| InvalidParameterValue.InvalidParameterValueError | Invalid parameter value |
| OperationDenied.AuditStatusError | Exceptional audit status. |
| OperationDenied.AuditTaskConflictError | The audit tasks conflict. |
| OperationDenied.InstanceStatusError | Exceptional instance status |
| OperationDenied.UnsupportOpenAuditError | The audit feature cannot be enabled. |
| ResourceNotFound.InstanceNotFundError | The instance does not exist. |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários