From 3e8114d35391b693fd220338900d32d9ebfa9dc1 Mon Sep 17 00:00:00 2001 From: songwenping Date: Sun, 19 Mar 2023 15:51:05 +0800 Subject: [PATCH] Add attributes create response Change-Id: Ia8b0e8f30a01a0d54842ef04513087f26760479e --- .../attributes/attributes-create-resp.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/api_samples/attributes/attributes-create-resp.json diff --git a/doc/api_samples/attributes/attributes-create-resp.json b/doc/api_samples/attributes/attributes-create-resp.json new file mode 100644 index 00000000..045b0ec2 --- /dev/null +++ b/doc/api_samples/attributes/attributes-create-resp.json @@ -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" + } + ] + } + ] +}