From 273c28581819e3ccfeddcb0d2aeb761bf6d6e54a Mon Sep 17 00:00:00 2001 From: MICHELE GAZZETTI Date: Mon, 4 Sep 2023 10:31:11 +0100 Subject: [PATCH] add systems section to sunfish tree Signed-off-by: MICHELE GAZZETTI --- Resources/Sunfish/Systems/index.json | 8 ++++++++ Resources/Sunfish/index.json | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 Resources/Sunfish/Systems/index.json diff --git a/Resources/Sunfish/Systems/index.json b/Resources/Sunfish/Systems/index.json new file mode 100644 index 00000000..c64a2d37 --- /dev/null +++ b/Resources/Sunfish/Systems/index.json @@ -0,0 +1,8 @@ + + "@odata.type": "#ComputerSystemCollection.ComputerSystemCollection", + "Name": "Computer System Collection", + "Members@odata.count": 0, + "Members": [], + "@odata.id": "/redfish/v1/Systems", + "@Redfish.Copyright": "Copyright 2014-2021 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright." +} \ No newline at end of file diff --git a/Resources/Sunfish/index.json b/Resources/Sunfish/index.json index c33bbbb4..3eab1cda 100644 --- a/Resources/Sunfish/index.json +++ b/Resources/Sunfish/index.json @@ -25,6 +25,9 @@ "Storage": { "@odata.id": "/redfish/v1/Storage" }, + "Systems": { + "@odata.id": "/redfish/v1/Systems" + }, "AccountService": { "@odata.id": "/redfish/v1/AccountService" },