Api-ref: Update doc for show backups
Now cinder has supported to query project id of a given backup since V3.18 after the patch [1]. This patch added the related api-ref. [1] I6fde17baffe88ab4d4e69dcc2fefdbcb8d7a4dc5 Change-Id: Ie581b33964bf24689cf0ab099b8c7341af4aeb4b
This commit is contained in:
parent
72800e6b22
commit
a19518ce9d
api-ref/source/v3
@ -87,6 +87,7 @@ Response Parameters
|
||||
- is_incremental: is_incremental
|
||||
- data_timestamp: data_timestamp
|
||||
- snapshot_id: snapshot_id_2
|
||||
- os-backup-project-attr:project_id: os-backup-project-attr:project_id
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -139,6 +140,7 @@ Response Parameters
|
||||
- is_incremental: is_incremental
|
||||
- data_timestamp: data_timestamp
|
||||
- snapshot_id: snapshot_id_2
|
||||
- os-backup-project-attr:project_id: os-backup-project-attr:project_id
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
|
@ -1383,6 +1383,16 @@ os-attach:
|
||||
in: body
|
||||
required: true
|
||||
type: object
|
||||
os-backup-project-attr:project_id:
|
||||
description: |
|
||||
The UUID of the owning project.
|
||||
in: body
|
||||
required: true
|
||||
type: string.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
min_version: 3.18
|
||||
os-detach:
|
||||
description: |
|
||||
The ``os-detach`` action.
|
||||
|
@ -18,8 +18,10 @@
|
||||
],
|
||||
"name": "backup001",
|
||||
"object_count": 22,
|
||||
"os-backup-project-attr:project_id": "2c67a14be9314c5dae2ee6c4ec90cf0b",
|
||||
"size": 1,
|
||||
"status": "available",
|
||||
"updated_at": "2013-04-02T10:35:27.000000",
|
||||
"volume_id": "e5185058-943a-4cb4-96d9-72c184c337d6",
|
||||
"is_incremental": true,
|
||||
"has_dependent_backups": false
|
||||
|
@ -19,8 +19,10 @@
|
||||
],
|
||||
"name": "backup001",
|
||||
"object_count": 22,
|
||||
"os-backup-project-attr:project_id": "2c67a14be9314c5dae2ee6c4ec90cf0b",
|
||||
"size": 1,
|
||||
"status": "available",
|
||||
"updated_at": "2013-04-02T10:35:27.000000",
|
||||
"volume_id": "e5185058-943a-4cb4-96d9-72c184c337d6",
|
||||
"is_incremental": true,
|
||||
"has_dependent_backups": false
|
||||
@ -44,8 +46,10 @@
|
||||
],
|
||||
"name": "backup002",
|
||||
"object_count": 22,
|
||||
"os-backup-project-attr:project_id": "2c67a14be9314c5dae2ee6c4ec90cf0b",
|
||||
"size": 1,
|
||||
"status": "available",
|
||||
"updated_at": "2013-04-02T10:21:48.000000",
|
||||
"volume_id": "e5185058-943a-4cb4-96d9-72c184c337d6",
|
||||
"is_incremental": true,
|
||||
"has_dependent_backups": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user