指定された確認項目の詳細を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
yundun-sas:DescribeCheckWarningDetail |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| SourceIp |
string |
任意 |
リクエストのソース IP アドレス。 |
103.25.XX.XX |
| Lang |
string |
任意 |
リクエストおよび応答の言語。有効な値:
|
zh |
| CheckWarningId |
integer |
任意 |
確認項目のアラート ID。 説明
指定された確認項目の詳細をクエリするには、確認項目のアラート ID を指定します。この ID は DescribeCheckWarnings 操作を呼び出して取得できます。 重要 Uuid と CheckId の両方が空の場合、このパラメーターは必須です。 |
98675301 |
| ResourceDirectoryAccountId |
integer |
任意 |
リソースフォルダ内のメンバーアカウントの Alibaba Cloud アカウント ID。 説明
DescribeMonitorAccounts 操作を呼び出してこのパラメーターを取得できます。 |
16670360956***** |
| Uuid |
string |
任意 |
クエリするサーバーの UUID。 説明
DescribeCloudCenterInstances 操作を呼び出してこのパラメーターを取得できます。 重要 このパラメーターを指定する場合、CheckId パラメーターは必須です。 |
06125d19-6a02-4451-9f65-2083996e**** |
| CheckId |
string |
任意 |
確認項目の ID。 説明
ListCheckItemWarningSummary 操作を呼び出して確認項目の ID を取得できます。 重要 このパラメーターを指定する場合、Uuid パラメーターは必須です。 |
1 |
| ContainerName |
string |
任意 |
コンテナ名。 |
test_container |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
応答パラメーター。 |
||
| Advice |
string |
ベースラインチェックのリスク項目に対する強化提案。 |
You can fix it in the following ways:↵1. To configure authentication for redis service, click the redis.conf Configure complex password in requirepass, and then restart redis.↵2. In redis configuration file redis.conf The configuration is as follows: bind 127.0.0.1, only allow local access, and then restart redis |
| Type |
string |
ベースラインチェックの確認項目のタイプ。 説明
DescribeRiskType 操作を呼び出してすべてのベースラインタイプを確認できます。 |
Security audit |
| RequestId |
string |
リクエスト ID。Alibaba Cloud は各リクエストに一意の識別子を生成します。リクエスト ID を使用して問題をトラブルシューティングできます。 |
BE120DAB-F4E7-4C53-ADC3-A97578ABF384 |
| Description |
string |
ベースラインチェックのリスク項目の補足説明。 |
The redis port is open to the outside world and there is no authentication option configured. In addition to directly obtaining all the information in the database, unauthorized users can also attack the system through unauthorized access vulnerability. |
| Item |
string |
確認項目の名前。 |
Redis unauthorized access |
| CheckId |
integer |
確認項目の ID。 |
946 |
| Level |
string |
確認項目のリスクレベル。有効な値:
|
high |
| Prompt |
string |
ベースラインチェックのリスク項目のチェックプロンプト。 |
weak passwords (username@host/password):root@****/12*** |
| CheckDetailColumns |
array<object> |
チェック内容の詳細。 |
|
|
array<object> |
チェック内容の詳細。 |
||
| Type |
string |
表示タイプ。有効な値:
|
text |
| Key |
string |
チェック内容のキー。 |
Containername |
| ShowName |
string |
チェック内容のキーに対応する表示名。 |
ContainerName |
| Grids |
array<object> |
チェック内容のリスト。 |
|
|
object |
チェック内容。 |
||
| Type |
string |
表示タイプ。有効な値:
|
text |
| Key |
string |
チェック内容のキー。 |
Username |
| ShowName |
string |
チェック内容のキーに対応する表示名。 |
UserName |
| CheckDetailAssetInfo |
array<object> |
チェック済みアセットの詳細のリスト。 |
|
|
object |
チェック済みアセットの詳細。 |
||
|
string |
チェック済みアセットの詳細。 |
[{"Containerid":"8ee88e****","Containername":"jenkins-birdge","WeakPasswords":[{"Username":"admin","Maskweakpassword":"1qaz****23"}]}] |
例
成功レスポンス
JSONJSON
{
"Advice": "You can fix it in the following ways:↵1. To configure authentication for redis service, click the redis.conf Configure complex password in requirepass, and then restart redis.↵2. In redis configuration file redis.conf The configuration is as follows: bind 127.0.0.1, only allow local access, and then restart redis",
"Type": "Security audit",
"RequestId": "BE120DAB-F4E7-4C53-ADC3-A97578ABF384",
"Description": "The redis port is open to the outside world and there is no authentication option configured. In addition to directly obtaining all the information in the database, unauthorized users can also attack the system through unauthorized access vulnerability.",
"Item": "Redis unauthorized access",
"CheckId": 946,
"Level": "high",
"Prompt": "weak passwords (username@host/password):root@****/12***",
"CheckDetailColumns": [
{
"Type": "text",
"Key": "Containername",
"ShowName": "ContainerName",
"Grids": [
{
"Type": "text",
"Key": "Username",
"ShowName": "UserName"
}
]
}
],
"CheckDetailAssetInfo": [
{
"key": "[{\"Containerid\":\"8ee88e****\",\"Containername\":\"jenkins-birdge\",\"WeakPasswords\":[{\"Username\":\"admin\",\"Maskweakpassword\":\"1qaz****23\"}]}]"
}
]
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | ConsoleError | The error message is %s %s. | |
| 400 | RdCheckNoPermission | Resource directory account verification has no permission. | |
| 500 | RdCheckInnerError | Resource directory account service internal error. | |
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。