更新筛选条件。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
FilterName | string | 是 | 筛选条件名称。 | 我的筛选条件。 |
FilterConfiguration | string | 是 | 筛选条件配置。 | { "regions": [], "tagFilters": [ [{ "type": "notContainTagKey", "tagKey": "xxx", "tagValue": "" }], [{ "tagKey": "xxx", "tagValue": "xxx" }] ], "resourceTypes": [ "ACS::ECS::AutoSnapshotPolicy" ] } |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "3C5CDBF6-4DB7-53E9-ADDC-5919E3FACF6F"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
409 | InvalidParameter.FilterConfiguration | The specified parameter FilterConfiguration is not valid. | 参数 FilterConfiguration 不合法。 |
409 | InvalidParameter.FilterName | The specified parameter FilterName is not valid. | 参数 FilterName 不合法。 |
409 | LengthExceedLimit.FilterConfiguration | The length of parameter FilterConfiguration exceed limit. | 参数 FilterConfiguration 长度超过限制。 |
409 | LengthExceedLimit.FilterName | The length of parameter FilterName exceed limit. | 参数 FilterName 长度超过限制。 |
409 | NotExists.FilterName | The filter name of current user not exists. | FilterName不存在。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史