Merge "Fix Restore API Documentation"
This commit is contained in:
@@ -1408,7 +1408,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:
|
||||||
|
|
||||||
@@ -1419,7 +1419,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