libvirt/tests/qemumonitorjsondata/query-jobs-create.json
Peter Krempa ed56851f1b qemu: monitor: Add infrastructure for 'query-jobs'
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2019-07-18 17:59:33 +02:00

21 lines
401 B
JSON

{
"return": [
{
"current-progress": 1,
"status": "concluded",
"total-progress": 1,
"type": "create",
"id": "createjob-fail",
"error": "Image size must be a multiple of 512 bytes"
},
{
"current-progress": 1,
"status": "concluded",
"total-progress": 1,
"type": "create",
"id": "createjob"
}
],
"id": "libvirt-24"
}