diff options
| author | Marri Devender Rao <devenrao@in.ibm.com> | 2019-01-21 10:11:34 -0600 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2019-02-02 01:11:52 +0000 |
| commit | d45d2d0f40413ca91af7fdc2f08b71f2bd828825 (patch) | |
| tree | ea024d02ce6aeae285e2c2b34af0a55ac60d92af /static/redfish/v1/JsonSchemas/NetworkDeviceFunction | |
| parent | fe7e97d3108aa98b6bead4101694098b09adbafb (diff) | |
| download | bmcweb-d45d2d0f40413ca91af7fdc2f08b71f2bd828825.tar.gz bmcweb-d45d2d0f40413ca91af7fdc2f08b71f2bd828825.zip | |
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>
Diffstat (limited to 'static/redfish/v1/JsonSchemas/NetworkDeviceFunction')
| -rw-r--r-- | static/redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/static/redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json b/static/redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json index 39539a3..4f5dffb 100644 --- a/static/redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json +++ b/static/redfish/v1/JsonSchemas/NetworkDeviceFunction/NetworkDeviceFunction.json @@ -1,4 +1,5 @@ { + "$id": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction.v1_3_1.json", "$ref": "#/definitions/NetworkDeviceFunction", "$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", @@ -25,7 +26,8 @@ "Oem": { "$ref": "#/definitions/OemActions", "description": "This property contains the available OEM specific actions for this resource.", - "longDescription": "This property shall contain any additional OEM actions for this resource." + "longDescription": "This property shall contain any additional OEM actions for this resource.", + "versionAdded": "v1_1_0" } }, "type": "object" @@ -165,13 +167,15 @@ } ], "description": "If this Network Interface supports more than one VLAN, this property is not present. VLANs collections appear in the Link section of this resource.", - "longDescription": "The value of this property shall be the VLAN for this interface. If this interface supports more than one VLAN, the VLAN property shall not be present and the VLANS collection link shall be present instead." + "longDescription": "The value of this property shall be the VLAN for this interface. If this interface supports more than one VLAN, the VLAN property shall not be present and the VLANS collection link shall be present instead.", + "versionAdded": "v1_3_0" }, "VLANs": { "$ref": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterfaceCollection.json#/definitions/VLanNetworkInterfaceCollection", "description": "This is a reference to a collection of VLANs and is only used if the interface supports more than one VLANs.", "longDescription": "The value of this property shall reference a collection of VLAN resources. If this property is used, the VLANEnabled and VLANId property shall not be used.", - "readonly": true + "readonly": true, + "versionAdded": "v1_3_0" } }, "type": "object" @@ -248,7 +252,8 @@ "type": [ "string", "null" - ] + ], + "versionAdded": "v1_3_0" }, "PermanentWWNN": { "description": "This is the permanent WWNN address assigned to this network device function (physical function).", @@ -339,7 +344,8 @@ }, "longDescription": "The type shall contain an array property who's members reference resources, of type Endpoint, which are associated with this network device function.", "readonly": true, - "type": "array" + "type": "array", + "versionAdded": "v1_2_0" }, "Endpoints@odata.count": { "$ref": "http://redfish.dmtf.org/schemas/v1/odata.v4_0_3.json#/definitions/count" @@ -353,7 +359,8 @@ "PhysicalPortAssignment": { "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkPort.json#/definitions/NetworkPort", "description": "The physical port that this network device function is currently assigned to.", - "longDescription": "The value of this property shall be the physical port that this network device function is currently assigned to. This value shall be one of the AssignablePhysicalPorts array members." + "longDescription": "The value of this property shall be the physical port that this network device function is currently assigned to. This value shall be one of the AssignablePhysicalPorts array members.", + "versionAdded": "v1_3_0" } }, "type": "object" @@ -392,7 +399,8 @@ "Actions": { "$ref": "#/definitions/Actions", "description": "The available actions for this resource.", - "longDescription": "The Actions property shall contain the available actions for this resource." + "longDescription": "The Actions property shall contain the available actions for this resource.", + "versionAdded": "v1_1_0" }, "AssignablePhysicalPorts": { "description": "The array of physical port references that this network device function may be assigned to.", @@ -521,7 +529,6 @@ }, "PhysicalPortAssignment": { "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkPort.json#/definitions/NetworkPort", - "deprecated": "This property has been deprecated and moved to the Links section to avoid loops on expand.", "description": "The physical port that this network device function is currently assigned to.", "longDescription": "The value of this property shall be the physical port that this network device function is currently assigned to. This value shall be one of the AssignablePhysicalPorts array members.", "readonly": true @@ -889,5 +896,6 @@ } }, "owningEntity": "DMTF", - "title": "#NetworkDeviceFunction.v1_3_0.NetworkDeviceFunction" + "release": "2018.2", + "title": "#NetworkDeviceFunction.v1_3_1.NetworkDeviceFunction" }
\ No newline at end of file |

