summaryrefslogtreecommitdiff
path: root/static/redfish/v1/schema/OemSession_v1.xml
diff options
context:
space:
mode:
authorSunitha Harish <sunharis@in.ibm.com>2020-09-28 10:10:59 +0300
committerSunitha Harish <sunithaharish04@gmail.com>2020-10-08 07:31:15 +0300
commite436008377fbcf287be02c9e9e1b59c6627d7673 (patch)
tree3f6fba63a9f8fa39c2da7a1b2534a12b77ee78fb /static/redfish/v1/schema/OemSession_v1.xml
parent6cdcb837fe26cbbc1f91bc5634f7a068b025a140 (diff)
downloadbmcweb-e436008377fbcf287be02c9e9e1b59c6627d7673.tar.xz
Redfish Session : Support ClientOriginIPAddress
This commit implements the ClientOriginIPAddress property on the session resource Tested by: 1. Create session POST https://${bmc}/redfish/v1/SessionService/Sessions -d '{"UserName":<>, "Password":<>}' 2. Check the session gets updated with the ClientOriginIPAddress GET https://${bmc}/redfish/v1/SessionService/Sessions/<id> 3. Redfish validator passed Signed-off-by: Sunitha Harish <sunharis@in.ibm.com> Change-Id: I4c5c6f651bb6faec0cb1b1b78d9da593ecb85ff0
Diffstat (limited to 'static/redfish/v1/schema/OemSession_v1.xml')
-rw-r--r--static/redfish/v1/schema/OemSession_v1.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/static/redfish/v1/schema/OemSession_v1.xml b/static/redfish/v1/schema/OemSession_v1.xml
index cc74848b81..f02f8617eb 100644
--- a/static/redfish/v1/schema/OemSession_v1.xml
+++ b/static/redfish/v1/schema/OemSession_v1.xml
@@ -32,10 +32,6 @@
<Annotation Term="OData.Description" String="The Id of the client creating this session."/>
<Annotation Term="OData.LongDescription" String="This will be the unique identifier set by the client."/>
</Property>
- <Property Name="ClientOriginIP" Type="Edm.String">
- <Annotation Term="OData.Description" String="The IP address where the Session was created from."/>
- <Annotation Term="OData.LongDescription" String="This property shall contain the IP address where the client created the session from."/>
- </Property>
</EntityType>
</Schema>