Add attributes create response

Change-Id: Ia8b0e8f30a01a0d54842ef04513087f26760479e
This commit is contained in:
songwenping 2023-03-19 15:51:05 +08:00
parent 585f378c7a
commit 3e8114d353
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"attributes":[
{
"uuid": "359c0990-0258-44fd-8b05-fc510ac3d024",
"id": 0,
"deployable_id": 1,
"key": "rc",
"value": "FPGA",
"created_at": "2023-03-13T02:26:31+00:00",
"updated_at": null,
"links":
[
{
"href": "http://localhost/accelerator/v2/attributes/359c0990-0258-44fd-8b05-fc510ac3d024",
"rel": "self"
}
]
}
]
}