Fully remove dump endpoing; data is now in output

This commit is contained in:
Joshua Boniface 2019-07-25 16:46:03 -04:00
parent 8071fb87d7
commit 1d944f5627
1 changed files with 0 additions and 8 deletions

View File

@ -274,14 +274,6 @@ def api_vm_root(vm):
else: else:
return pvcapi.vm_undefine(vm) return pvcapi.vm_undefine(vm)
#@api.route('/api/v1/vm/<vm>/dump', methods=['GET'])
#@authenticator
#def api_vm_dump(vm):
# """
# Dump the Libvirt XML configuration of a virtual machine named VM.
# """
# return pvcapi.vm_dump(vm)
@api.route('/api/v1/vm/<vm>/state', methods=['GET', 'POST']) @api.route('/api/v1/vm/<vm>/state', methods=['GET', 'POST'])
@authenticator @authenticator
def api_vm_state(vm): def api_vm_state(vm):