2.5

"share": 100,
"limit": -1,
"reservationExpandable": false
},
"backupStorageAlloc": {
"reservation": 50000,
"shareLevel": "NORMAL",
"share": 100,
"limit": -1,
"reservationExpandable":false
},
"memAlloc": {
"reservation": 500,
"shareLevel": "NORMAL",
"share": 100,
"limit": -1,
"reservationExpandable": true
}
}
The response that the system returns might look as follows.
202 Accepted location : https://example.aurora.com/datadirector/api/task/59
What to do next
Create a database.
Create a Database
When you need an empty database for a new application, you can create it with a database resource template.
The template is configured to allocate resources to the database.
Prerequisites
n
Create an organization. See “Create an Organization,” on page 18.
n
Create a database group. See “Create a Database Group,” on page 20.
n
Enable a base DB template. See “Enable a Base DB Template,” on page 19.
Procedure
1 Retrieve information about database groups.
GET https://example.aurora.com/datadirector/api/dbgroups
2 Retrieve information about the resource template for the organization in which you want to create the
database.
GET https://example.aurora.com/datadirector/api/org/82/resourcetemplates
3 Retrieve information about the base DB template.
GET https://example.aurora.com/datadirector/api/basedbtemplates
Chapter 2 Hello vFabric Data Director: A Simplified RESTful Workflow
VMware, Inc. 21