You can call this operation to query security check items of an OceanBase Database tenant.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| InstanceId | string | Yes | The ID of the OceanBase cluster. | ob317v4uif**** |
| TenantId | string | No | The ID of the tenant. | t4louaeei**** |
| CheckId | string | No | The unique identifier of the security check. | **** |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "523E7183-****-590D-****-12DFD316614B",
"Configs": {
"TotalCheckCount": 4,
"TotalRiskCount": 0,
"TenantSecurityConfigs": [
{
"TenantId": "xxx",
"TenantName": "xxx",
"RiskCount": 0,
"SecurityConfigs": [
{
"ConfigGroup": "WHITELIST",
"ConfigName": "WHITELIST_RANGE_LARGE",
"Risk": true,
"RiskDescription": "The scope of the allowlist is too big.",
"ConfigDescription": "Check whether the scope of the cluster allowlist is too big"
}
]
}
],
"CheckId": " xxx",
"InstanceId": "ob317v4uif****",
"CheckTime": "2023-08-07 15:30:00"
}
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2023-10-30 | The request parameters of the API has changed. The response structure of the API has changed | View Change Details |
