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 >
|
< 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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue