最も脅威にさらされているリソースを一覧表示します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
bdrc:DescribeTopRiskyResources |
none |
*All Resource
|
なし | なし |
リクエスト構文
GET /api/v1/resources/top-risky HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| ResourceType |
string |
任意 |
リソースタイプ。 |
ACS::ECS::Instance |
| ResourceCategoryId |
string |
任意 |
リソースカテゴリの ID。 |
rc-000***123 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
BaseResponse<ListResult<resource>> |
||
| Data |
object |
応答で返されるデータ。 |
|
| Content |
array<object> |
リソースオブジェクトのリスト。 |
|
|
object |
|||
| ResourceArn |
string |
Alibaba Cloud リソース名 (ARN)。 |
acs:ecs:cn-hangzhou:xxxxxxxx:instance/xxxxx |
| ProductType |
string |
プロダクトタイプ。 |
ecs |
| ResourceType |
string |
リソースタイプ。 |
ACS::ECS::Instance |
| ResourceId |
string |
リソース ID。 |
i-xxxxxxxx |
| ResourceName |
string |
リソース名。 |
test-server |
| RegionId |
string |
リージョン ID。 |
cn-hangzhou |
| ZoneId |
string |
ゾーン ID。 |
cn-hangzhou-j |
| VpcId |
string |
VPC の ID。 |
vpc-xxxxxxxx |
| VSwitchId |
string |
vSwitch の ID。 |
vsw-xxxxxxxx |
| CreateTime |
integer |
リソースが作成されたタイムスタンプ。 |
1697798340 |
| Status |
string |
リソースのステータス。 |
Running |
| TotalDataSize |
integer |
データ総量(バイト単位)。 |
0 |
| StandardDataSize |
integer |
標準ストレージクラスのデータサイズ(バイト単位)。 |
0 |
| IaDataSize |
integer |
低頻度アクセス (IA) ストレージクラスのデータサイズ(バイト単位)。 |
0 |
| ArchiveDataSize |
integer |
アーカイブストレージクラスのデータサイズ(バイト単位)。 |
0 |
| ColdArchiveDataSize |
integer |
コールドアーカイブストレージクラスのデータサイズ(バイト単位)。 |
0 |
| EnableCheck |
boolean |
データ保護スコア評価が有効かどうかを示します。 |
true |
| ProtectionScore |
integer |
リソースのデータ保護スコア。 |
90 |
| ProtectionScoreUpdatedTime |
integer |
保護スコアが最後に更新されたタイムスタンプ。 |
1726036498 |
| RiskCount |
integer |
検出されたリスクの数。 |
0 |
| CheckFailedCount |
integer |
失敗したチェックの数。 |
0 |
| StorageClass |
string |
データのストレージクラス(例:「STANDARD」)。 |
STANDARD |
| DataRedundancyType |
string |
データ冗長タイプ(例:「LRS」(ローカル冗長ストレージ))。 |
LRS |
| ResourceOwnerId |
integer |
リソースの所有者である Alibaba Cloud アカウントの ID。 |
123***7890 |
| NextToken |
string |
ページネーショントークン。次のリクエストで使用して、新しいページの結果を取得できます。このパラメーターが応答に含まれていない場合、すべての結果が返されたことを意味します。 |
e557bc9a65fe22cb5e2a3b240f06b0de |
| MaxResults |
integer |
各ページで返す最大エントリ数。 |
10 |
| TotalCount |
integer |
一致するエントリの合計数。このパラメーターは任意であり、応答に含まれない場合があります。 |
10 |
| RequestId |
string |
リクエスト ID。 |
34081B20-C4C0-514F-93F6-8EEC3D1A587E |
例
成功レスポンス
JSONJSON
{
"Data": {
"Content": [
{
"ResourceArn": "acs:ecs:cn-hangzhou:xxxxxxxx:instance/xxxxx",
"ProductType": "ecs",
"ResourceType": "ACS::ECS::Instance",
"ResourceId": "i-xxxxxxxx",
"ResourceName": "test-server",
"RegionId": "cn-hangzhou",
"ZoneId": "cn-hangzhou-j",
"VpcId": "vpc-xxxxxxxx",
"VSwitchId": "vsw-xxxxxxxx",
"CreateTime": 1697798340,
"Status": "Running",
"TotalDataSize": 0,
"StandardDataSize": 0,
"IaDataSize": 0,
"ArchiveDataSize": 0,
"ColdArchiveDataSize": 0,
"EnableCheck": true,
"ProtectionScore": 90,
"ProtectionScoreUpdatedTime": 1726036498,
"RiskCount": 0,
"CheckFailedCount": 0,
"StorageClass": "STANDARD",
"DataRedundancyType": "LRS",
"ResourceOwnerId": 0
}
],
"NextToken": "e557bc9a65fe22cb5e2a3b240f06b0de",
"MaxResults": 10,
"TotalCount": 10
},
"RequestId": "34081B20-C4C0-514F-93F6-8EEC3D1A587E"
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。