Update to 2025.2
1 line change in update_schemas.py and rerun it.
See below for more info on this release [1]
Tested: Inspection only. These have not broke things in the past.
[1]: https://www.dmtf.org/sites/default/files/Redfish_Release_2025.2_Overview.pdf
Change-Id: I641bc4285fa502a5d81318ff56eaeb75c0af4762
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/redfish-core/include/aggregation_utils.hpp b/redfish-core/include/aggregation_utils.hpp
index c9e7278..c71ff0e 100644
--- a/redfish-core/include/aggregation_utils.hpp
+++ b/redfish-core/include/aggregation_utils.hpp
@@ -20,10 +20,11 @@
{
// Note that each URI actually begins with "/redfish/v1"
// They've been omitted to save space and reduce search time
-constexpr std::array<std::string_view, 50> topCollections{
+constexpr std::array<std::string_view, 55> topCollections{
"/AggregationService/Aggregates",
"/AggregationService/AggregationSources",
"/AggregationService/ConnectionMethods",
+ "/AutomationNodes",
"/Cables",
"/Chassis",
"/ComponentIntegrity",
@@ -35,6 +36,8 @@
"/EventService/Subscriptions",
"/Fabrics",
"/Facilities",
+ "/JobService/JobDocuments",
+ "/JobService/JobExecutors",
"/JobService/Jobs",
"/JobService/Log/Entries",
"/KeyService/NVMeoFKeyPolicies",
@@ -61,11 +64,13 @@
"/TelemetryService/MetricDefinitions",
"/TelemetryService/MetricReportDefinitions",
"/TelemetryService/MetricReports",
+ "/TelemetryService/TelemetryData",
"/TelemetryService/Triggers",
"/ThermalEquipment/CDUs",
"/ThermalEquipment/CoolingLoops",
"/ThermalEquipment/HeatExchangers",
"/ThermalEquipment/ImmersionUnits",
+ "/ThermalEquipment/RPUs",
"/UpdateService/ClientCertificates",
"/UpdateService/FirmwareInventory",
"/UpdateService/RemoteServerCertificates",