Melakukan pemeriksaan konfigurasi keamanan pada kluster.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
oceanbase:DescribeInstanceSecurityConfigs |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID kluster OceanBase. |
ob317v4uif**** |
| CheckId |
string |
No |
Pengidentifikasi unik pemeriksaan. |
xxx |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter tanggapan. |
||
| RequestId |
string |
ID permintaan. |
EE205C00-30E4-****-****-87E3A8A2AA0C |
| InstanceSecurityConfigs |
object |
Hasil yang dikembalikan. |
|
| TotalCheckCount |
integer |
Jumlah total item pemeriksaan keamanan untuk kluster. |
5 |
| TotalRiskCount |
integer |
Jumlah total risiko keamanan yang teridentifikasi untuk kluster. |
0 |
| SecurityConfigs |
array<object> |
Daftar item pemeriksaan. |
|
|
object |
Hasil yang dikembalikan. |
||
| ConfigName |
string |
The name of the specific check item. |
xxx |
| Risk |
boolean |
Specifies whether a risk is detected. |
true |
| RiskDescription |
string |
Security recommendations. |
xxx |
| ConfigGroup |
string |
The group of the check. |
WHITELIST |
| ConfigDescription |
string |
The name of the check item. |
校验集群白名单范围是否过大 |
| CheckTime |
string |
Pengatur waktu pemeriksaan. |
2023-08-07 15:30:00 |
| InstanceId |
string |
ID kluster OceanBase. |
ob317v4uif**** |
| CheckId |
string |
Pengidentifikasi unik pemeriksaan. |
xxx |
Contoh
Respons sukses
JSONformat
{
"RequestId": "EE205C00-30E4-****-****-87E3A8A2AA0C",
"InstanceSecurityConfigs": {
"TotalCheckCount": 5,
"TotalRiskCount": 0,
"SecurityConfigs": [
{
"ConfigName": "xxx",
"Risk": true,
"RiskDescription": "xxx",
"ConfigGroup": "WHITELIST",
"ConfigDescription": "校验集群白名单范围是否过大"
}
],
"CheckTime": "2023-08-07 15:30:00",
"InstanceId": "ob317v4uif****",
"CheckId": "xxx"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.