5b25f50c35
This patch did: 1. Change the empty string "" to null for `description` property 2. Add the missing `project_id` property back. 3. Add `project_id` filter for listing limits 4. Add `include_limits` filter for showing project Change-Id: Iffaec737739a29ff81e10f7db33abfc3181fdbbe
15 lines
434 B
JSON
15 lines
434 B
JSON
{
|
|
"limit": {
|
|
"resource_name": "volume",
|
|
"region_id": null,
|
|
"links": {
|
|
"self": "http://10.3.150.25/identity/v3/limits/25a04c7a065c430590881c646cdcdd58"
|
|
},
|
|
"service_id": "9408080f1970482aa0e38bc2d4ea34b7",
|
|
"project_id": "3a705b9f56bb439381b43c4fe59dccce",
|
|
"id": "25a04c7a065c430590881c646cdcdd58",
|
|
"resource_limit": 11,
|
|
"description": null
|
|
}
|
|
}
|