This API (GET Bucket Accelerate) is used to query the global acceleration configuration of the specified bucket.
Detail analysis
Enabled
and Suspended
, indicating that global acceleration is enabled or suspended, respectively.GET /?accelerate HTTP 1.1
Host: <BucketName-APPID>.cos.<Region>.myqcloud.com
Date: GMT date
Authorization: Auth String
Authorization: Auth String (for more information, please see Request Signature).
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 only returns common response headers. For more information, please see Common Response Headers.
<AccelerateConfiguration xmlns="cos xmlns/">
<Status>Enabled</Status>
<Type>COS</Type>
</AccelerateConfiguration>
Detailed nodes are as shown below:
Node Name (Keyword) | Parent Node | Description | Type |
---|---|---|---|
AccelerateConfiguration | None | Detailed information of global acceleration | Container |
Status | AccelerateConfiguration | Indicates whether global acceleration is enabled. Enumerated values: Suspended, Enabled | Enum |
Type | AccelerateConfiguration | Global acceleration type. Enumerated value: COS | Enum |
This API uses standardized error responses and error codes. For more information, 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/>
Was this page helpful?