Redfish: Update schema files to 2018.3
Redfish schema 2018.3 was released on January 11th, 2019. While there
aren't any plans to utilize any of the new services, it makes sense to
keep up to date with the latest static data.
This commit was largely done automatically using the update_schemas.py
script.
Change-Id: I74c6fac08d21629ca976ff8694fce011b5247e34
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
diff --git a/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json b/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
index 049a4ef..b76c7a1 100644
--- a/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
+++ b/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
@@ -1,4 +1,5 @@
{
+ "$id": "http://redfish.dmtf.org/schemas/v1/ServiceRoot.v1_5_0.json",
"$ref": "#/definitions/ServiceRoot",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2018 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -26,19 +27,22 @@
"description": "This indicates whether the $expand support of asterisk (expand all entries) is supported.",
"longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of asterisk (expand all entries) as a value for the $expand query parameter as described by the specification.",
"readonly": true,
- "type": "boolean"
+ "type": "boolean",
+ "versionAdded": "v1_3_0"
},
"Levels": {
"description": "This indicates whether the expand support of the $levels qualifier is supported by the service.",
"longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of $levels as a value for the $expand query parameter as described by the specification.",
"readonly": true,
- "type": "boolean"
+ "type": "boolean",
+ "versionAdded": "v1_3_0"
},
"Links": {
"description": "This indicates whether the $expand support of tilde (expand only entries in the Links section) is supported.",
"longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of tilde (expand only entries in the Links section) as a value for the $expand query parameter as described by the specification.",
"readonly": true,
- "type": "boolean"
+ "type": "boolean",
+ "versionAdded": "v1_3_0"
},
"MaxLevels": {
"description": "This indicates the maximum number value of the $levels qualifier in $expand operations.",
@@ -46,13 +50,15 @@
"maximum": 6,
"minimum": 1,
"readonly": true,
- "type": "integer"
+ "type": "integer",
+ "versionAdded": "v1_3_0"
},
"NoLinks": {
"description": "This indicates whether the $expand support of period (expand only entries not in the Links section) is supported.",
"longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of period (expand only entries not in the Links section) as a value for the $expand query parameter as described by the specification.",
"readonly": true,
- "type": "boolean"
+ "type": "boolean",
+ "versionAdded": "v1_3_0"
}
},
"type": "object"
@@ -116,30 +122,35 @@
"description": "This indicates whether the 'excerpt' query parameter is supported.",
"longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of the 'excerpt' query parameter as described by the specification.",
"readonly": true,
- "type": "boolean"
+ "type": "boolean",
+ "versionAdded": "v1_4_0"
},
"ExpandQuery": {
"$ref": "#/definitions/Expand",
"description": "Contains information about the use of $expand in the service.",
- "longDescription": "This type, as described by the Redfish Specification, shall contain information about the support of the $expand query parameter by the service."
+ "longDescription": "This type, as described by the Redfish Specification, shall contain information about the support of the $expand query parameter by the service.",
+ "versionAdded": "v1_3_0"
},
"FilterQuery": {
"description": "This indicates whether the $filter query parameter is supported.",
"longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of the $filter query parameter as described by the specification.",
"readonly": true,
- "type": "boolean"
+ "type": "boolean",
+ "versionAdded": "v1_3_0"
},
"OnlyMemberQuery": {
"description": "This indicates whether the 'only' query parameter is supported.",
"longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of the 'only' query parameter as described by the specification.",
"readonly": true,
- "type": "boolean"
+ "type": "boolean",
+ "versionAdded": "v1_4_0"
},
"SelectQuery": {
"description": "This indicates whether the $select query parameter is supported.",
"longDescription": "The value of this property shall be a boolean indicating whether this service supports the use of the $select query parameter as described by the specification.",
"readonly": true,
- "type": "boolean"
+ "type": "boolean",
+ "versionAdded": "v1_3_0"
}
},
"type": "object"
@@ -181,6 +192,13 @@
"longDescription": "The classes structure shall only contain a reference to a resource that complies to the AccountService schema.",
"readonly": true
},
+ "CertificateService": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateService.json#/definitions/CertificateService",
+ "description": "This is a link to the CertificateService.",
+ "longDescription": "The value shall be a link to the CertificateService.",
+ "readonly": true,
+ "versionAdded": "v1_5_0"
+ },
"Chassis": {
"$ref": "http://redfish.dmtf.org/schemas/v1/ChassisCollection.json#/definitions/ChassisCollection",
"description": "This is a link to a collection of Chassis.",
@@ -191,7 +209,8 @@
"$ref": "http://redfish.dmtf.org/schemas/v1/CompositionService.json#/definitions/CompositionService",
"description": "This is a link to the CompositionService.",
"longDescription": "The classes structure shall only contain a reference to a resource that complies to the CompositionService schema.",
- "readonly": true
+ "readonly": true,
+ "versionAdded": "v1_2_0"
},
"Description": {
"anyOf": [
@@ -214,7 +233,8 @@
"$ref": "http://redfish.dmtf.org/schemas/v1/FabricCollection.json#/definitions/FabricCollection",
"description": "A link to a collection of all fabric entities.",
"longDescription": "The referenced collection shall contain references to all Fabric instances.",
- "readonly": true
+ "readonly": true,
+ "versionAdded": "v1_1_0"
},
"Id": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
@@ -224,7 +244,8 @@
"$ref": "http://redfish.dmtf.org/schemas/v1/JobService.json#/definitions/JobService",
"description": "This is a link to the JobService.",
"longDescription": "The classes structure shall only contain a reference to a resource that conforms to the JobService schema.",
- "readonly": true
+ "readonly": true,
+ "versionAdded": "v1_4_0"
},
"JsonSchemas": {
"$ref": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFileCollection.json#/definitions/JsonSchemaFileCollection",
@@ -256,12 +277,17 @@
"description": "The product associated with this Redfish service.",
"longDescription": "The value of this string shall include the name of the product represented by this Redfish service.",
"readonly": true,
- "type": "string"
+ "type": [
+ "string",
+ "null"
+ ],
+ "versionAdded": "v1_3_0"
},
"ProtocolFeaturesSupported": {
"$ref": "#/definitions/ProtocolFeaturesSupported",
"description": "Contains information about protocol features supported by the service.",
- "longDescription": "This type contains information about protocol features supported by the service."
+ "longDescription": "This type contains information about protocol features supported by the service.",
+ "versionAdded": "v1_3_0"
},
"RedfishVersion": {
"description": "The version of the Redfish service.",
@@ -276,6 +302,13 @@
"longDescription": "This object shall contain a reference to Message Registry.",
"readonly": true
},
+ "ResourceBlocks": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/ResourceBlockCollection.json#/definitions/ResourceBlockCollection",
+ "description": "A link to a collection of all resource block entities. This collection is intended for implementations that do not contain a Composition Service, but will expose resources to an orchestrator that implements a Composition Service.",
+ "longDescription": "The referenced collection shall contain references to all Resource Block instances.",
+ "readonly": true,
+ "versionAdded": "v1_5_0"
+ },
"SessionService": {
"$ref": "http://redfish.dmtf.org/schemas/v1/SessionService.json#/definitions/SessionService",
"description": "This is a link to the Sessions Service.",
@@ -286,13 +319,15 @@
"$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageServiceCollection.json#/definitions/StorageServiceCollection",
"description": "A link to a collection of all storage service entities.",
"longDescription": "The referenced collection shall contain references to all StorageService instances.",
- "readonly": true
+ "readonly": true,
+ "versionAdded": "v1_1_0"
},
"StorageSystems": {
"$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageSystemCollection.json#/definitions/StorageSystemCollection",
"description": "This is a link to a collection of storage systems.",
"longDescription": "The referenced collection shall contain computer systems that act as storage servers. The HostingRoles attribute of each such computer system shall have an entry for StorageServer.",
- "readonly": true
+ "readonly": true,
+ "versionAdded": "v1_1_0"
},
"Systems": {
"$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystemCollection.json#/definitions/ComputerSystemCollection",
@@ -310,7 +345,8 @@
"$ref": "http://redfish.dmtf.org/schemas/v1/TelemetryService.json#/definitions/TelemetryService",
"description": "This is a link to the TelemetryService.",
"longDescription": "The value shall be a link to the TelemetryService.",
- "readonly": true
+ "readonly": true,
+ "versionAdded": "v1_4_0"
},
"UUID": {
"anyOf": [
@@ -329,7 +365,18 @@
"$ref": "http://redfish.dmtf.org/schemas/v1/UpdateService.json#/definitions/UpdateService",
"description": "This is a link to the UpdateService.",
"longDescription": "The classes structure shall only contain a reference to a resource that complies to the UpdateService schema.",
- "readonly": true
+ "readonly": true,
+ "versionAdded": "v1_1_0"
+ },
+ "Vendor": {
+ "description": "The vendor or manufacturer associated with this Redfish service.",
+ "longDescription": "The value of this string shall include the name of the manufacturer or vendor represented by this Redfish service. If this property is supported, the vendor name shall not be included in the value of the Product property.",
+ "readonly": true,
+ "type": [
+ "string",
+ "null"
+ ],
+ "versionAdded": "v1_5_0"
}
},
"required": [
@@ -343,5 +390,6 @@
}
},
"owningEntity": "DMTF",
- "title": "#ServiceRoot.v1_4_0.ServiceRoot"
+ "release": "2018.3",
+ "title": "#ServiceRoot.v1_5_0.ServiceRoot"
}
\ No newline at end of file