Files
database-api/apidocs/target/generated-resources/normalized/api/v1.0/samples/db-create-database-instance-response.json
Nikhil Manchanda e434448adb Gerrit Review for Database Developer Guide
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
2013-05-02 13:24:14 -05:00

42 lines
1.3 KiB
JSON

HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 632
Date: Mon, 28 Nov 2011 21:35:41 GMT
{
"instance": {
"created": "2011-11-03T15:55:26Z",
"flavor": {
"id": "1",
"links": [
{
"href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1",
"rel": "self"
},
{
"href": "https://ord.databases.api.rackspacecloud.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostname": "d735f61b985bb003a61dc72948dbf4e7174da12c.rackspaceclouddb.com",
"id": "00ff11ee-22dd-33cc-44bb-55aa66007799",
"links": [
{
"href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/00ff11ee-22dd-33cc-44bb-55aa66007799",
"rel": "self"
},
{
"href": "https://ord.databases.api.rackspacecloud.com/instances/00ff11ee-22dd-33cc-44bb-55aa66007799",
"rel": "bookmark"
}
],
"name": "myrackinstance",
"status": "BUILD",
"updated": "2011-11-03T15:55:27Z",
"volume": {
"size": "2"
}
}
}