method verification of os-assisted-volume-snapshots

Verified the API document for os-assisted-volume-snapshots
with source for methods available and response codes.

Part of bp:api-ref-in-rst

Change-Id: I9357377750e7c373c283edd73cbf65ad42c22e66
This commit is contained in:
Sivasathurappan Radhakrishnan 2016-05-10 23:01:56 +00:00
parent cc76e80854
commit fcce6781e2
1 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,4 @@
.. -*- rst -*-
.. needs:method_verification
.. needs:parameter_verification
.. needs:example_verification
.. needs:body_verification
@ -23,8 +22,7 @@ Creates an assisted volume snapshot.
Normal response codes: 200
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
Error response codes: badRequest(400),unauthorized(401), forbidden(403)
Request
-------
@ -70,8 +68,8 @@ DELETE /os-assisted-volume-snapshots?delete_info='{"volume_id": "521752a6-acf6-4
Normal response codes: 204
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
Error response codes: badRequest(400), unauthorized(401), forbidden(403),
itemNotFound(404)
Request
-------