Merge "[api-ref] Add cascade to volume delete"
This commit is contained in:
commit
5faa626f80
@ -19,6 +19,12 @@ backup_id:
|
|||||||
in: path
|
in: path
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
cascade:
|
||||||
|
description: |
|
||||||
|
Remove any snapshots along with the volume. Default=False.
|
||||||
|
in: path
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
cgsnapshot_id_1:
|
cgsnapshot_id_1:
|
||||||
description: |
|
description: |
|
||||||
The ID of the consistency group snapshot.
|
The ID of the consistency group snapshot.
|
||||||
|
@ -454,6 +454,7 @@ Request
|
|||||||
|
|
||||||
- tenant_id: tenant_id
|
- tenant_id: tenant_id
|
||||||
- volume_id: volume_id
|
- volume_id: volume_id
|
||||||
|
- cascade: cascade
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,6 +31,12 @@ backup_id:
|
|||||||
in: path
|
in: path
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
cascade:
|
||||||
|
description: |
|
||||||
|
Remove any snapshots along with the volume. Default=False.
|
||||||
|
in: path
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
cgsnapshot_id_1:
|
cgsnapshot_id_1:
|
||||||
description: |
|
description: |
|
||||||
The ID of the consistency group snapshot.
|
The ID of the consistency group snapshot.
|
||||||
|
@ -458,6 +458,7 @@ Request
|
|||||||
|
|
||||||
- project_id: project_id_path
|
- project_id: project_id_path
|
||||||
- volume_id: volume_id
|
- volume_id: volume_id
|
||||||
|
- cascade: cascade
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user