Description
Show the image quota status.
Request URL
Image API v2 GET /v2/quota
Request Paramters
| Parameter | Value | Style | Description |
|---|---|---|---|
| X-Auth-Token | User Token | header |
Normal response codes
OK (200)
Example
curl -i -X GET \ -H "Accept: application/json" \ -H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \ https://image-service.tyo1.cloud.z.com/v2/quota
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"
}
}