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 > < set your values >
``` ```
#### Purge system #### Purge system
You should setup an cron to purge old data. You should setup an cron to purge old data.
``` bash ``` bash
RET=4 # older than the current date less this delay in days 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 '/api/v1/administration/cluster/' | GET - Return all clusters information
``` ```
### Data ### Data
``` bash ``` bash
'/api/v1/administration/purge' | POST - Delete old data '/api/v1/administration/purge' | POST - Delete old data
``` ```