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
		
			
				
	
	
		
			81 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			81 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
HTTP/1.1 200 OK
 | 
						|
Content-Type: application/json
 | 
						|
Via: 1.1 Repose (Repose/2.6.7)
 | 
						|
Content-Length: 1404
 | 
						|
Date: Mon, 18 Mar 2013 19:09:18 GMT
 | 
						|
Server: Jetty(8.0.y.z-SNAPSHOT)
 | 
						|
 | 
						|
{
 | 
						|
    "instance": {
 | 
						|
        "created": "2013-03-18T19:09:17", 
 | 
						|
        "deleted": false, 
 | 
						|
        "deleted_at": null, 
 | 
						|
        "flavor": {
 | 
						|
            "id": "3", 
 | 
						|
            "links": [
 | 
						|
                {
 | 
						|
                    "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/3", 
 | 
						|
                    "rel": "self"
 | 
						|
                }, 
 | 
						|
                {
 | 
						|
                    "href": "https://ord.databases.api.rackspacecloud.com/flavors/3", 
 | 
						|
                    "rel": "bookmark"
 | 
						|
                }
 | 
						|
            ]
 | 
						|
        }, 
 | 
						|
        "guest_status": {
 | 
						|
            "state_description": "running"
 | 
						|
        }, 
 | 
						|
        "id": "44b277eb-39be-4921-be31-3d61b43651d7", 
 | 
						|
        "links": [
 | 
						|
            {
 | 
						|
                "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7", 
 | 
						|
                "rel": "self"
 | 
						|
            }, 
 | 
						|
            {
 | 
						|
                "href": "https://ord.databases.api.rackspacecloud.com/instances/44b277eb-39be-4921-be31-3d61b43651d7", 
 | 
						|
                "rel": "bookmark"
 | 
						|
            }
 | 
						|
        ], 
 | 
						|
        "name": "json_rack_instance", 
 | 
						|
        "root_enabled": "2013-03-18T19:09:17", 
 | 
						|
        "root_enabled_by": null, 
 | 
						|
        "server": {
 | 
						|
            "addresses": {
 | 
						|
                "private": [
 | 
						|
                    {
 | 
						|
                        "addr": "123.123.123.123"
 | 
						|
                    }
 | 
						|
                ]
 | 
						|
            }, 
 | 
						|
            "deleted": false, 
 | 
						|
            "deleted_at": null, 
 | 
						|
            "host": "hostname_1", 
 | 
						|
            "id": "48996795-5fd8-4bf7-8b33-3824a86f3b19", 
 | 
						|
            "local_id": 0, 
 | 
						|
            "name": "json_rack_instance", 
 | 
						|
            "status": "ACTIVE", 
 | 
						|
            "tenant_id": "3000"
 | 
						|
        }, 
 | 
						|
        "service_status": "ACTIVE", 
 | 
						|
        "status": "ACTIVE", 
 | 
						|
        "task_description": "No tasks for the instance.", 
 | 
						|
        "tenant_id": "3000", 
 | 
						|
        "updated": "2013-03-18T19:09:18", 
 | 
						|
        "volume": {
 | 
						|
            "attachments": [
 | 
						|
                {
 | 
						|
                    "device": "vdb", 
 | 
						|
                    "server_id": "48996795-5fd8-4bf7-8b33-3824a86f3b19"
 | 
						|
                }
 | 
						|
            ], 
 | 
						|
            "availability_zone": "fake-availability-zone", 
 | 
						|
            "created_at": "2001-01-01-12:30:30", 
 | 
						|
            "id": "VOL_70110787-f822-4cdf-8ead-44d25082befd", 
 | 
						|
            "size": 4, 
 | 
						|
            "status": "in-use", 
 | 
						|
            "used": 0.16368598397821188
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |