3431a15a10
Add device, deployable implemented V2 api documentation. Remove deployable-create-resp.json, deployable-patch-curl.json deployable-post-curl.json, because these APIs are removed in V2. Remove deployable-update-resp.json because this API is still work in progress, we will update this part of documentation after the API implementation done. Change-Id: I45549fc5276c091ca585652b11836b967cb239e3
26 lines
758 B
JSON
26 lines
758 B
JSON
{
|
|
"uuid": "29e23349-12ee-4978-963c-11484a4ae601",
|
|
"parent_id": null,
|
|
"root_id": null,
|
|
"name": "computenode_FakeDevice",
|
|
"num_accelerators": 16,
|
|
"device_id": 1,
|
|
"attributes_list": "[{'traits1': 'CUSTOM_FAKE_DEVICE'}, {'rc': 'FPGA'}]",
|
|
"rp_uuid": "853f07a6-19de-3dd6-b9f6-6c782daa3f7b",
|
|
"driver_name": "fake",
|
|
"bitstream_id": null,
|
|
"created_at": "2020-03-13T02:27:35+00:00",
|
|
"updated_at": "2020-03-13T02:27:36+00:00",
|
|
"links":
|
|
[
|
|
{
|
|
"href": "http://localhost/accelerator/v2/deployables/29e23349-12ee-4978-963c-11484a4ae601",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://localhost/accelerator/deployables/29e23349-12ee-4978-963c-11484a4ae601",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
}
|