6172d2a9a0
This patch adds the following tests: 1) List backup with details 2) Show backup 3) Update backup Partially-Implements: blueprint generating-sample-files Change-Id: I9bbfab93fb138932243d880e440c9524b5f08217
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"backups": [
|
|
{
|
|
"availability_zone": null,
|
|
"container": null,
|
|
"created_at": "2023-06-23T11:56:04.395991",
|
|
"data_timestamp": "2023-06-23T11:56:04.395991",
|
|
"description": "Test backup",
|
|
"fail_reason": null,
|
|
"has_dependent_backups": false,
|
|
"id": "a3469ffa-acb3-427d-b31f-1c93c96b009f",
|
|
"is_incremental": false,
|
|
"links": [
|
|
{
|
|
"href": "http://127.0.0.1:43581/v3/89afd400-b646-4bbc-b12b-c0a4d63e5bd3/backups/a3469ffa-acb3-427d-b31f-1c93c96b009f",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://127.0.0.1:43581/89afd400-b646-4bbc-b12b-c0a4d63e5bd3/backups/a3469ffa-acb3-427d-b31f-1c93c96b009f",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "backup001",
|
|
"object_count": 0,
|
|
"size": 10,
|
|
"snapshot_id": null,
|
|
"status": "creating",
|
|
"updated_at": "2023-06-23T11:56:04.398251",
|
|
"volume_id": "b894eba0-506d-4019-b7b2-8508605017ba"
|
|
}
|
|
]
|
|
} |