2.7

{
"description": "RestApiExample: reconfigure database",
"resourceSetting": {
"resourceConfig": {
"cpuReservationMHz": 0,
"highAvailabilityEnabled": false,
"memoryMb": 3000,
"memoryReservationMb": 0,
"priority": "Automatic",
"swapstorageMb": 4500,
"vCpuNumber": 1
}
},
"diskResizeConfig":{
"instance":[{
"diskId":15,
"diskSizeGb":20
}]
}
}
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
VMware vFabric Data Director Programming Guide
28 VMware, Inc.