Adding backup size to response documentation.
Implements: Blueprint backup-volume-size Change-Id: I82a63688fdb324bb29acfd740012eb065480aa90
This commit is contained in:
parent
f13990b826
commit
22a5ab0e54
@ -1338,6 +1338,7 @@ Response:
|
||||
"locationRef": null,
|
||||
"name": "testback-backup",
|
||||
"status": "NEW",
|
||||
"size": 2.0,
|
||||
"updated": "2013-05-01T00:00:00"
|
||||
}
|
||||
}
|
||||
@ -1358,6 +1359,7 @@ Response:
|
||||
"locationRef": "http://10.0.0.1:8080/v1/AUTH_xyz/z_CLOUDDB_BACKUPS/aeb6fa4c-932d-4acc-a339-cccfb9f300b2.xbstream.gz",
|
||||
"name": "testback-backup",
|
||||
"status": "COMPLETED",
|
||||
"size": 2.0,
|
||||
"updated": "2013-05-01T00:00:00"
|
||||
}
|
||||
}
|
||||
@ -1379,6 +1381,7 @@ Response:
|
||||
"locationRef": null,
|
||||
"name": "testback-backup",
|
||||
"status": "COMPLETED",
|
||||
"size": 2.0
|
||||
"updated": "2013-05-01T00:00:00"
|
||||
},
|
||||
{
|
||||
@ -1389,6 +1392,7 @@ Response:
|
||||
"locationRef": null,
|
||||
"name": "testback-backup2",
|
||||
"status": "COMPLETED",
|
||||
"size": 1.9
|
||||
"updated": "2013-05-04T00:00:00"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user