Response¶
Response Headers¶
The following table describes the response headers:
Header | Type | Description |
---|---|---|
Accept-Ranges | String (Required) | Acceptable range type, for example, bytes. |
X-Account-Bytes-Used | Int (Required) | Total number of bytes that are stored in OBS for the account. |
X-Account-Container-Count | Int (Required) | Number of containers in the account. |
X-Account-Object-Count | Int (Required) | Number of objects in the account. |
X-Account-Meta-name | String (Optional) | Custom account metadata item, where {name} is the name of the metadata item. |
X-Account-Meta-Quota-Bytes | Int (Optional) | Quota of the account. |
X-Account-Meta-Temp-URL-Key | String (Optional) | Secret key value for TempURL. |
X-Account-Meta-Temp-URL-Key-2 | String (Optional) | A second secret key value for TempURL. |
X-Account-Project-Domain-Id | String (Required) | ID of the domain to which the account belongs. |
Content-Length | String (Required) | If the operation succeeds, this value is 0. If the operation fails, this value is the length of the error text in the response body. |
Content-Type | String (Required) | MIME type of the text in the response body. |
Date | Datetime (Required) | Transaction date and time. |
X-Trans-Id | Uuid (Required) | A unique transaction identifier. |
X-Timestamp | Datetime (Required) | Object creation time and date, in UNIX Epoch timestamp format. |