summaryrefslogtreecommitdiffstats
path: root/static/redfish/v1/JsonSchemas/ComputerSystem
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-02-06 16:50:51 -0600
committerGunnar Mills <gmills@us.ibm.com>2020-02-10 18:34:00 +0000
commit6f44b7524f1d48d009ec87b1309481c7905b13b4 (patch)
tree7aa5967a130150ab30989758925d444936d59d73 /static/redfish/v1/JsonSchemas/ComputerSystem
parent42cbe53889b5f2d358d1174245df51a23efcb3f8 (diff)
downloadbmcweb-6f44b7524f1d48d009ec87b1309481c7905b13b4.tar.gz
bmcweb-6f44b7524f1d48d009ec87b1309481c7905b13b4.zip
Move to 2019.3
Make changes to update_schemas.py needed for the move and run update_schemas.py. old path (2019.2) DSP8010_2019.2/DSP8010_2019.2/json-schema/MemoryMetrics.v1_1_2.json DSP8010_2019.2/DSP8010_2019.2/openapi/Memory.v1_0_3.yaml DSP8010_2019.2/DSP8010_2019.2/csdl/AccelerationFunction_v1.xml new path (2019.3) DSP8010_2019.3/csdl/Memory_v1.xml DSP8010_2019.3/json-schema/UpdateService.v1_1_2.json DSP8010_2019.3/openapi/Zone.v1_3_1.yaml To see an overview of 2019.3 see https://www.dmtf.org/sites/default/files/Redfish_Release_2019.3_Overview.pdf Tested: Built bmcweb, loaded on a Witherspoon, and ran the validator. No errors. Change-Id: I0deaf88b884d65fffa31fcf66183ed61a930a073 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'static/redfish/v1/JsonSchemas/ComputerSystem')
-rw-r--r--static/redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json17
1 files changed, 14 insertions, 3 deletions
diff --git a/static/redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json b/static/redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json
index 9c8f952..99c74d9 100644
--- a/static/redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json
+++ b/static/redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.v1_8_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.v1_9_0.json",
"$ref": "#/definitions/ComputerSystem",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2019 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -220,6 +220,17 @@
"readonly": true,
"versionAdded": "v1_7_0"
},
+ "HttpBootUri": {
+ "description": "The URI to boot from when BootSourceOverrideTarget is set to `UefiHttp`.",
+ "format": "uri-reference",
+ "longDescription": "This property shall contain the URI to perform an HTTP or HTTPS boot when BootSourceOverrideTarget is set to `UefiHttp`.",
+ "readonly": false,
+ "type": [
+ "string",
+ "null"
+ ],
+ "versionAdded": "v1_9_0"
+ },
"UefiTargetBootSourceOverride": {
"description": "The UEFI device path of the device from which to boot when BootSourceOverrideTarget is `UefiTarget`.",
"longDescription": "This property shall contain the UEFI device path of the override boot target. The Redfish.AllowableValues annotation specifies the values for this property. The `Continuous` value is not supported for the BootSourceOverrideEnabled property for UEFI boot source override because UEFI supports one-time boot only. Changes to this property do not alter the BIOS persistent boot order configuration.",
@@ -1414,6 +1425,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2019.2",
- "title": "#ComputerSystem.v1_8_0.ComputerSystem"
+ "release": "2019.3",
+ "title": "#ComputerSystem.v1_9_0.ComputerSystem"
} \ No newline at end of file
OpenPOWER on IntegriCloud