擷取篩選條件列表。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
resourcecenter:ListFilters |
list |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
當前API無需請求參數
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| DefaultFilterName |
string |
預設篩選條件名稱。 |
我的篩選條件 |
| Filters |
array<object> |
篩選條件。 |
|
|
object |
篩選條件。 |
||
| FilterConfiguration |
string |
篩選條件。 |
{ "regions": [], "tagFilters": [ [{ "type": "notContainTagKey", "tagKey": "xxx", "tagValue": "" }], [{ "tagKey": "xxx", "tagValue": "xxx" }] ], "resourceTypes": [ "ACS::ECS::AutoSnapshotPolicy" ] } |
| FilterName |
string |
篩選條件名稱。 |
我管理的裝置 |
| RequestId |
string |
請求 ID。 |
AA39FB9C-CB74-5E73-8DFE-3A2B096F0759 |
樣本
正常返回樣本
JSON格式
{
"DefaultFilterName": "我的篩選條件",
"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": "我管理的裝置"
}
],
"RequestId": "AA39FB9C-CB74-5E73-8DFE-3A2B096F0759"
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。