关闭 SQL 审计
接口URL
/api/v1/cluster/sqlaudit/{clusterID}/disable
请求方式
POST
Content-Type
application/json
认证方式
Bearer auth
路径变量
参数名 |
示例值 |
参数描述 |
clusterID |
- |
- |
成功响应示例
{
"Data": null,
"Success": true
}
参数名 |
示例值 |
参数类型 |
参数描述 |
Data |
null |
Null |
- |
Success |
true |
Boolean |
调用是否成功 |