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 /ai_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 | 第几页,默认第1页 | Integer | 否 |
pageSize | 每页个数,大于0且小于等于100的整数,默认10 | Integer | 否 |
<Response><RequestId>NTk0MjdmODlfMjQ4OGY3XzYzYzhf****</RequestId><TotalCount>2</TotalCount><PageNumber>1</PageNumber><PageSize>10</PageSize><AiBucketList><BucketId>examplebucket-1250000000</BucketId><Name>examplebucket-1250000000</Name><Region>ap-beijing</Region><CreateTime>2019-11-15T12:12:12+0800</CreateTime></AiBucketList><AiBucketList><BucketId>examplebucket-1-1250000000</BucketId><Name>examplebucket-1-1250000000</Name><Region>ap-chongqing</Region><CreateTime>2020-11-16T14:13:15+0800</CreateTime></AiBucketList></Response>
节点名称(关键字) | 父节点 | 描述 | 类型 |
Response | 无 | 保存结果的容器 | Container |
节点名称(关键字) | 父节点 | 描述 | 类型 |
RequestId | Response | 请求的唯一 ID | String |
TotalCount | Response | 开通AI 内容识别(异步)的 Bucket 总数 | Int |
PageNumber | Response | 当前页数,同请求中的 pageNumber | Int |
PageSize | Response | 每页个数,同请求中的 pageSize | Int |
AiBucketList | Response | AI 内容识别(异步) Bucket 详情 | Container 数组 |
节点名称(关键字) | 父节点 | 描述 | 类型 |
BucketId | Response.AiBucketList | 存储桶 ID | String |
Name | Response.AiBucketList | 存储桶名称,同 BucketId | String |
Region | Response.AiBucketList | 所在的地域 | String |
CreateTime | Response.AiBucketList | 创建时间 | String |
GET /ai_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><AiBucketList><BucketId>examplebucket-1250000000</BucketId><Name>examplebucket-1250000000</Name><Region>ap-beijing</Region><CreateTime>2019-11-15T12:12:12+0800</CreateTime></AiBucketList><AiBucketList><BucketId>examplebucket-1-1250000000</BucketId><Name>examplebucket-1-1250000000</Name><Region>ap-chongqing</Region><CreateTime>2020-11-16T14:13:15+0800</CreateTime></AiBucketList></Response>
文档反馈