創建篩選條件。
調試
您可以在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": "EEF1EE1F-50F6-5494-B3DA-8F597DEB31BF"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
409 | InvalidParameter.FilterConfiguration | The specified parameter FilterConfiguration is not valid. | 參數 FilterConfiguration 不合法。 |
409 | AlreadyExists.FilterName | The filter name of current user already exists. | FilterName已經存在。 |
409 | LengthExceedLimit.FilterConfiguration | The length of parameter FilterConfiguration exceed limit. | 參數 FilterConfiguration 長度超過限制。 |
409 | LengthExceedLimit.FilterName | The length of parameter FilterName exceed limit. | 參數 FilterName 長度超過限制。 |
409 | ExceedLimit.User.Filter | The maximum number of Filters is exceeded. | 用戶 Filter 數量超出上限。 |
409 | InvalidParameter.FilterName | The specified parameter FilterName is not valid. | 參數 FilterName 不合法。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史