Mengkueri daftar filter.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
resourcecenter:ListFilters |
list |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| DefaultFilterName |
string |
The name of the default filter. |
My Filters |
| Filters |
array<object> |
The configurations of the filter. |
|
|
object |
|||
| FilterConfiguration |
string |
The configurations of the filter. |
{ "regions": [], "tagFilters": [ [{ "type": "notContainTagKey", "tagKey": "xxx", "tagValue": "" }], [{ "tagKey": "xxx", "tagValue": "xxx" }] ], "resourceTypes": [ "ACS::ECS::AutoSnapshotPolicy" ] } |
| FilterName |
string |
The name of the filter. |
My devices |
| RequestId |
string |
The request ID. |
AA39FB9C-CB74-5E73-8DFE-3A2B096F0759 |
Contoh
Respons sukses
JSONformat
{
"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"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.