2.0

Here is an example of the REST API request to create a database with these assumptions.
POST https://example.aurora.com\
/datadirector/api/database\
/98?action=restore&backupid=3
Content-Type : application/json
Authorization : Basic YWRtaW5AYXVyb3JhLnZtd2FyZS5jb206Y2xvdWRibXM=
Accept : application/json
The following is an example of the corresponding response. This response includes a task in header that tracks
the restore.
202 Accepted
location : https://example.aurora.com\
/datadirector/api/task/83
VMware vFabric Data Director API Programming Guide
36 VMware, Inc.