Merge "[api-ref] Show more specific parameter of capabilities"
This commit is contained in:
commit
196618ac05
@ -10,9 +10,10 @@ Shows capabilities for a storage back end.
|
||||
Show back-end capabilities
|
||||
==========================
|
||||
|
||||
.. rest_method:: GET /v2/{tenant_id}/capabilities/{hostname}
|
||||
.. rest_method:: GET /v2/{tenant_id}/capabilities/{host}
|
||||
|
||||
Shows capabilities for a storage back end.
|
||||
Shows capabilities for a storage back end on the host.
|
||||
The ``host`` takes the form of ``hostname@volume_backend_name``.
|
||||
|
||||
|
||||
Normal response codes: 200
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"namespace": "OS::Storage::Capabilities::fake",
|
||||
"vendor_name": "OpenStack",
|
||||
"volume_backend_name": "lvm",
|
||||
"volume_backend_name": "lvmdriver-1",
|
||||
"pool_name": "pool",
|
||||
"driver_version": "2.0.0",
|
||||
"storage_protocol": "iSCSI",
|
||||
|
@ -10,10 +10,10 @@ Shows capabilities for a storage back end.
|
||||
Show all back-end capabilities
|
||||
==============================
|
||||
|
||||
.. rest_method:: GET /v3/{tenant_id}/capabilities/{hostname}
|
||||
|
||||
Shows capabilities for a storage back end.
|
||||
.. rest_method:: GET /v3/{tenant_id}/capabilities/{host}
|
||||
|
||||
Shows capabilities for a storage back end on the host.
|
||||
The ``host`` takes the form of ``hostname@volume_backend_name``.
|
||||
|
||||
Normal response codes: 200
|
||||
Error response codes:
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"namespace": "OS::Storage::Capabilities::fake",
|
||||
"vendor_name": "OpenStack",
|
||||
"volume_backend_name": "lvm",
|
||||
"volume_backend_name": "lvmdriver-1",
|
||||
"pool_name": "pool",
|
||||
"driver_version": "2.0.0",
|
||||
"storage_protocol": "iSCSI",
|
||||
|
Loading…
Reference in New Issue
Block a user