nova/doc/api_samples/os-create-backup/v2.45/create-backup-req.json
Matt Riedemann 66b0cf3337 2.45: Remove Location header from createImage and createBackup responses
This changes the response for the createImage and createBackup
server action APIs to no longer return a Location header and instead
returns a json dict body with the snapshot image ID. This is done
in a new microversion.

Implements blueprint remove-create-image-location-header-response

Closes-Bug: #1679285

Change-Id: Idc899ee76b8265b1c9e0871b6c7c277424cdd442
2017-04-25 15:52:14 -04:00

8 lines
115 B
JSON

{
"createBackup": {
"name": "Backup 1",
"backup_type": "weekly",
"rotation": 1
}
}