046b85fb89
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
58 lines
973 B
ReStructuredText
58 lines
973 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
Workers (workers)
|
|
=================
|
|
|
|
|
|
Cleanup services
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
.. rest_method:: POST v3/{project_id}/workers/cleanup
|
|
|
|
Request cleanup of services with optional filtering. This API is only
|
|
available with microversion 3.24 or later.
|
|
|
|
|
|
|
|
Normal response codes: 202
|
|
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- project_id: project_id_path
|
|
- cluster: cluster_mutex
|
|
- host: host_service
|
|
- binary: binary
|
|
- is-up: is_up
|
|
- disabled: disabled
|
|
- resource-id: resource_id
|
|
- resource-type: resource_type
|
|
|
|
|
|
Request Example
|
|
---------------
|
|
|
|
.. literalinclude:: ./samples/worker-cleanup-request.json
|
|
:language: javascript
|
|
|
|
|
|
Response Parameters
|
|
-------------------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- host: host_service
|
|
- binary: binary
|
|
- id: service_id
|
|
- cluster_name: cluster_mutex
|
|
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: ./samples/worker-cleanup-response.json
|
|
:language: javascript
|