Cyborg REST API¶
v1.0¶
The following v1 APIs are deprecated in Train and will be removed in the Ussuri release.
The URIs are relative to http://<controller-ip>/accelerator/v1.
Verb |
URI |
Description |
|---|---|---|
GET |
|
Return a list of accelerators |
GET |
|
Retrieve a certain accelerator info identified by {uuid} |
POST |
|
Create a new accelerator |
PUT |
|
Update the spec for the accelerator identified by {uuid} |
DELETE |
|
Delete the accelerator identified by {uuid} |
GET |
|
Return a list of deployables |
GET |
|
Retrieve a certain deployable info identified by {uuid} |
POST |
|
Create a new deployable |
PATCH |
|
Program a new deployable(FPGA) |
PATCH |
|
Update the spec for the deployable identified by {uuid} |
DELETE |
|
Delete the deployable identified by {uuid} |