Obtaining the Custom Domain Name of a Bucket
Functions
OBS uses the GET method to obtain the custom domain name of a bucket.
Request Syntax
GET /?customdomain HTTP/1.1User-Agent: curl/7.29.0Host: bucketname.obs.region.example.comAccept: */*Date: dateAuthorization: authorization string
Request Parameters
This request message does not contain the request parameters.
Request Header
This request uses common headers. For details, see Table 3.
Request Elements
This request involves no elements.
Response Syntax
HTTP/1.1 200 OKServer: OBSx-obs-request-id: request idx-obs-id-2: idContent-Type: application/xmlDate: dateContent-Length: 272<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ListBucketCustomDomainsResult xmlns="http://obs.example.com/doc/2015-06-30/"><Domains><DomainName>domainname</DomainName><CreateTime>createtime</CreateTime></Domains></ListBucketCustomDomainsResult>
Response Headers
The response to the request uses common headers. For details, see Table 1.
Response Elements
The response returns the custom domain name of the bucket in the form of message elements. Table 1 lists details about each element.
Element | Description |
---|---|
ListBucketCustomDomainsResult | Container of the returned result Type: container Child: Domains Parent: none |
Domains | Element indicating the custom domain name Type: container Child: DomainName and CreateTime Parent: ListBucketCustomDomainsResult |
DomainName | Custom domain name Type: string Child: none Parent: Domains |
CreateTime | Time when a custom domain name is created Type: string, which must be a UTC time. Child: none Parent: Domains |
Error Responses
No special error responses are returned. For details about error responses, see Table 2.
Sample Request
GET /?customdomain HTTP/1.1User-Agent: curl/7.29.0Host: examplebucket.obs.region.example.comAccept: */*Date: Mon, 14 Jan 2019 08:31:45 +0000Authorization: OBS UDSIAMSTUBTEST000094:veTm8B18MPLFqNyGh2wmQqovZ2U=
Sample Response
HTTP/1.1 200 OKServer: OBSx-obs-request-id: 000001697693130C80E9D2D29FA84FC2x-obs-id-2: 32AAAQAAEAABAAAQAAEAABAAAQAAEAABCSM80AI9weqGUsIFJScVxSKlG4DmypX9Content-Type: application/xmlDate: Wed, 13 Mar 2019 10:22:24 GMTContent-Length: 272<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ListBucketCustomDomainsResult xmlns="http://obs.example.com/doc/2015-06-30/"><Domains><DomainName>obs.ccc.com</DomainName><CreateTime>2019-03-13T10:22:05.912Z</CreateTime></Domains></ListBucketCustomDomainsResult>
- Functions
- Request Syntax
- Request Parameters
- Request Header
- Request Elements
- Response Syntax
- Response Headers
- Response Elements
- Error Responses
- Sample Request
- Sample Response