cyborg/cyborg/api/controllers/v1
Li Liu 185169e380 Added rest API for FPGA programming
Here is an example on how to call this api
curl -s -X PATCH -H "X-Auth-Token: $OS_TOKEN" -H "Content-Type: application/json"\
  -d '[{
    	"path": "/program",
    	"op": "replace",
    	"value": [{
    		"image_uuid": "9a17439a-85d0-4c53-a3d3-0f68a2eac896"
    	}]
  }]'\
  http://{api_ip}:6666/v1/accelerators/deployables/{pf_uuid}/program

Change-Id: Iab6150f39be9ccb34f1fc86d6942b1b7c48a4348
2018-08-06 00:47:37 -04:00
..
__init__.py Implement FPGA data model and corresponding API 2018-02-04 21:45:26 +08:00
accelerators.py Added rest API for FPGA programming 2018-08-06 00:47:37 -04:00
deployables.py Added rest API for FPGA programming 2018-08-06 00:47:37 -04:00
types.py Supplementing accelerator CRUD api 2018-01-14 02:03:24 +08:00
utils.py Supplementing accelerator CRUD api 2018-01-14 02:03:24 +08:00