History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
GET /file_bucket HTTP/1.1Host: ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>Content-Length: <length>Content-Type: application/xml
名称 | 类型 | 描述 | 默认值 | 是否必填 |
regions | String | 无 | 否 | |
bucketNames | String | 存储桶名称,以“,”分隔,支持多个存储桶,精确搜索 | 无 | 否 |
bucketName | String | 存储桶名称前缀,前缀搜索 | 无 | 否 |
pageNumber | Int | 第几页 | 1 | 否 |
pageSize | Int | 每页个数,大于0且小于等于100的整数 | 10 | 否 |
<Response><RequestId>NTk0MjdmODlfMjQ4OGY3XzYzYzhf****</RequestId><TotalCount>2</TotalCount><PageNumber>1</PageNumber><PageSize>10</PageSize><FileBucketList><BucketId>examplebucket-1250000000</BucketId><Name>examplebucket-1250000000</Name><Region>ap-beijing</Region><CreateTime>2019-11-15T12:12:12+0800</CreateTime></FileBucketList><FileBucketList><BucketId>examplebucket-1-1250000000</BucketId><Name>examplebucket-1-1250000000</Name><Region>ap-chongqing</Region><CreateTime>2020-11-16T14:13:15+0800</CreateTime></FileBucketList></Response>
节点名称(关键字) | 父节点 | 描述 | 类型 |
Response | 无 | 保存结果的容器 | Container |
节点名称(关键字) | 父节点 | 描述 | 类型 |
RequestId | Response | 请求的唯一 ID | String |
TotalCount | Response | 开通文件处理的 Bucket 总数 | Int |
PageNumber | Response | 当前页数,同请求中的 pageNumber | Int |
PageSize | Response | 每页个数,同请求中的 pageSize | Int |
FileBucketList | Response | 文件处理 Bucket 详情 | Container 数组 |
节点名称(关键字) | 父节点 | 描述 | 类型 |
BucketId | Response.FileBucketList | 存储桶 ID | String |
Name | Response.FileBucketList | 存储桶名称,同 BucketId | String |
Region | Response.FileBucketList | 所在的地域 | String |
CreateTime | Response.FileBucketList | 创建时间 | String |
GET /file_bucket HTTP/1.1Authorization:q-sign-algorithm=sha1&q-ak=************************************&q-sign-time=1497530202;1497610202&q-key-time=1497530202;1497610202&q-header-list=&q-url-param-list=&q-signature=****************************************Host: ci.ap-beijing.myqcloud.comContent-Length: 0Content-Type: application/xml
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 100Connection: keep-aliveDate: Thu, 15 Jun 2021 12:37:29 GMTServer: tencent-cix-ci-request-id: NTk0MjdmODlfMjQ4OGY3XzYzYzhf****<Response><RequestId>NTk0MjdmODlfMjQ4OGY3XzYzYzhf****</RequestId><TotalCount>2</TotalCount><PageNumber>1</PageNumber><PageSize>10</PageSize><FileBucketList><BucketId>examplebucket-1250000000</BucketId><Name>examplebucket-1250000000</Name><Region>ap-beijing</Region><CreateTime>2019-11-15T12:12:12+0800</CreateTime></FileBucketList><FileBucketList><BucketId>examplebucket-1-1250000000</BucketId><Name>examplebucket-1-1250000000</Name><Region>ap-chongqing</Region><CreateTime>2020-11-16T14:13:15+0800</CreateTime></FileBucketList></Response>
文档反馈