MENU
アカウント情報取得 - ObjectStorage API v1
Description
Request URL
Swift API v1.0 GET /v1/nc_{account}
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | |
X-Newest (Optional) | boolean | header | |
Accept (Optional) | string | header | |
account | tenant ID | URI | |
limit (Optional) | int | query | |
marker (Optional) | string | query | |
end_marker (Optional) | string | query | |
format (Optional) | string | query | |
prefix (Optional) | string | query | |
delimiter (Optional) | char | query |
Request Json
This operation does not accept a request body.
Normal response code
200, 204
Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。
- REQ
curl -i -X GET \ -H "Accept: application/json" \ -H "X-Auth-Token: 2c6f2de2126a4102b38368c32e7043db" \ https://object-storage.tyo1.conoha.io/v1/nc_cc54f7476b8e444bad238a943a94ccdf
- RES
HTTP/1.1 200 OK Content-Length: 2 X-Account-Container-Count: 0 X-Account-Object-Count: 0 X-Timestamp: 1430913819.91492 X-Account-Bytes-Used: 0 X-Account-Meta-Quota-Bytes: 107374182400 Content-Type: application/json; charset=utf-8 Accept-Ranges: bytes X-Trans-Id: txf9c63a0bc9024f00998d1-00554b1ecd Date: Thu, 07 May 2015 08:14:05 GMT []