cinder/api-ref/source/v3/samples/worker-cleanup-response.json
liuyamin e6d4b20656 [Api-ref] fix the type of service_id in worker cleanup api
According to [1], the type of service_id is int, so fix it.

[1]https://review.openstack.org/#/c/569036/

Change-Id: Ie142582a2a73564127be83c1e3531a07311b4153
2018-05-29 14:19:14 +08:00

12 lines
205 B
JSON

{
"cleaning": [
{
"id": 1,
"host": "host1@lvmdriver",
"binary": "cinder-volume",
"cluster_name": "test"
}
],
"unavailable": []
}