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

Update README.md

This commit is contained in:
Thomas.GSP 2018-02-21 22:20:00 +00:00 committed by GitHub
parent c139775e9b
commit b5152d239b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,8 +50,8 @@ You shouldn't use in production mode, use at your risks !
* Crypto * Crypto
## Installation (Debian type - Full standalone stack)
## Installation (Debian type - Full standalone stack)
### Install all packages ### Install all packages
``` bash ``` bash
apt-get install php-fpm php-curl php-json python3-pip python3-redis python3-netaddr mongodb nginx redis-server git apt-get install php-fpm php-curl php-json python3-pip python3-redis python3-netaddr mongodb nginx redis-server git
@ -264,8 +264,7 @@ This data are manage by the crawler, you can't insert or change data yourself
'/api/v1/static/(instances|nodes|clusters|storages|disks)/id/([a-z0-9]+)' | GET - Return an information by mongoid '/api/v1/static/(instances|nodes|clusters|storages|disks)/id/([a-z0-9]+)' | GET - Return an information by mongoid
``` ```
### Typical use
### Typical use
``` bash ``` bash
curl http://127.0.0.1:8080/api/v1/static/nodes/1519040226/Cluster_1/sd-817348 curl http://127.0.0.1:8080/api/v1/static/nodes/1519040226/Cluster_1/sd-817348
``` ```