This API is used to query the global acceleration configuration of a bucket.
Notes
Status
are Enabled
and Suspended
.GET /?accelerate HTTP 1.1
Host: <BucketName-APPID>.cos.<Region>.myqcloud.com
Date: GMT date
Authorization: Auth String
Note:
- In
Host: <bucketname-appid>.cos.<region>.myqcloud.com
,is the bucket name followed by the APPID, such as examplebucket-1250000000
(see Bucket Overview > Basic Information and Bucket Overview > Bucket Naming Conventions), andis a COS region (see Regions and Access Endpoints). - Authorization: Auth String (see Request Signature for more information).
This API only uses common request headers. For more information, please see Common Request Headers.
The request body of this request is empty.
This API returns only common response headers. For more information, please see Common Response Headers.
<AccelerateConfiguration xmlns="cos xmlns/">
<Status>Enabled</Status>
<Type>COS</Type>
</AccelerateConfiguration>
The nodes are described as follows:
Node Name (Keyword) | Parent Node | Description | Type |
---|---|---|---|
AccelerateConfiguration | None | Information about global acceleration | Container |
Status | AccelerateConfiguration | Whether global acceleration is enabled. Enumerated values: Suspended , Enabled |
Enum |
Type | AccelerateConfiguration | Global acceleration type. Enumerated value: COS |
Enum |
This API returns common error responses and error codes. For more information, please see Error Codes.
GET /?accelerate HTTP/1.1
Host: examplebucket-1250000000.cos.ap-chengdu.myqcloud.com
Connection: keep-alive
Authorization: authorization string
Content-Type: text/plain
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: 73
Connection: keep-alive
Date: Wed, 23 Aug 2019 08:14:53 GMT
Server: tencent-cos
x-cos-request-id: NTk5ZDM5N2RfMjNiMjM1MGFfMmRiX2Y0****
<AccelerateConfiguration>
<Status>Enabled</Status>
<Type>COS</Type>
</AccelerateConfiguration>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: 73
Connection: keep-alive
Date: Wed, 23 Aug 2019 08:14:53 GMT
Server: tencent-cos
x-cos-request-id: NTk5ZDM5N2RfMjNiMjM1MGFfMmRiX2Y0****
<AccelerateConfiguration>
<Status>Disabled</Status>
<Type>COS</Type>
</AccelerateConfiguration>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: 73
Connection: keep-alive
Date: Wed, 23 Aug 2019 08:14:53 GMT
Server: tencent-cos
x-cos-request-id: NTk5ZDM5N2RfMjNiMjM1MGFfMmRiX2Y0****
<AccelerateConfiguration/>
Apakah halaman ini membantu?