コンテナ作成
Description
コンテナを作成します。
Request URL
ObjectStorage API v1 PUT /v1/gac50_{account}/{container}
Request Json
This operation does not accept a request body.
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | トークンID | header | トークン発行 にて払い出されたID |
account | テナントID | URI | テナントID |
container | コンテナ名 | URI | コンテナ名 |
X-Container-Read (Optional) |
string | header | |
X-Container-Write (Optional) |
string | header | |
X-Container-Sync-To (Optional) |
string | header | |
X-Container-Sync-Key (Optional) |
string | header | |
X-Versions-Location (Optional) |
string | header | |
X-Container-Meta-name (Optional) |
string | header | |
Content-Type (Optional) |
string | header | |
X-Detect-Content-Type (Optional) |
boolean | header | |
If-None-Match (Optional) |
string | header |
Response
-
Normal response codes
201
Example
-
Request
curl -i -X PUT \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "X-Auth-Token: トークンID" \ オブジェクトストレージエンドポイント/コンテナ名
-
Response
HTTP/1.1 201 Created Content-Length: 0 Content-Type: text/html; charset=UTF-8 X-Trans-Id: tx6e63eabdca6c4917b9523-005abe199a Date: Fri, 30 Mar 2018 11:03:54 GMT