mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-02-15 04:32:15 +00:00
Update documentation
This commit is contained in:
parent
b45683f51b
commit
43f73594b2
2 changed files with 26 additions and 14 deletions
|
@ -285,3 +285,9 @@ This data are manage by the crawler, you can't insert or change data yourself
|
||||||
``` bash
|
``` bash
|
||||||
curl http://127.0.0.1:8080/api/v1/static/nodes/1519040226/Cluster_1/sd-817348
|
curl http://127.0.0.1:8080/api/v1/static/nodes/1519040226/Cluster_1/sd-817348
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Unique ID
|
||||||
|
When a new instance is discover, the system assign an unique ID for this VM.
|
||||||
|
This unique ID is visible in the comments part in Proxmox.
|
||||||
|
This ID allow the possibility to follow the VM in a large infrastructure with frequent VM balancing between the Proxmox hypervisors.
|
||||||
|
|
6
TasksList.md
Normal file
6
TasksList.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
## Tasks list
|
||||||
|
|
||||||
|
* Finish the logger system
|
||||||
|
* Detect an duplicate or invalid unique ID
|
||||||
|
* Detect a new clone
|
||||||
|
* Improve the return format (json) and make a standard
|
Loading…
Reference in a new issue