2.0

"enabled": true,
"endAddress": "10.37.1.100"
},
{
"beginAddress": "10.37.1.105",
"description": "single ip",
"enabled": false,
"endAddress": "10.37.1.105"
}
]
}
},
"name": "Aurora_provision",
"parameterGroupSetting": {
"parameterGroupId": 2
},
"resourceSetting": {
"resourceConfig": {
"cpuReservationMHz": 0,
"highAvailabilityEnabled": true,
"memoryMb": 2000,
"memoryReservationMb": 0,
"priority": "Automatic",
"storageGb": 10,
"swapstorageMb": 3000,
"vCpuNumber": 1
}
},
"takeSnapshotAfterCreation": true
}
The following is an example of the corresponding response.
content-length : 0
location : http://example.aurora.com\
/datadirector/api/task/9
202 Accepted
Deleting a Database
You can only perform this command on an existing database. In this example, the database ID is 25.
Here is an example of the REST API request to delete a database.
DELETE https://example.aurora.com\
/datadirector/api/database/45
Content-type : application/json
Authorization : Basic YWRtaW5AYXVyb3JhLnZtd2FyZS5jb206Y2xvdWRibXM=
Accept : application/json
The following is an example of the corresponding response.
content-length : 0
location : https://example.aurora.com\
/datadirector/api/task/61
202 Accepted
VMware vFabric Data Director API Programming Guide
26 VMware, Inc.