You can call the DescribeSQLCollectorPolicy operation to query the status of the SQL Explorer (SQL Audit) feature on an ApsaraDB RDS instance.
This operation is applicable to the following database engine versions:
- MySQL
- SQL Server 2008 R2
- PostgreSQL
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | DescribeSQLCollectorPolicy |
The operation that you want to perform. Set the value to DescribeSQLCollectorPolicy. |
| DBInstanceId | String | Yes | rm-uf6wjk5xxxxxxx |
The ID of the instance. |
| ClientToken | String | No | ETnLKlblzczshOTUbOCzxxxxxxxxxx |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can only contain ASCII characters and cannot exceed 64 characters in length. |
| ResourceGroupId | String | No | rg-acfmyxxxxxxxxxx |
The ID of the resource group to which the instance belongs. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| SQLCollectorStatus | String | Enable |
The status of the SQL Explorer (SQL Audit) feature. Valid values:
|
| RequestId | String | 1AD222E9-E606-4A42-BF6D-8A4442913CEF |
The ID of the request. |
| StoragePeriod | Integer | 0 |
None |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribeSQLCollectorPolicy
&DBInstanceId=rm-uf6wjk5xxxxxxx
&<Common request parameters>Sample success responses
XML format
<DescribeSQLCollectorPolicyResponse>
<requestId>C3565F9F-76E9-4F7E-A662-D1B2488EC2FC</requestId>
<SQLCollectorStatus>Enable</SQLCollectorStatus></DescribeSQLCollectorPolicyResponse>JSON format
{
"requestId": "C3565F9F-76E9-4F7E-A662-D1B2488EC2FC",
"SQLCollectorStatus": "Enable"
}Error codes
For a list of error codes, visit the API Error Center.