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
ci:DescribeDocProcessBucket permission in the action of the authorization policy. For all operations supported by Cloud Infinite, see CI action.GET /docbucket?pageNumber=1&pageSize=2 HTTP/1.1Host: ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>
Name | Description | Type | Required |
regions | Region information, in a , delimited string, for example: ap-shanghai,ap-beijing. | string | No |
bucketNames | Bucket names, separated by ,, supports multiple Buckets, exact search. | string | No |
bucketName | Bucket name prefix, prefix search. | string | No |
pageNumber | Page number (defaults to the first page) | string | No |
pageSize | Items per page (default: 10) | string | No |
<Response><TotalCount>2</TotalCount><RequestId>RequestId</RequestId><PageNumber>1</PageNumber><PageSize>2</PageSize><DocBucketList><Name>BucketName-APPID</Name><CreateTime>Time</CreateTime><Region>Region</Region><AliasBucketId/><BucketId>BucketName-APPID</BucketId></DocBucketList></Response>
Node Name (Keyword) | Parent Node | Description | Type |
Response | None. | Container for saving results | Container |
Node Name (Keyword) | Parent Node | Description | Type |
RequestId | Response | unique request ID | String |
TotalCount | Response | Total number of document preview Buckets | Int |
PageNumber | Response | current page number, same as the pageNumber in the request | Int |
PageSize | Response | number of items per page, same as the pageSize in the request | Int |
DocBucketList | Response | Document Preview Bucket list | Container |
Node Name (Keyword) | Parent Node | Description | Type |
BucketId | Response.DocBucketList | Bucket ID | String |
Name | Response.DocBucketList | Bucket name, same as BucketId | String |
Region | Response.DocBucketList | Region | String |
CreateTime | Response.DocBucketList | Creation time | String |
AliasBucketId | Response.DocBucketList | Bucket alias | String |
GET /docbucket?regions=ap-chongqing HTTP/1.1Connection: keep-aliveAccept-Encoding: gzip, deflateAccept: */*User-Agent: cos-python-sdk-v5.3.2Host: ci.ap-chongqing.myqcloud.comContent-Type: application/xmlAuthorization: Authorization
HTTP/1.1 200 OKDate: Mon, 27 Jul 2020 07:00:43 GMTContent-Type: application/xmlContent-Length: 843Connection: keep-aliveServer: tencent-cix-ci-request-id: NWYxZTdiOWJfYzc2OTQzNjRfM2Qz****<?xml version="1.0" encoding="utf-8"?><Response><TotalCount>2</TotalCount><RequestId>NWYxZTdiOWJfYzc2OTQzNjRfM2Qz****</RequestId><PageNumber>1</PageNumber><PageSize>10</PageSize><DocBucketList><Name>examplebucket-1250000000</Name><CreateTime>2020-07-27T10:54:42+0800</CreateTime><Region>ap-chongqing</Region><AliasBucketId/><BucketId>examplebucket-1250000000</BucketId></DocBucketList><DocBucketList><Name>examplebucket-1250000000</Name><CreateTime>2020-07-24T22:42:26+0800</CreateTime><Region>ap-chongqing</Region><AliasBucketId/><BucketId>examplebucket-1250000000</BucketId></DocBucketList></Response>
피드백