Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #915: adapt test to use id and profile fields | OpenGnSys Support Team | 2019-10-01 | 1 | -1/+1 |
| | | | | Update restore_image.json to use id and profile fields. | ||||
* | #915: Add POST /image/restore command to REST API in ogAdmServer | Roberto Hueso Gómez | 2019-10-01 | 1 | -0/+1 |
This patch implements the command "image/create" that creates an image in a client. Request: POST /image/restore { "clients" : [ "192.168.56.11" ], "disk" : "1", "partition" : "1", "name" : "test", "repository" : "192.168.56.10", "type" : "UNICAST", "filesystem": "1", "image_id": "1"} Reply: 200 OK |