MENU
オブジェクト情報取得 - ObjectStorage API v1
Description
Request URL
Swift API v1.0 GET /v1/nc_{account}/{container}/{object}
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | |
X-Newest (Optional) | boolean | header | |
Accept (Optional) | string | header | |
account | tenant ID | URI | |
container | コンテナ名 | URI | |
object | オブジェクト名 | URI | |
signature (Optional) | string | boolean | |
expires (Optional) | string | query | |
multipart-manifest (Optional) | string | query | |
Range (Optional) | string | header | |
If-Match (Optional) | string | header | |
If-Modified-Since (Optional) | date | header | |
If-Unmodified-Since (Optional) | date | header |
Request Json
This operation does not accept a request body.
Normal response code
200
Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。
- REQ
curl -i https://object-storage.tyo1.conoha.io/v1/nc_7e5725a8513a4605b70c5460f4c0b076/test_container10/100M_file_1?format=json \ -X GET \ -H "X-Auth-Token: 86708150844c46da9b6628cdc69c1590"
- RES
HTTP/1.1 200 OK Content-Length: 104857600 Content-Type: application/octet-stream Accept-Ranges: bytes Last-Modified: Mon, 09 Feb 2015 12:58:57 GMT Etag: 2f282b84e7e608d5852449ed940bfc51 X-Timestamp: 1423486736.65260 X-Object-Meta-Mtime: 1418214688.927417 X-Trans-Id: tx2cafa29cd3174358bc818-0054e594b3 Date: Thu, 19 Feb 2015 07:45:55 GMT