オブジェクト情報取得
Description
オブジェクト情報を取得します。
Request URL
ObjectStorage API v1 GET /v1/ze_{account}/{container}/{object}
Request Json
This operation does not accept a request body.
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークン発行 にて払い出されたID |
X-Newest(Optional) | boolean | header | |
Accept(Optional) | string | header | |
account | テナントID | URI | API情報を確認する にてご確認ください。 |
container | コンテナ名 | URI | アカウント情報・コンテナ一覧取得にてご確認ください。 |
object | オブジェクト名 | URI | オブジェクト名 |
signature(Optional) | string | query | |
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 |
Response
-
Normal response codes
200
Example
-
Request
curl -i -X GET \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "X-Auth-Token: トークンID" \ https://object-storage.jpt1.cloud.z.com/v1/ze_テナントID/コンテナ名/オブジェクト名
-
Response
HTTP/1.1 200 OK Content-Length: 20 Accept-Ranges: bytes Last-Modified: Tue, 30 Aug 2016 06:59:30 GMT Etag: 3de8f8b0dc94b8c2230fab9ec0ba0506 X-Timestamp: 1472540369.31743 Content-Type: application/json X-Trans-Id: txee9be737701b49f28f403-0057c52ee1 Date: Tue, 30 Aug 2016 06:59:45 GMT This is a test file.