All Products
Search
Document Center

:ListFilters

Last Updated:Jun 28, 2024

Queries a list of filters.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

AA39FB9C-CB74-5E73-8DFE-3A2B096F0759
Filtersobject []

The configurations of the filter.

FilterNamestring

The name of the filter.

FilterConfigurationstring

The configurations of the filter.

{ "regions": [], "tagFilters": [ [{ "type": "notContainTagKey", "tagKey": "xxx", "tagValue": "" }], [{ "tagKey": "xxx", "tagValue": "xxx" }] ], "resourceTypes": [ "ACS::ECS::AutoSnapshotPolicy" ] }
DefaultFilterNamestring

The name of the default filter.

Examples

Sample success responses

JSONformat

{
  "RequestId": "AA39FB9C-CB74-5E73-8DFE-3A2B096F0759",
  "Filters": [
    {
      "FilterName": "",
      "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}"
    }
  ],
  "DefaultFilterName": ""
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history