mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-05 20:09:38 +00:00
external snapshot implementation
This commit is contained in:
3
instances/urls.py
Normal file → Executable file
3
instances/urls.py
Normal file → Executable file
@@ -39,6 +39,9 @@ urlpatterns = [
|
||||
path("<int:pk>/snapshot/", views.snapshot, name="snapshot"),
|
||||
path("<int:pk>/delete_snapshot/", views.delete_snapshot, name="delete_snapshot"),
|
||||
path("<int:pk>/revert_snapshot/", views.revert_snapshot, name="revert_snapshot"),
|
||||
path("<int:pk>/create_external_snapshot/", views.create_external_snapshot, name="create_external_snapshot"),
|
||||
path("<int:pk>/revert_external_snapshot/", views.revert_external_snapshot, name="revert_external_snapshot"),
|
||||
path("<int:pk>/delete_external_snapshot/", views.delete_external_snapshot, name="delete_external_snapshot"),
|
||||
path("<int:pk>/set_vcpu/", views.set_vcpu, name="set_vcpu"),
|
||||
path("<int:pk>/set_vcpu_hotplug/", views.set_vcpu_hotplug, name="set_vcpu_hotplug"),
|
||||
path("<int:pk>/set_autostart/", views.set_autostart, name="set_autostart"),
|
||||
|
||||
Reference in New Issue
Block a user