Files
database-api/apidocs/target/generated-resources/normalized/api/v1.0/samples/db-mgmt-get-usage-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

32 lines
851 B
JSON

HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 533
Date: Mon, 07 Jan 2013 21:50:53 GMT
{
"usage": [
{
"dataCenter": "DEV1",
"dbaas:product": {
"memory": 512,
"resourceType": "MYSQL",
"serviceCode": "CloudDatabase",
"storage": 1,
"version": "1"
},
"endTime": "2013-01-07 16:00:00",
"environment": "LOCAL",
"id": "0f781f37-ef6d-4978-8dbc-f26d29a255a6",
"region": "LOCAL_DEV",
"resourceId": "ac019a26-acb5-4591-b337-9bbfa8e85727",
"resourceName": "test_instance",
"rootAction": "reddwarf.instance.exists",
"startTime": "2013-01-06 15:59:00",
"tenantId": "d91c1201-6136-4b1e-aa16-45380d8733b8",
"type": "USAGE",
"version": "1"
}
]
}