Description
オブジェクトをダウンロードします。
curlコマンドで実行する場合は -O オプションを利用することで保存が可能です。
Request URL
ObjectStorage API v1 GET /v1/ze_{account}/{container}/{object} |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
account | テナントID | URI | テナントID |
container | コンテナ名 | URI | コンテナ名 |
object | オブジェクト名 | URI | オブジェクト名 |
Response
Normal response codes
200 |
Example
Request
curl -X GET \ -H “Accept: application/json” \ -H “Content-Type: application/json” \ -H “X-Auth-Token: トークンID” \ https://object-storage.odc01.eva-clouds.com/v1/ze_テナントID/コンテナ名/オブジェクト名 -O |
Response
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 102M 100 102M 0 0 10.9M 0 0:00:09 0:00:09 –:–:– 11.2M |