获取桶的自定义域名配置
此 GET 操作用于获取桶的自定义域名配置。
请求
请求语法
内容
GET /bucketname/?domain HTTP/1.1 Host: {Endpoint} Content-Length: {length} Date: {date} Authorization: {SignatureValue} Content-Type: application/json
描述
Endpoint:参考与region地域的关系 SignatureValue:参考签名算法
请求参数
无
非公共请求头
无
请求体
无
响应
非公共响应头
无
响应体
[
{ "damainName": "www.example.com", "isWebsite": true }, { "damainName": "www.example2.com", "isWebsite": false }, { "damainName": "www.example3.com", "isWebsite": true }
]
示例
请求
GET /oss-example/?domain HTTP/1.1 Host: oss-example.oss-cn-beijing.inspurcloud.com Authorization: authorization string Content-Length: {length} Content-Type: application/json Date: Wed, 29 Oct 2020 22:32:00 GMT
响应
HTTP/1.1 200 OK Date: Wed, 29 Oct 2020 22:32:00 GMT Content-Length: {length} Content-Type: application/json Connection: keep-alive [ { "damainName": "www.example.com", "isWebsite": false } ]
错误码
错误码 | 描述 | 状态码 | 描述 |
---|---|---|---|
NoSuchDomainConfiguration | 桶没有自定义域名配置信息 | 404 | ... |