Merge "Complete method Verification of os-hypervisors"
This commit is contained in:
commit
1801a48cc6
@ -1,5 +1,4 @@
|
|||||||
.. -*- rst -*-
|
.. -*- rst -*-
|
||||||
.. needs:method_verification
|
|
||||||
.. needs:parameter_verification
|
.. needs:parameter_verification
|
||||||
.. needs:example_verification
|
.. needs:example_verification
|
||||||
.. needs:body_verification
|
.. needs:body_verification
|
||||||
@ -19,10 +18,11 @@ List Hypervisors
|
|||||||
|
|
||||||
Lists hypervisors.
|
Lists hypervisors.
|
||||||
|
|
||||||
|
Policy defaults enable only users with the administrative role to perform this operation. Cloud providers can change these permissions through the ``policy.json`` file.
|
||||||
|
|
||||||
Normal response codes: 200
|
Normal response codes: 200
|
||||||
|
|
||||||
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
|
Error response codes: unauthorized(401), forbidden(403)
|
||||||
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
|
|
||||||
|
|
||||||
Request
|
Request
|
||||||
-------
|
-------
|
||||||
@ -46,6 +46,8 @@ List Hypervisors Details
|
|||||||
|
|
||||||
Lists hypervisors details.
|
Lists hypervisors details.
|
||||||
|
|
||||||
|
Policy defaults enable only users with the administrative role to perform this operation. Cloud providers can change these permissions through the ``policy.json`` file.
|
||||||
|
|
||||||
Normal response codes: 200
|
Normal response codes: 200
|
||||||
|
|
||||||
Error response codes: unauthorized(401), forbidden(403)
|
Error response codes: unauthorized(401), forbidden(403)
|
||||||
@ -72,10 +74,11 @@ Show Hypervisor Statistics
|
|||||||
|
|
||||||
Shows summary statistics for all hypervisors over all compute nodes.
|
Shows summary statistics for all hypervisors over all compute nodes.
|
||||||
|
|
||||||
|
Policy defaults enable only users with the administrative role to perform this operation. Cloud providers can change these permissions through the ``policy.json`` file.
|
||||||
|
|
||||||
Normal response codes: 200
|
Normal response codes: 200
|
||||||
|
|
||||||
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
|
Error response codes: unauthorized(401), forbidden(403)
|
||||||
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
|
|
||||||
|
|
||||||
Request
|
Request
|
||||||
-------
|
-------
|
||||||
@ -99,10 +102,12 @@ Show Hypervisor Details
|
|||||||
|
|
||||||
Shows details for a hypervisor.
|
Shows details for a hypervisor.
|
||||||
|
|
||||||
|
Policy defaults enable only users with the administrative role to perform this operation. Cloud providers can change these permissions thro
|
||||||
|
ugh the ``policy.json`` file.
|
||||||
|
|
||||||
Normal response codes: 200
|
Normal response codes: 200
|
||||||
|
|
||||||
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
|
Error response codes: unauthorized(401), forbidden(403), itemNotFound(404)
|
||||||
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
|
|
||||||
|
|
||||||
Request
|
Request
|
||||||
-------
|
-------
|
||||||
@ -127,10 +132,12 @@ Show Hypervisor Uptime
|
|||||||
|
|
||||||
Shows the uptime for a hypervisor.
|
Shows the uptime for a hypervisor.
|
||||||
|
|
||||||
|
Policy defaults enable only users with the administrative role to perform this operation. Cloud providers can change these permissions thro
|
||||||
|
ugh the ``policy.json`` file.
|
||||||
|
|
||||||
Normal response codes: 200
|
Normal response codes: 200
|
||||||
|
|
||||||
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
|
Error response codes: unauthorized(401), forbidden(403), itemNotFound(404), NotImplemented(501)
|
||||||
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
|
|
||||||
|
|
||||||
Request
|
Request
|
||||||
-------
|
-------
|
||||||
@ -155,6 +162,9 @@ Search Hypervisor
|
|||||||
|
|
||||||
Search hypervisor by given hypervisor id.
|
Search hypervisor by given hypervisor id.
|
||||||
|
|
||||||
|
Policy defaults enable only users with the administrative role to perform this operation. Cloud providers can change these permissions thro
|
||||||
|
ugh the ``policy.json`` file.
|
||||||
|
|
||||||
Normal response code: 200
|
Normal response code: 200
|
||||||
|
|
||||||
Error response codes: unauthorized(401), forbidden(403), itemNotFound(404)
|
Error response codes: unauthorized(401), forbidden(403), itemNotFound(404)
|
||||||
@ -182,6 +192,9 @@ List Hypervisor Servers
|
|||||||
|
|
||||||
List all servers belong to given hypervisor.
|
List all servers belong to given hypervisor.
|
||||||
|
|
||||||
|
Policy defaults enable only users with the administrative role to perform this operation. Cloud providers can change these permissions thro
|
||||||
|
ugh the ``policy.json`` file.
|
||||||
|
|
||||||
Normal response code: 200
|
Normal response code: 200
|
||||||
|
|
||||||
Error response codes: unauthorized(401), forbidden(403), itemNotFound(404)
|
Error response codes: unauthorized(401), forbidden(403), itemNotFound(404)
|
||||||
|
Loading…
Reference in New Issue
Block a user