With this email[0], you must migrate API reference docs into RST. The conf.py and the tox environment are also cribbed from nova. Still need to retain the install_command in tox.ini, otherwise the api-ref job fails. [0] http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html Co-Authored-By: Anne Gentle <agentle@cisco.com> Co-Authored-By: Amrith Kumar <amrith@tesora.com> Change-Id: I3315261aa18729fa7a6aa79d4a1d6c24de1e2c6b
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "backups": [
 | 
						|
        {
 | 
						|
            "created": "2014-10-30T12:30:00",
 | 
						|
            "datastore": {
 | 
						|
                "type": "mysql",
 | 
						|
                "version": "5.5",
 | 
						|
                "version_id": "b00000b0-00b0-0b00-00b0-000b000000bb"
 | 
						|
            },
 | 
						|
            "description": "My Backup",
 | 
						|
            "id": "a9832168-7541-4536-b8d9-a8a9b79cf1b4",
 | 
						|
            "instance_id": "44b277eb-39be-4921-be31-3d61b43651d7",
 | 
						|
            "locationRef": "http://localhost/path/to/backup",
 | 
						|
            "name": "snapshot",
 | 
						|
            "parent_id": null,
 | 
						|
            "size": 0.14,
 | 
						|
            "status": "COMPLETED",
 | 
						|
            "updated": "2014-10-30T12:30:00"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "created": "2014-10-30T12:30:00",
 | 
						|
            "datastore": {
 | 
						|
                "type": "mysql",
 | 
						|
                "version": "5.5",
 | 
						|
                "version_id": "b00000b0-00b0-0b00-00b0-000b000000bb"
 | 
						|
            },
 | 
						|
            "description": "My Incremental Backup",
 | 
						|
            "id": "2e351a71-dd28-4bcb-a7d6-d36a5b487173",
 | 
						|
            "instance_id": "44b277eb-39be-4921-be31-3d61b43651d7",
 | 
						|
            "locationRef": "http://localhost/path/to/backup",
 | 
						|
            "name": "Incremental Snapshot",
 | 
						|
            "parent_id": "a9832168-7541-4536-b8d9-a8a9b79cf1b4",
 | 
						|
            "size": 0.14,
 | 
						|
            "status": "COMPLETED",
 | 
						|
            "updated": "2014-10-30T12:30:00"
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |