虚拟机快照与磁盘快照

虚拟机快照

如下是请求参数格式:
{"action":{"perform":"snapshot_create","params":{"snapshot_name":"test-snapshot-01"}},"csrftoken":"342fa4820296edeb42847f7919a7f3f2"}:

磁盘快照

如下是请求参数格式:
{"action":{"perform":"saveas","params":{"disk_id":"1","image_name":"test-001","type":"","hot":true,"clonetemplate":false}},"csrftoken":"342fa4820296edeb42847f7919a7f3f2"}:


{"action":{"perform":"saveas","params":{"disk_id":"1","image_name":"test-disk-snapshot-01","type":"","hot":true,"clonetemplate":false}},"csrftoken":"342fa4820296edeb42847f7919a7f3f2"}:

 -------------------------------错误的消息格式-----------------------------------------------------------------

{ id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.,
creator: DNT,date: 2014-09-18,time: 01:54:27,type: ERROR_MSG },
{ id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.,
creator: DNT,date: 2014-09-18,time: 01:54:37,type: ERROR_MSG },
{ id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.,
creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
{ id: -1,content: [VirtualMachineSaveDisk] VM has to be RUNNING, POWEROFF or SUSPENDED to snapshot disks.,
creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
{ id: -1,content: [VirtualMachineSaveDisk] VM has to be RUNNING, POWEROFF or SUSPENDED to snapshot disks.,
creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
{ id: -1,content: [VirtualMachineSaveDisk] VM has to be RUNNING, POWEROFF or SUSPENDED to snapshot disks.,
creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
{ id: -1,content: [VirtualMachineSaveDisk] VM has to be RUNNING, POWEROFF or SUSPENDED to snapshot disks.,
creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
{ id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.,
creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
{ id: -1,content: [VirtualMachineSaveDisk] VM has to be RUNNING, POWEROFF or SUSPENDED to snapshot disks.,
creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
{ id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.
,creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
{ id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.
,creator: DNT,date: 2014-09-18,time: 01:55:11,type: ERROR_MSG },
{ id: -1,content: [VirtualMachineSaveDisk] Error allocating a new image. NAME is already taken by IMAGE 265.
,creator: DNT,date: 2014-09-18,time: 02:01:29,type: ERROR_MSG }

原文地址:https://www.cnblogs.com/heidsoft/p/3979398.html