summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-02-08 02:44:38 +0300
committerEd Tanous <ed@tanous.net>2023-02-28 03:32:09 +0300
commit6c068982d54d20476fd04ae7ef893b153015762e (patch)
tree74f2543291a4a0fac15af2cd83adfc47cbfd5cbb /scripts
parent9fa06f190a025693af3b7cc76c8b19163afe4d08 (diff)
downloadbmcweb-6c068982d54d20476fd04ae7ef893b153015762e.tar.xz
Implement AggregationService
AggregationService is used to inform a client that some of the results might be aggregated, and to allow setting up aggregation sources. Today, this resource only contains the basic fields, as well as "Enabled", which informs the client of the fact that the service is aggregation enabled. AggregationService was one of the schemas we ignored, so this adds it to the supported list. Tested: Redfish service validator passes. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ifb16a86ff81e387f01016a83f9e69240c8928614
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_schemas.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index da7c3acc6e..7fea60be7e 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -27,6 +27,7 @@ WARNING = """/****************************************************************
include_list = [
"AccountService",
"ActionInfo",
+ "AggregationService",
"Assembly",
"AttributeRegistry",
"Bios",