summaryrefslogtreecommitdiff
path: root/static/redfish/v1/JsonSchemas/Drive/Drive.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/redfish/v1/JsonSchemas/Drive/Drive.json')
-rw-r--r--static/redfish/v1/JsonSchemas/Drive/Drive.json19
1 files changed, 16 insertions, 3 deletions
diff --git a/static/redfish/v1/JsonSchemas/Drive/Drive.json b/static/redfish/v1/JsonSchemas/Drive/Drive.json
index a3fb11c30b..7ff65b50c5 100644
--- a/static/redfish/v1/JsonSchemas/Drive/Drive.json
+++ b/static/redfish/v1/JsonSchemas/Drive/Drive.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/Drive.v1_7_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/Drive.v1_8_0.json",
"$ref": "#/definitions/Drive",
"$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",
@@ -524,6 +524,19 @@
"PCIeFunctions@odata.count": {
"$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
},
+ "StoragePools": {
+ "description": "An array of links to the storage pools to which this drive belongs.",
+ "items": {
+ "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/StoragePool.json#/definitions/StoragePool"
+ },
+ "longDescription": "This property shall contain an array of links of type StoragePool to which this drive belongs.",
+ "readonly": true,
+ "type": "array",
+ "versionAdded": "v1_8_0"
+ },
+ "StoragePools@odata.count": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
+ },
"Volumes": {
"description": "An array of links to the volumes that this drive either wholly or only partially contains.",
"items": {
@@ -717,6 +730,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2019.2",
- "title": "#Drive.v1_7_0.Drive"
+ "release": "2019.3",
+ "title": "#Drive.v1_8_0.Drive"
} \ No newline at end of file