Description

オブジェクトをダウンロードします。

Request URL

Object Storage API

GET /v1/nc_{tenant_id}​/​{container}​​/​{object}

Request Json

This operation does not accept a request body.

Request Parameters

Parameter Value Style Description
X-Auth-Token トークンID header トークンIDを指定します。
tenant_id テナントID path テナントIDを指定します。
container コンテナ名 path コンテナ名を指定します。
object オブジェクト名 path オブジェクト名を指定します。

Response Code

Success

200

Example

Request

curl -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: トークンID" \
https://object-storage.tyo1.conoha.io/v1/nc_テナントID/コンテナ名/オブジェクト名 -O

Response

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0    41    0    41    0     0    284      0 --:--:-- --:--:-- --:--:--   836

ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。