批量获取桶清单规则 请求示例 GET /v1/bucketinventory/list?regionCode0001&buckettest 响应示例 json { "statusCode": "0", "message": "", "returnObj": { "code": "0", "data": [ { "owner": "testopenapi", "regionCode": "0001", "origBucket": "10142", "destBucket": "dest10142", "inventoryName": "testinventory2", "directory": "测试桶清单10142", "keyPrefix": "1111", "status": "F0A", "updateTime": "1681898975000", "id": 3, "createTime": "1681898975000" } ], "message": "" } } 状态码 状态码 描述 0 表示业务成功 400 请求参数有误 403 用户鉴权失败,用户无操作权限 404 请求的资源不存在,输入错误的URL 500 业务执行异常