MENU

Description

設定されているイメージクォータを取得

Request URL

Image API v2

GET /v2/quota

Request Paramters

Parameter Value Style Description
X-Auth-Token Userトークン header トークンID

Normal response codes

OK (200)

Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。

  • REQ
curl -i -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \
https://image-service.tyo1.conoha.io/v2/quota
  • RES
HTTP/1.1 200 OK
Date: Tue, 09 Dec 2014 10:17:20 GMT
Server: Apache
Content-Length: 6102
Content-Type: application/json

{
  "quota": {
    "tyo1_image_size": "50GB"
  }
}