cinder/api-ref/source/v3/samples/worker-cleanup-request.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

11 lines
243 B
JSON

{
"cluster": "test",
"disabled": "True",
"host": "host1@lvmdriver"
"service_id": 1,
"is_up": "True",
"binary": "cinder-volume",
"resource_id": "b122f668-d15a-40f8-af21-38d218796ab8",
"resource_type": "Volume"
}