
The Database Developer Guide PDF is located in the repo at: apidocs/target/docbkx/webhelp/cdb-devguide-reviewer/cdb-devguide-reviewer.pdf Updated api-doc with Security Groups related API information. Added Security Groups and Security Group Rules as entities and related API calls to the Reddwarf API Docs. Change-Id: I4d559b25413a6138cd7d2fb94c028f8cafde100c
14 lines
483 B
XML
14 lines
483 B
XML
POST /v1.0/1234/instances/098653ba-218b-47ce-936a-e0b749101f81/databases HTTP/1.1
|
|
User-Agent: python-reddwarfclient
|
|
Host: ord.databases.api.rackspacecloud.com
|
|
X-Auth-Token: 87c6033c-9ff6-405f-943e-2deb73f278b7
|
|
Accept: application/xml
|
|
Content-Type: application/xml
|
|
|
|
<databases xmlns="http://docs.openstack.org/database/api/v1.0">
|
|
<database collate="utf8_general_ci" name="testingdb" character_set="utf8"/>
|
|
<database name="anotherdb"/>
|
|
<database name="oneMoreDB"/>
|
|
</databases>
|
|
|