2.5
Table Of Contents
"extendedCreationConfig": {
"ingestExternalDb": {
"ingestionSource": {
"address": "198.51.100.255:/nfs",
"catalogStart": "cirrus_11g/BAK6_checkpfile/",
"controlFilePath":"c_11g/BAK6_checkpfile/BAK0_1_DIFF_DATA/o1_mf_s_789117626_80l1otww_.bkp",
"networkSpeedLimitMb": 100,
"optionalPfile": "cirrus_11g/BAK6_checkpfile/initORAC.ora",
"refreshPoint": 134276868000
"relativePath": "dperson/BAK1_L0"
}
"ingestionStartTime": 1350543745958L
}
},
"name": "ORAC",
"resourceSetting": {
"resourceTemplateId": 21
}
}
The response that the system returns might look as follows.
content-length : 0
location : https://example.aurora.com/datadirector/api/task/221
202 Accepted
Clone a Database
In Data Director, you can clone a database. You have a choice of cloning operations that include full database
clone, linked database clone, and schema only clone. You can customize the clone's database settings and
backup settings during clone creation.
See the vFabric Data Director Administrator and User Guide for a discussion of cloning. The API supports all clone
operations that the Data Director UI supports.
The example assumes that you have created the target database group and that the database group ID is 26.
Procedure
u
Use an HTTP POST call to create the clone.
POST https://example.aurora.com/datadirector/api/database/28/clones
Content-type : application/json
Authorization : Basic YWRtaW5AYXVyb3JhLnZtd2FyZS5jb206Y2xvdWRibXM=
Accept : application/json
{
"clonePoint": {
"cloneNow": {}
},
"cloneTarget": {
"cloneBothSchemaAndData": {
"fullClone": true
}
},
VMware vFabric Data Director Programming Guide
26 VMware, Inc.