Correct API URLs

Change-Id: I0ddc1fd95216264b7f6e36e17781d54a24b5ba46
This commit is contained in:
Hiroaki Kobayashi 2018-04-17 16:10:10 +09:00
parent fcef4ce011
commit b11e8f248f
1 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ Hosts
List Hosts
==========
.. rest_method:: GET v1/os_hosts
.. rest_method:: GET v1/os-hosts
List hosts.
@ -53,7 +53,7 @@ Response
Create Host
===========
.. rest_method:: POST v1/os_hosts
.. rest_method:: POST v1/os-hosts
Create a host.
@ -107,7 +107,7 @@ Response
Show Host Details
=================
.. rest_method:: GET v1/os_hosts/{host_id}
.. rest_method:: GET v1/os-hosts/{host_id}
Show details of a host.
@ -159,7 +159,7 @@ Response
Update Host
===========
.. rest_method:: PUT v1/os_hosts/{host_id}
.. rest_method:: PUT v1/os-hosts/{host_id}
Update a host.
@ -217,7 +217,7 @@ Response
Delete Host
===========
.. rest_method:: DELETE v1/os_hosts/{host_id}
.. rest_method:: DELETE v1/os-hosts/{host_id}
Delete a host.