23b7463984
This patch adds support for display count info
in volume, backup and snapshot's list&detail APIs
since microversion 3.45, for instance:
1. /v3/{project_id}/volumes?with_count=True
2. /v3/{project_id}/volumes/detail?with_count=True
Depends-On: 1c8fe0ade4
Change-Id: I2e92b27c36357120fcf0ec5917c6484441c946a8
Implements: bp add-amount-info-in-list-api
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"volumes": [
|
|
{
|
|
"id": "45baf976-c20a-4894-a7c3-c94b7376bf55",
|
|
"links": [
|
|
{
|
|
"href": "http://localhost:8776/v3/0c2eba2c5af04d3f9e9d0d410b371fde/volumes/45baf976-c20a-4894-a7c3-c94b7376bf55",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://localhost:8776/0c2eba2c5af04d3f9e9d0d410b371fde/volumes/45baf976-c20a-4894-a7c3-c94b7376bf55",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "vol-004"
|
|
},
|
|
{
|
|
"id": "5aa119a8-d25b-45a7-8d1b-88e127885635",
|
|
"links": [
|
|
{
|
|
"href": "http://localhost:8776/v3/0c2eba2c5af04d3f9e9d0d410b371fde/volumes/5aa119a8-d25b-45a7-8d1b-88e127885635",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://localhost:8776/0c2eba2c5af04d3f9e9d0d410b371fde/volumes/5aa119a8-d25b-45a7-8d1b-88e127885635",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "vol-003"
|
|
}
|
|
],
|
|
"count": 10
|
|
}
|