Merge "api-ref: include links on backups list and details"
This commit is contained in:
commit
fb9e391476
@ -99,6 +99,7 @@ Response Parameters
|
||||
- metadata: metadata_backup
|
||||
- user_id: user_id_backup
|
||||
- encryption_key_id: encryption_key_id
|
||||
- backup_links: backup_links_optional
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -418,6 +419,7 @@ Response Parameters
|
||||
- links: links_backup
|
||||
- name: name_backup
|
||||
- count: count
|
||||
- backup_links: backup_links_optional
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
|
@ -664,6 +664,16 @@ backup_id:
|
||||
required: false
|
||||
type: string
|
||||
min_version: 3.47
|
||||
backup_links_optional:
|
||||
description: |
|
||||
An array containing an object with the following fields:
|
||||
``"rel"`` with the value ``"next"`` and ``href``,
|
||||
whose value is a link to the next page of backups.
|
||||
Only appears when there are more backups than are
|
||||
listed in the current response.
|
||||
in: body
|
||||
required: false
|
||||
type: array
|
||||
backup_record:
|
||||
description: |
|
||||
An object recording volume backup metadata, including ``backup_service``
|
||||
|
Loading…
x
Reference in New Issue
Block a user