cinder/api-ref/source/v3/samples/backups/backup-create-request.json
Haleema khan ed2115a6f3 Automate generation of backups api-ref samples
This patch adds the following tests:

1) Backup create

Partially-Implements: blueprint generating-sample-files

Change-Id: Ibe820e8906e6dfdf71a9fc77f3091ccd747f033c
2023-05-23 20:42:57 +00:00

11 lines
262 B
JSON

{
"backup": {
"container": null,
"description": "Test backup",
"name": "backup001",
"volume_id": "0aa67a0c-7339-4be6-b5d5-2afe21ca270c",
"incremental": false,
"snapshot_id": null,
"force": false
}
}