mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-07 03:24:48 +00:00
change some guest agent commands to GET api calls
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
ad1f73b9e4
commit
e6bd703b4e
@ -17,10 +17,10 @@ my $guest_agent_commands = {
|
|||||||
method => 'POST',
|
method => 'POST',
|
||||||
},
|
},
|
||||||
'get-time' => {
|
'get-time' => {
|
||||||
method => 'POST',
|
method => 'GET',
|
||||||
},
|
},
|
||||||
'info' => {
|
'info' => {
|
||||||
method => 'POST',
|
method => 'GET',
|
||||||
},
|
},
|
||||||
'fsfreeze-status' => {
|
'fsfreeze-status' => {
|
||||||
method => 'POST',
|
method => 'POST',
|
||||||
@ -35,19 +35,19 @@ my $guest_agent_commands = {
|
|||||||
method => 'POST',
|
method => 'POST',
|
||||||
},
|
},
|
||||||
'network-get-interfaces' => {
|
'network-get-interfaces' => {
|
||||||
method => 'POST',
|
method => 'GET',
|
||||||
},
|
},
|
||||||
'get-vcpus' => {
|
'get-vcpus' => {
|
||||||
method => 'POST',
|
method => 'GET',
|
||||||
},
|
},
|
||||||
'get-fsinfo' => {
|
'get-fsinfo' => {
|
||||||
method => 'POST',
|
method => 'GET',
|
||||||
},
|
},
|
||||||
'get-memory-blocks' => {
|
'get-memory-blocks' => {
|
||||||
method => 'POST',
|
method => 'GET',
|
||||||
},
|
},
|
||||||
'get-memory-block-info' => {
|
'get-memory-block-info' => {
|
||||||
method => 'POST',
|
method => 'GET',
|
||||||
},
|
},
|
||||||
'suspend-hybrid' => {
|
'suspend-hybrid' => {
|
||||||
method => 'POST',
|
method => 'POST',
|
||||||
|
Loading…
Reference in New Issue
Block a user