Merge "Fix create backup API document"
This commit is contained in:
commit
9bfc74428d
@ -1490,7 +1490,7 @@ snapshot_id_2:
|
|||||||
description: |
|
description: |
|
||||||
The UUID of the source volume snapshot.
|
The UUID of the source volume snapshot.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
source_cgid:
|
source_cgid:
|
||||||
description: |
|
description: |
|
||||||
|
@ -263,7 +263,7 @@ Create a backup
|
|||||||
|
|
||||||
.. rest_method:: POST /v3/{project_id}/backups
|
.. rest_method:: POST /v3/{project_id}/backups
|
||||||
|
|
||||||
Creates a Block Storage backup from a volume.
|
Creates a Block Storage backup from a volume or snapshot.
|
||||||
|
|
||||||
Response codes
|
Response codes
|
||||||
--------------
|
--------------
|
||||||
|
@ -2423,11 +2423,9 @@ snapshot_id_2:
|
|||||||
type: string
|
type: string
|
||||||
snapshot_id_3:
|
snapshot_id_3:
|
||||||
description: |
|
description: |
|
||||||
The UUID of the source volume snapshot. The API
|
The UUID of the source snapshot that you want to back up.
|
||||||
creates a new volume snapshot with the same size as the source
|
|
||||||
volume snapshot unless a larger size is requested.
|
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
snapshot_id_4:
|
snapshot_id_4:
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
Reference in New Issue
Block a user