Image Service Info
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /glance/v2/info/import HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
{
"import-methods": {
"description": "text",
"type": "text",
"value": [
"text"
]
}
}GET /glance/v2/info/stores HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
{
"stores": [
{
"id": "text",
"description": "text",
"default": true,
"read-only": true
}
]
}GET /glance/v2/info/usage HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
{
"usage": {
"image_size_total": {
"limit": 1,
"usage": 1
},
"image_count_total": {
"limit": 1,
"usage": 1
},
"image_stage_total": {
"limit": 1,
"usage": 1
},
"image_count_uploading": {
"limit": 1,
"usage": 1
}
}
}