Merge "update API documentation for Ceph Monitors"

This commit is contained in:
Zuul 2020-12-30 17:30:42 +00:00 committed by Gerrit Code Review
commit 5d5df6d127
1 changed files with 2 additions and 2 deletions

View File

@ -11092,7 +11092,7 @@ itemNotFound (404)
Deletes a specific ceph monitor
***********************************
.. rest_method:: DELETE /v1/ceph_mon/{ceph_mon_id}
.. rest_method:: DELETE /v1/ceph_mon/{host_uuid}
Delete a ceph monitor.
@ -11106,7 +11106,7 @@ Delete a ceph monitor.
:header: "Parameter", "Style", "Type", "Description"
:widths: 20, 20, 20, 60
"ceph_mon_id", "URI", "csapi:UUID", "The unique identifier of a Ceph monitor."
"host_uuid", "URI", "csapi:UUID", "The host UUID that the Ceph monitor belongs to."
This operation does not accept a request body.