GetProjectQuotas
VCS-proj_quota-0072 Get project quotas
Query Parameters
- project integer required
Project ID is required to request
Header Parameters
- x-api-host string required
Default value:
openstack-taichung-default-2
Authentication Required Parameters
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
project object
matchLabels string[]id int64name stringplatform stringtransparent_mode boolean- gpu int64
- cpu int64
- memory int64
- ipvs_port int64
- floatingip int32
[
{
"project": {
"matchLabels": [
"string"
],
"id": 0,
"name": "string",
"platform": "string",
"transparent_mode": true
},
"gpu": 0,
"cpu": 0,
"memory": 0,
"ipvs_port": 0,
"floatingip": 0
}
]
Loading...