1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-02-12 11:12:10 +00:00
This commit is contained in:
Tlams 2018-04-12 19:32:28 +01:00
parent c1a96c85ae
commit 3467031db9

View file

@ -234,7 +234,7 @@ curl -H -XPOST -d '{ "name": "Cluster_B",
'/api/v1/administration/cluster/<cluster>' | GET - Return the informations for an specific cluster
| PUT - Update the configurations for an specific cluster
| DELETE - Delete the configuration for an specific cluster
| POST - Inster a new cluster
| POST - Insert a new cluster
'/api/v1/administration/cluster/' | GET - Return all clusters information
```