mirror of
https://github.com/OVERLORD7F/SVMU.git
synced 2025-10-01 21:52:47 +03:00
Update README.md
This commit is contained in:
22
README.md
22
README.md
@@ -1,4 +1,24 @@
|
|||||||
# SpaceVM_VM_Utility
|
# SpaceVM_VM_Utility
|
||||||
Utility to manage Virtual Machines in SpaceVM.
|
Utility to manage Virtual Machines in SpaceVM.
|
||||||
|
|
||||||
Written in python, uses API to collect and manage existing Virtual Machines in your SpaceVM cluster.
|
Written in python, uses [SpaceVM API](https://spacevm.ru/docs/6.5/api/) to collect and manage existing Virtual Machines in your SpaceVM cluster.
|
||||||
|
|
||||||
|
_For now, this utility is focused on managing virtual disks_
|
||||||
|
|
||||||
|
_Works with SpaceVM 6.5.5+_
|
||||||
|
|
||||||
|
# Config File
|
||||||
|
Config file contains all necessary data for utility and has to be placed in the same directory as Utility itself.
|
||||||
|
|
||||||
|
You can populate config within Utility Main Menu.
|
||||||
|
|
||||||
|
For manual input see format below:
|
||||||
|
```
|
||||||
|
Controller IP Address
|
||||||
|
API Integration Key
|
||||||
|
Data Pool UUID
|
||||||
|
VM UUID #1
|
||||||
|
VM UUID #2
|
||||||
|
VM UUID #3
|
||||||
|
...
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user