GET /asrbucket HTTP/1.1Host: ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>Content-Length: <length>Content-Type: application/xml
名称 | 类型 | 描述 | 是否必选 |
regions | string | 地域信息,以“,”分隔字符串,支持 All、ap-shanghai、ap-beijing | 否 |
bucketNames | string | 存储桶名称,以“,”分隔,支持多个存储桶,精确搜索 | 否 |
bucketName | string | 存储桶名称前缀,前缀搜索 | 否 |
pageNumber | string | 第几页 | 否 |
pageSize | string | 每页个数 | 否 |
<Response><RequestId>NTk0MjdmODlfMjQ4OGY3XzYzYzhf****</RequestId><TotalCount>1</TotalCount><PageNumber>1</PageNumber><PageSize>10</PageSize><AsrBucketList><BucketId></BucketId><Region></Region><CreateTime></CreateTime></AsrBucketList></Response>
节点名称(关键字) | 父节点 | 描述 | 类型 |
Response | 无 | 保存结果的容器 | Container |
节点名称(关键字) | 父节点 | 描述 | 类型 |
RequestId | Response | 请求的唯一 ID | String |
TotalCount | Response | 媒体 Bucket 总数 | Int |
PageNumber | Response | 当前页数,同请求中的 pageNumber | Int |
PageSize | Response | 每页个数,同请求中的 pageSize | Int |
AsrBucketList | Response | 语音 Bucket 列表 | Container |
节点名称(关键字) | 父节点 | 描述 | 类型 |
BucketId | Response.AsrBucketList | 存储桶 ID | String |
Name | Response.AsrBucketList | 存储桶名称,同 BucketId | String |
Region | Response.AsrBucketList | 所在的地域 | String |
CreateTime | Response.AsrBucketList | 创建时间 | String |
本页内容是否解决了您的问题?