セキュリティ保護カバー率を取得します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
yundun-mss:GetSafetyCover |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| DateType |
string |
必須 |
時間フィルタータイプ。過去 7 日間、過去 30 日間、過去半年、またはカスタム時間範囲でのフィルタリングをサポートします。 |
month |
| StartDate |
integer |
必須 |
開始時刻。 |
1732255620000 |
| EndDate |
integer |
必須 |
終了時刻。 |
1732268720000 |
| SuspEventSource |
string |
任意 |
アラートイベントソース。 |
该接口不用传 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
応答。 |
||
| Data |
object |
クエリ結果。 |
|
| WafProtection |
object |
WAF セキュリティ保護カバー率。 |
|
| ProtectionCount |
integer |
Number of protected items. |
5 |
| NoProtectionCount |
integer |
Number of unprotected items. |
5 |
| TotalCount |
integer |
Total number of items. |
10 |
| ProtectionRate |
string |
Protection rate. |
50.00 |
| ProtectionGrowthRate |
string |
Year-over-year growth in protection rate. |
35.00 |
| EcsProtection |
object |
ECS セキュリティ保護カバー率。 |
|
| ProtectionCount |
integer |
Number of protected items. |
5 |
| NoProtectionCount |
integer |
Number of unprotected items. |
5 |
| TotalCount |
integer |
Total number of items. |
10 |
| ProtectionRate |
string |
Protection rate. |
50.00 |
| ProtectionGrowthRate |
string |
Year-over-year growth in protection rate. |
35.00 |
| CfwProtection |
object |
Cloud Firewall (CFW) セキュリティ保護カバー率。 |
|
| ProtectionCount |
integer |
Number of protected items. |
5 |
| NoProtectionCount |
integer |
Number of unprotected items. |
5 |
| TotalCount |
integer |
Total quantity. |
10 |
| ProtectionRate |
string |
Protection rate. |
50.00 |
| ProtectionGrowthRate |
string |
Year-over-year protection rate. |
35.00 |
| RequestId |
string |
リクエスト ID。 |
564f8bb9-df3c-42a0-877a-b35d48f66603 |
| Code |
string |
応答コード。 |
404 |
| Message |
string |
結果に対して返されたメッセージ。 |
system error |
| HttpStatusCode |
integer |
HTTP 状態コード。 |
200 |
| Success |
boolean |
呼び出しが成功したかどうかを示します。有効な値:
|
True |
例
成功レスポンス
JSONJSON
{
"Data": {
"WafProtection": {
"ProtectionCount": 5,
"NoProtectionCount": 5,
"TotalCount": 10,
"ProtectionRate": "50.00",
"ProtectionGrowthRate": "35.00"
},
"EcsProtection": {
"ProtectionCount": 5,
"NoProtectionCount": 5,
"TotalCount": 10,
"ProtectionRate": "50.00",
"ProtectionGrowthRate": "35.00"
},
"CfwProtection": {
"ProtectionCount": 5,
"NoProtectionCount": 5,
"TotalCount": 10,
"ProtectionRate": "50.00",
"ProtectionGrowthRate": "35.00"
}
},
"RequestId": "564f8bb9-df3c-42a0-877a-b35d48f66603",
"Code": "404",
"Message": "system error",
"HttpStatusCode": 200,
"Success": true
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。