[Doc] Fix status and parameters of vol connection api
The response 'status' of initialize connection is 200, and the "connector" parameter is required in initialize/terminate connection API request. This patch try to fix these wrong content. Change-Id: I9d8c7c951b03f10fa29e3b3cc107a17e37b0e2bc
This commit is contained in:
parent
27c7829d50
commit
892e402c8e
@ -821,7 +821,7 @@ Request
|
|||||||
- project_id: project_id_path
|
- project_id: project_id_path
|
||||||
- volume_id: volume_id_path
|
- volume_id: volume_id_path
|
||||||
- os-terminate_connection: os-terminate_connection
|
- os-terminate_connection: os-terminate_connection
|
||||||
- connector: connector
|
- connector: connector_required
|
||||||
|
|
||||||
Request Example
|
Request Example
|
||||||
---------------
|
---------------
|
||||||
@ -844,7 +844,7 @@ Response codes
|
|||||||
|
|
||||||
.. rest_status_code:: success ../status.yaml
|
.. rest_status_code:: success ../status.yaml
|
||||||
|
|
||||||
- 202
|
- 200
|
||||||
|
|
||||||
|
|
||||||
Request
|
Request
|
||||||
@ -855,7 +855,7 @@ Request
|
|||||||
- project_id: project_id_path
|
- project_id: project_id_path
|
||||||
- volume_id: volume_id_path
|
- volume_id: volume_id_path
|
||||||
- os-initialize_connection: os-initialize_connection
|
- os-initialize_connection: os-initialize_connection
|
||||||
- connector: connector
|
- connector: connector_required
|
||||||
|
|
||||||
Request Example
|
Request Example
|
||||||
---------------
|
---------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user