1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

Syntax title

This commit is contained in:
Thomas.GSP 2018-04-28 13:05:04 +01:00 committed by GitHub
parent 1f2443d0a9
commit 072311a2c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ vi /opt/HyperProxmox/code/scripts/main/private/conf/config
< set your values >
```
#### Purge system
#### Purge system
You should setup an cron to purge old data.
``` bash
RET=4 # older than the current date less this delay in days
@ -250,7 +250,7 @@ curl -H -XPOST -d '{
'/api/v1/administration/cluster/' | GET - Return all clusters information
```
### Data
### Data
``` bash
'/api/v1/administration/purge' | POST - Delete old data
```
@ -302,4 +302,4 @@ curl http://127.0.0.1:8080/api/v1/static/nodes/1519040226/Cluster_1/sd-817348
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.