Memeriksa konfigurasi keamanan penyewa.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
oceanbase:DescribeTenantSecurityConfigs |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID Kluster OceanBase. |
ob317v4uif**** |
| TenantId |
string |
No |
ID Penyewa. |
t4louaeei**** |
| CheckId |
string |
No |
Pengidentifikasi unik untuk pemeriksaan keamanan. |
**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Hasil tanggapan. |
||
| RequestId |
string |
ID permintaan. |
523E7183-1490-590D-BA03-12DFD316614B |
| Configs |
object |
Daftar konfigurasi. |
|
| TotalCheckCount |
integer |
Jumlah total Item pemeriksaan konfigurasi keamanan. |
4 |
| TotalRiskCount |
integer |
Jumlah total item risiko yang terdeteksi. |
0 |
| TenantSecurityConfigs |
array<object> |
Hasil pemeriksaan. |
|
|
array<object> |
Hasil tanggapan. |
||
| TenantId |
string |
The ID of the tenant. |
xxx |
| TenantName |
string |
The name of the tenant. |
xxx |
| RiskCount |
integer |
The number of detected tenant security risks. |
0 |
| SecurityConfigs |
array<object> |
The list of risks. |
|
|
object |
The list of risks. |
||
| ConfigGroup |
string |
The group of the risk. |
WHITELIST |
| ConfigName |
string |
The name of the risk. |
WHITELIST_RANGE_LARGE |
| Risk |
boolean |
Indicates whether the risk causes security issues. |
true |
| RiskDescription |
string |
The description of the risk. |
白名单开放过大,建议按需设置 |
| ConfigDescription |
string |
The name of the check item. |
校验集群白名单范围是否过大 |
| CheckId |
string |
Pengidentifikasi unik untuk pemeriksaan. |
xxx |
| InstanceId |
string |
ID Kluster OceanBase. |
ob317v4uif**** |
| CheckTime |
string |
Pengatur waktu pemeriksaan. |
2023-08-07 15:30:00 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "523E7183-1490-590D-BA03-12DFD316614B",
"Configs": {
"TotalCheckCount": 4,
"TotalRiskCount": 0,
"TenantSecurityConfigs": [
{
"TenantId": "xxx",
"TenantName": "xxx",
"RiskCount": 0,
"SecurityConfigs": [
{
"ConfigGroup": "WHITELIST",
"ConfigName": "WHITELIST_RANGE_LARGE",
"Risk": true,
"RiskDescription": "白名单开放过大,建议按需设置",
"ConfigDescription": "校验集群白名单范围是否过大"
}
]
}
],
"CheckId": " xxx",
"InstanceId": "ob317v4uif****",
"CheckTime": "2023-08-07 15:30:00"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.