summaryrefslogtreecommitdiff
path: root/static/redfish/v1/JsonSchemas/NetworkPort
diff options
context:
space:
mode:
authorAsmitha Karunanithi <asmitk01@in.ibm.com>2020-09-22 18:56:46 +0300
committerAsmitha Karunanithi <asmitk01@in.ibm.com>2020-09-24 20:25:26 +0300
commitc8ccb7745d1f4993176f2689a7811e09fad9b840 (patch)
tree5b739cdf3e5be8fe8572b0d776f72521ed32d28d /static/redfish/v1/JsonSchemas/NetworkPort
parent4841191fed358da53d4c00c9866151dce54bd6a2 (diff)
downloadbmcweb-c8ccb7745d1f4993176f2689a7811e09fad9b840.tar.xz
Move to 2020.3
Run the script update_schemas.py by pointing it to 2020.3 An overview of 2020.3 release can be found at: https://www.dmtf.org/sites/default/files/Redfish_Release_2020.3_Overview.pdf Tested: Loaded on a Witherspoon and Validator passed with the latest schemas Signed-off-by: Asmitha Karunanithi <asmitk01@in.ibm.com> Change-Id: I6c7a2e0cbdbe599930ba453a1d8c134c22136306
Diffstat (limited to 'static/redfish/v1/JsonSchemas/NetworkPort')
-rw-r--r--static/redfish/v1/JsonSchemas/NetworkPort/NetworkPort.json16
1 files changed, 12 insertions, 4 deletions
diff --git a/static/redfish/v1/JsonSchemas/NetworkPort/NetworkPort.json b/static/redfish/v1/JsonSchemas/NetworkPort/NetworkPort.json
index c59bc45aba..3129b02f55 100644
--- a/static/redfish/v1/JsonSchemas/NetworkPort/NetworkPort.json
+++ b/static/redfish/v1/JsonSchemas/NetworkPort/NetworkPort.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/NetworkPort.v1_2_5.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/NetworkPort.v1_3_0.json",
"$ref": "#/definitions/NetworkPort",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2020 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -63,12 +63,20 @@
"LinkStatus": {
"enum": [
"Down",
- "Up"
+ "Up",
+ "Starting",
+ "Training"
],
"enumDescriptions": {
"Down": "The port is enabled but link is down.",
+ "Starting": "This link on this interface is starting. A physical link has been established, but the port is not able to transfer data.",
+ "Training": "This physical link on this interface is training.",
"Up": "The port is enabled and link is good (up)."
},
+ "enumVersionAdded": {
+ "Starting": "v1_3_0",
+ "Training": "v1_3_0"
+ },
"type": "string"
},
"NetDevFuncMaxBWAlloc": {
@@ -562,6 +570,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2018.2",
- "title": "#NetworkPort.v1_2_5.NetworkPort"
+ "release": "2020.3",
+ "title": "#NetworkPort.v1_3_0.NetworkPort"
} \ No newline at end of file