フィルターのリストを照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
resourcecenter:ListFilters |
list |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
リクエストパラメーターは必要ありません。
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| DefaultFilterName |
string |
デフォルトフィルターの名前。 |
My Filters |
| Filters |
array<object> |
フィルターの構成。 |
|
|
object |
|||
| FilterConfiguration |
string |
フィルターの構成。 |
{ "regions": [], "tagFilters": [ [{ "type": "notContainTagKey", "tagKey": "xxx", "tagValue": "" }], [{ "tagKey": "xxx", "tagValue": "xxx" }] ], "resourceTypes": [ "ACS::ECS::AutoSnapshotPolicy" ] } |
| FilterName |
string |
フィルターの名前。 |
My devices |
| RequestId |
string |
リクエスト ID。 |
AA39FB9C-CB74-5E73-8DFE-3A2B096F0759 |
例
成功レスポンス
JSONJSON
{
"DefaultFilterName": "My Filters",
"Filters": [
{
"FilterConfiguration": "{\n \"regions\": [],\n \"tagFilters\": [\n [{ \"type\": \"notContainTagKey\", \"tagKey\": \"xxx\", \"tagValue\": \"\" }],\n [{ \"tagKey\": \"xxx\", \"tagValue\": \"xxx\" }]\n ],\n \"resourceTypes\": [\n \"ACS::ECS::AutoSnapshotPolicy\"\n ]\n}",
"FilterName": "My devices"
}
],
"RequestId": "AA39FB9C-CB74-5E73-8DFE-3A2B096F0759"
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。