mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
Improve cache system
This commit is contained in:
parent
1abc2b10a0
commit
f8059af13a
1 changed files with 2 additions and 2 deletions
|
@ -213,7 +213,7 @@ curl -H -XPOST -d '{ "name": "Cluster_1",
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Manage instance status
|
### Instance status management
|
||||||
``` bash
|
``` bash
|
||||||
'/api/v1/instance/id/([a-z0-9]+)/status/(start|stop|current|reset|shutdown)' | GET
|
'/api/v1/instance/id/([a-z0-9]+)/status/(start|stop|current|reset|shutdown)' | GET
|
||||||
```
|
```
|
||||||
|
@ -225,7 +225,7 @@ curl -H -XPOST -d '{ "name": "Cluster_1",
|
||||||
'/api/v1/administration/cluster/new' | POST - Inster a new cluster
|
'/api/v1/administration/cluster/new' | POST - Inster a new cluster
|
||||||
```
|
```
|
||||||
|
|
||||||
### Cache Data - Mongo data
|
### Cache Data - MongoDB
|
||||||
``` bash
|
``` bash
|
||||||
# date/cluster/node/vmid
|
# date/cluster/node/vmid
|
||||||
# Disks mapping
|
# Disks mapping
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue