2.5

"memoryMb": 3000,
"memoryReservationMb": 0,
"priority": "Automatic",
"storageGb": 10,
"swapstorageMb": 4500,
"vCpuNumber": 1
}
},
"restartIfNeeded": true
}
The response the system returns might look as follows.
content-length : 0
location : https://example.aurora.com/datadirector/api/task/29
202 Accepted
Add a Database to the Catalog
You can add an existing Data Director database to the database group catalog, and use the catalog database to
create other databases with known characteristics and preloaded data. You cannot directly modify or power
on catalog databases.
Prerequisites
Create a database group.
Procedure
u
Add the database to the catalog with an HTTP POST call.
POST https://example.aurora.com/datadirector/api/catalogs
Content-type : application/json
Authorization : Basic YWRtaW5AYXVyb3JhLnZtd2FyZS5jb206Y2xvdWRibXM=
Accept : application/json
{
"cloneParam": {
"dstDbgId": 26,
"fullClone": true,
"srcDbId": 28
},
"description": "RestApiExample: catalog database",
"name": "Aurora_catalog"
}
The response that the system returns might look as follows.
content-length : 0
location : https://example.aurora.com/datadirector/api/task/36
202 Accepted
Delete a Database
If you have taken care of end of life and backup requirements, you can delete a database, for example, when
the database becomes obsolete.
You can only delete existing databases.
VMware vFabric Data Director Programming Guide
28 VMware, Inc.