Update schema pack to 2022.3
Update scripts/update_schemas.py to point at 2022.3 and run.
Schema pack 2022.3 is the latest Redfish release, released 01/23/2023.
It contains several new schemas and support for Multi-factor
Authentication and CXL support along other things.
Update done by automation.
Tested: Redfish service validator passes.
Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I55a64d7cda26572e7b75135acc324cb44d316fe6
diff --git a/static/redfish/v1/JsonSchemas/ManagerDiagnosticData/ManagerDiagnosticData.json b/static/redfish/v1/JsonSchemas/ManagerDiagnosticData/ManagerDiagnosticData.json
index 1147f5b..cad6903 100644
--- a/static/redfish/v1/JsonSchemas/ManagerDiagnosticData/ManagerDiagnosticData.json
+++ b/static/redfish/v1/JsonSchemas/ManagerDiagnosticData/ManagerDiagnosticData.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/ManagerDiagnosticData.v1_1_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/ManagerDiagnosticData.v1_2_0.json",
"$ref": "#/definitions/ManagerDiagnosticData",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -254,6 +254,16 @@
"description": "The processor statistics of the manager.",
"longDescription": "This property shall contain the processor statistics of the manager."
},
+ "ServiceRootUptimeSeconds": {
+ "description": "The wall-clock time the service root hosted by this manager has been running in seconds.",
+ "longDescription": "This property shall contain the wall-clock time the service root hosted by this manager has been running in seconds.",
+ "readonly": true,
+ "type": [
+ "number",
+ "null"
+ ],
+ "versionAdded": "v1_2_0"
+ },
"TopProcesses": {
"description": "The statistics of the top processes of this manager.",
"items": {
@@ -583,6 +593,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2021.4",
- "title": "#ManagerDiagnosticData.v1_1_0.ManagerDiagnosticData"
+ "release": "2022.3",
+ "title": "#ManagerDiagnosticData.v1_2_0.ManagerDiagnosticData"
}
\ No newline at end of file