mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
Syntax title
This commit is contained in:
parent
1f2443d0a9
commit
072311a2c7
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue