Fix Restore API Documentation
backup_id should have been restorePoint with nested backupRef fixed 'users' api where database should be databases Fixes: bug #1196695 Change-Id: If10e3813a241fed229837a460ef55cc62f334487
This commit is contained in:
@@ -420,7 +420,7 @@ Additional required attributes:
|
|||||||
|
|
||||||
Specifies the user password for database access.
|
Specifies the user password for database access.
|
||||||
|
|
||||||
- `database` (list)
|
- `databases` (list)
|
||||||
|
|
||||||
- `name` (string)
|
- `name` (string)
|
||||||
Name of the database that the user can access. One or more database names
|
Name of the database that the user can access. One or more database names
|
||||||
@@ -1395,7 +1395,7 @@ provisions the instance with the requested flavor and sets up a volume of the
|
|||||||
specified size, which is the storage for the database instance.
|
specified size, which is the storage for the database instance.
|
||||||
|
|
||||||
Finally, this will restore a copy of the database based on the specified
|
Finally, this will restore a copy of the database based on the specified
|
||||||
backup id.
|
'backupRef' of 'restorePoint'.
|
||||||
|
|
||||||
Request:
|
Request:
|
||||||
|
|
||||||
@@ -1406,7 +1406,9 @@ Request:
|
|||||||
"volume": {
|
"volume": {
|
||||||
"size": 2
|
"size": 2
|
||||||
},
|
},
|
||||||
"backup_id": "aeb6fa4c-932d-4acc-a339-cccfb9f300b3"
|
"restorePoint": {
|
||||||
|
"backupRef": "aeb6fa4c-932d-4acc-a339-cccfb9f300b3"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user