cinder/api-ref/source/v3/samples/worker-cleanup-response.json
junboli 046b85fb89 [Api-ref] Add worker cleanup for service docs api
Allow triggering cleanup from API was introduced in cinder[1], but it's
not documented in the API docs. This change is to add it in the API docs.
[1] https://review.openstack.org/#/c/363010/

Closes-bug: #1708809
Change-Id: Iadec39e8411a598372bc19bb566627a143faa0d8
2017-08-16 03:21:48 +00:00

12 lines
236 B
JSON

{
"cleaning": [
{
"id": "dd233343-er34-fr43-54ss-vfdfft433fdf",
"host": "127.0.0.1",
"binary": "cinder-volume",
"cluster_name": "test"
}
],
"unavailable": []
}