Merge "api-ref: Clarify os-host GET behavior"
This commit is contained in:
commit
f32483c6e4
@ -48,7 +48,11 @@ Show Host Details
|
|||||||
|
|
||||||
.. rest_method:: GET /v2/{admin_tenant_id}/os-hosts/{host_name}
|
.. rest_method:: GET /v2/{admin_tenant_id}/os-hosts/{host_name}
|
||||||
|
|
||||||
Shows details for a host.
|
Shows volume and snapshot details for a cinder-volume host.
|
||||||
|
|
||||||
|
*Note:* This API is meant specifically for cinder-volume hosts only.
|
||||||
|
It is not valid against other Cinder service hosts or hosts where the
|
||||||
|
cinder-volume service has been disabled.
|
||||||
|
|
||||||
Normal response codes: 200
|
Normal response codes: 200
|
||||||
|
|
||||||
|
@ -49,7 +49,11 @@ Show Host Details for a project
|
|||||||
|
|
||||||
.. rest_method:: GET /v3/{admin_project_id}/os-hosts/{host_name}
|
.. rest_method:: GET /v3/{admin_project_id}/os-hosts/{host_name}
|
||||||
|
|
||||||
Shows details for a host.
|
Shows volume and snapshot details for a cinder-volume host.
|
||||||
|
|
||||||
|
*Note:* This API is meant specifically for cinder-volume hosts only.
|
||||||
|
It is not valid against other Cinder service hosts or hosts where the
|
||||||
|
cinder-volume service has been disabled.
|
||||||
|
|
||||||
Normal response codes: 200
|
Normal response codes: 200
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user